aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* added x509_ac_builder pluginAndreas Steffen2008-03-211-0/+5
|
* refactored openac and its attribute certificate factoryAndreas Steffen2008-03-205-2/+1365
|
* included utils/linked_list.hAndreas Steffen2008-03-201-0/+1
|
* CA certificates are allowed to sign OCSP responsed without OCSP_SIGNER flagMartin Willi2008-03-201-1/+2
|
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-194-62/+146
| | | | | | as it requires to XOR the key into the hashers state. A new SHA1 based keyed hash function, implemented as PRF, enables EAP-AKA and the FIPS-PRF function to properly use the existing SHA1 implementation.
* attempt to achieve consistent debugging outputAndreas Steffen2008-03-191-6/+6
|
* creating public key from RSA private keyMartin Willi2008-03-182-3/+23
| | | | RSA key generation and signature test
* made is_newer() a certificate_t methodAndreas Steffen2008-03-183-52/+98
|
* enforcing x509_flags on certificate constructionMartin Willi2008-03-171-13/+21
|
* fixed CRL revoked certs enumerationMartin Willi2008-03-171-4/+4
|
* removed X509_PEER flag; flags are meant to read cert, not to store ↵Martin Willi2008-03-141-9/+0
| | | | | | | additional state in cert removed x509_t.set_flags for the reason above implemented a simple, generic shared_key_t
* reduced mysql pool verbosityMartin Willi2008-03-141-1/+1
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1382-0/+15066