| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
While Aggressive Mode PSK is widely used, it is known to be subject
to dictionary attacks by passive attackers. We don't complain as
initiator to be compatible with existing (insecure) setups, but
require a scary strongswan.conf option if someone wants to use it
as responder.
|
| |
|
|
|
|
|
| |
If a configuration is instanced more than once using narrowing,
we should keep all unique quick modes up during rekeying.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
If both peers initiate quick mode rekeying simultaneously, we end up
with duplicate SAs for a configuration. This can't be avoided, nor do
the standards provide an appropriate solution. Instead of closing one
SA immediately, we keep both. But once rekeying triggers, we don't
refresh the SA with the shorter soft lifetime, but delete it.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also fixes several whitespace errors.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|