| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
This is disabled by default and can be enabled with the
charon.retry_initiate_interval option in strongswan.conf.
|
| |
|
|
|
|
|
| |
Use the source address of the current MOBIKE message as peer address
instead of assuming the address cached on the IKE_SA is still valid.
|
| |
|
|
|
|
|
| |
This avoids deleting IKE_SAs during reauthentication (without
trying to reestablish them).
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Since a proposal_t object is created for each transform contained in the
proposal payload, it does not work to simply remove the last proposal_t
object added to the list (there may be several other extracted from the
previous proposal payload).
|
| |
|
| |
|
|
|
|
| |
responses
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
tasks etc.).
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Replace usage of rng plugin with nonce generator to create nonces in
IKE_INIT, CHILD_CREATE and QUICK_MODE tasks and the IKEv1 phase 1 helper.
|
|
|
|
| |
This function returns a nonce generator object.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|