aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev1/authenticators
Commit message (Collapse)AuthorAgeFilesLines
* private-key: Add optional parameters argument to sign() methodTobias Brunner2017-11-081-1/+1
|
* public-key: Add optional parameters argument to verify() methodTobias Brunner2017-11-081-1/+1
|
* keymat: Allow keymat to modify signature scheme(s)Thomas Egerer2017-02-082-4/+4
| | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* credential-manager: Make online revocation checks optional for public key ↵Tobias Brunner2016-03-101-1/+1
| | | | enumerator
* ikev1: Log successful authentication with signature schemeThomas Egerer2016-02-011-1/+1
| | | | | | Output is now identical to that of the IKEv2 pubkey authenticator. Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* utils: Use chunk_equals_const() for all cryptographic purposesMartin Willi2015-04-141-1/+1
|
* diffie-hellman: Add a bool return value to get_my_public_value()Martin Willi2015-03-232-4/+17
|
* payload: Use common prefixes for all payload type identifiersMartin Willi2014-06-042-4/+4
| | | | | The old identifiers did not use a proper namespace and often clashed with other defines.
* Add a return value to keymat_v1_t.get_hash()Martin Willi2012-07-162-8/+25
|
* Use separate Doxygen groups for IKEv1 and IKEv2 entities (authenticators, ↵Tobias Brunner2012-05-183-3/+3
| | | | tasks etc.).
* Support ECDSA signatures in IKEv1 pubkey authenticatorMartin Willi2012-03-202-17/+25
|
* Set used auth_class in PSKv1 authenticator to comply to constraintsMartin Willi2012-03-203-5/+19
|
* Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-204-404/+0
|
* Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-2010-0/+1054