aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan
Commit message (Expand)AuthorAgeFilesLines
* Fixed create_shared_enumerator method descriptionMartin Willi2012-03-201-1/+1
* Added a flag to register local credential sets exclusively, disabling all othersMartin Willi2012-03-203-17/+73
* Added missing XAuth plugin feature enum namesMartin Willi2012-03-202-4/+6
* Fixed fix for XAuth plugin feature matchingMartin Willi2012-03-201-1/+1
* Fix XAuth plugin feature matchingMartin Willi2012-03-201-1/+1
* Added support for iKEIntermediate X.509 extended key usage flag.Tobias Brunner2012-03-203-6/+19
* Some whitespace fixes.Tobias Brunner2012-03-202-26/+26
* Added an XAUTH identity to use or require for XAuth authenticationMartin Willi2012-03-202-0/+11
* Stop checking once a key size constraint is not fulfilledMartin Willi2012-03-201-0/+3
* Fixed IKEv1 prf+ keymat expansion beyond 320 bitsMartin Willi2012-03-201-1/+1
* Remove executable flag from source code filesMartin Willi2012-03-201-0/+0
* Free list after removing the last local credential set, fixes a leak reportMartin Willi2012-03-201-0/+5
* Remove unused status typeMartin Willi2012-03-201-5/+0
* Added missing XAuth auth_class enum nameMartin Willi2012-03-201-1/+2
* Be less verbose if plugin dependecy not satisfiedMartin Willi2012-03-201-1/+1
* Added auth_cfg option to select XAUTH backend to useMartin Willi2012-03-203-2/+14
* Use a string to identify xauth backends, no need for integer typesMartin Willi2012-03-204-110/+4
* Use a second authentication config to configure XAUTH authenticationMartin Willi2012-03-201-4/+2
* Replace xauth_request task with a new stub where we reimplement itMartin Willi2012-03-201-2/+2
* Added status code to status_tClavister OpenSource2012-03-201-0/+5
* Implement htoun/untoh64 with potentially faster htobe64/be64toh macros, if av...Martin Willi2012-03-201-0/+14
* fixed copy-and-paste errorAndreas Steffen2012-03-201-1/+1
* extended bio_reader and bio_writer to handle u_int64_tAndreas Steffen2012-03-205-0/+84
* IKEv1 XAuth: Added a "NULL" XAuth plugin which sends a hardcoded user/pass, a...Clavister OpenSource2012-03-202-6/+10
* IKEv1 XAuth: Added plugin support for XAuth, which allows us to have plugins ...Clavister OpenSource2012-03-202-0/+20
* IKEv1 XAuth: Add XAuth defines for plugin types.Clavister OpenSource2012-03-203-1/+102
* Revert "IKEv1 XAuth: Added new MIGRATE status type to status_t."Clavister OpenSource2012-03-201-6/+0
* Compiler warning fixed in prf_plus_t.Tobias Brunner2012-03-201-5/+5
* Map auth_class to auth method and IKEv1 proposal attributeMartin Willi2012-03-201-0/+2
* IKEv1 XAuth: Added new MIGRATE status type to status_t.Clavister OpenSource2012-03-201-0/+6
* IKEv1 XAUTH: Added ability to configure XAUTH+PSK. Added task to handle XAUT...Clavister OpenSource2012-03-201-0/+2
* Extended PRF+ by a non-counting variant as used by IKEv1Martin Willi2012-03-202-63/+48
* ts.get_subnet() returns TRUE if the selector actually is a subnetMartin Willi2012-03-202-3/+6
* gcrypt does not support MD2Andreas Steffen2011-11-091-1/+0
* assign get_features methodAndreas Steffen2011-11-071-1/+1
* Change order of ocsp uris when parsing a certThomas Egerer2011-11-041-1/+1
* Handle certificates being on hold in a CRLThomas Egerer2011-11-043-1/+14
* Use chunk_clear to memwipe shared secretThomas Egerer2011-11-041-1/+1
* Fix resource leak in x509_ocsp_responseThomas Egerer2011-11-041-0/+4
* Common spelling errors fixed.Tobias Brunner2011-11-031-1/+1
* pkcs11: Make public key operations on tokens optional.Tobias Brunner2011-11-031-20/+21
* pkcs11: Make sure a key can be used for a given signature scheme.Tobias Brunner2011-11-023-16/+31
* pkcs11: Register ECDSA feature.Tobias Brunner2011-11-021-1/+10
* pkcs11: We have to create our own hashes for some signature schemes.Tobias Brunner2011-11-024-12/+81
* pkcs11: Lookup the public key of a private key by CKA_ID.Tobias Brunner2011-11-022-0/+125
* pkcs11: Search for private keys in a more generic way.Tobias Brunner2011-11-021-20/+19
* pkcs11: Added support to encode ECDSA public keys.Tobias Brunner2011-11-021-0/+89
* pkcs11: Parse ECDSA public keys and find/create them on tokens.Tobias Brunner2011-11-021-2/+177
* pkcs11: Added generic functions to find/create public keys on tokens.Tobias Brunner2011-11-021-40/+75
* pkcs11: Store public key length in bits.Tobias Brunner2011-11-021-3/+3