aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/authenticator.c
Commit message (Collapse)AuthorAgeFilesLines
* ikev2: Remove private AUTH_BLISS methodTobias Brunner2015-03-041-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 authenticatorTobias Brunner2015-03-041-0/+1
|
* ikev2: Add new authentication method defined by RFC 7427Tobias Brunner2015-03-041-3/+4
|
* Implemented full BLISS support for IKEv2 public key authentication and the ↵Andreas Steffen2014-11-291-3/+7
| | | | pki tool
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-041-1/+1
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* Merge branch 'ikev1'Martin Willi2012-05-021-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 authenticatorMartin Willi2012-03-201-1/+7
|
* Set used auth_class in PSKv1 authenticator to comply to constraintsMartin Willi2012-03-201-1/+1
|
* Factories honor charon IKEv1/IKEv2 protocol support flagsMartin Willi2012-03-201-0/+8
|
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-0/+139