aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/authenticator.h
Commit message (Collapse)AuthorAgeFilesLines
* ikev2: Remove private AUTH_BLISS methodTobias Brunner2015-03-041-5/+0
| | | | | | 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: Add new authentication method defined by RFC 7427Tobias Brunner2015-03-041-0/+5
|
* Implemented full BLISS support for IKEv2 public key authentication and the ↵Andreas Steffen2014-11-291-0/+10
| | | | pki tool
* Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, ↵Tobias Brunner2012-05-181-1/+1
| | | | tasks etc.).
* Merge branch 'ikev1'Martin Willi2012-05-021-0/+5
| | | | | | | | | | | | | | | | 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
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-201-0/+218