Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ikev2: Remove private AUTH_BLISS method | Tobias Brunner | 2015-03-04 | 1 | -4/+1 |
| | | | | | | We use the new signature authentication instead for this. This is not backward compatible but we only released one version with BLISS support, and the key format will change anyway with the next release. | ||||
* | ikev2: Handle RFC 7427 signature authentication in pubkey authenticator | Tobias Brunner | 2015-03-04 | 1 | -0/+1 |
| | |||||
* | ikev2: Add new authentication method defined by RFC 7427 | Tobias Brunner | 2015-03-04 | 1 | -3/+4 |
| | |||||
* | Implemented full BLISS support for IKEv2 public key authentication and the ↵ | Andreas Steffen | 2014-11-29 | 1 | -3/+7 |
| | | | | pki tool | ||||
* | payload: Use common prefixes for all payload type identifiers | Martin Willi | 2014-06-04 | 1 | -1/+1 |
| | | | | | The old identifiers did not use a proper namespace and often clashed with other defines. | ||||
* | Merge branch 'ikev1' | Martin Willi | 2012-05-02 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | Conflicts: configure.in man/ipsec.conf.5.in src/libcharon/encoding/generator.c src/libcharon/encoding/payloads/notify_payload.c src/libcharon/encoding/payloads/notify_payload.h src/libcharon/encoding/payloads/payload.c src/libcharon/network/receiver.c src/libcharon/sa/authenticator.c src/libcharon/sa/authenticator.h src/libcharon/sa/ikev2/tasks/ike_init.c src/libcharon/sa/task_manager.c src/libstrongswan/credentials/auth_cfg.c | ||||
* | Support ECDSA signatures in IKEv1 pubkey authenticator | Martin Willi | 2012-03-20 | 1 | -1/+7 |
| | |||||
* | Set used auth_class in PSKv1 authenticator to comply to constraints | Martin Willi | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Factories honor charon IKEv1/IKEv2 protocol support flags | Martin Willi | 2012-03-20 | 1 | -0/+8 |
| | |||||
* | Separated libcharon/sa directory with ikev1 and ikev2 subfolders | Martin Willi | 2012-03-20 | 1 | -0/+139 |