aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, Martin Willi2008-03-192-38/+25
| | | | | | 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.
* fixed shared key lookup in strokeMartin Willi2008-03-191-1/+1
|
* fixed peer_cfg lookup when omitting IDrMartin Willi2008-03-191-3/+13
|
* fixed CRL check return value on revoked certificatesMartin Willi2008-03-193-24/+0
| | | | | fixed possible refcounting bugs generic return_null() implementation
* fixed ike_cfg lookup in strokeMartin Willi2008-03-181-1/+1
|
* added false positive signature check Martin Willi2008-03-181-0/+6
|
* added missing test case file ([3607])Martin Willi2008-03-181-0/+61
|
* creating public key from RSA private keyMartin Willi2008-03-182-2/+4
| | | | RSA key generation and signature test
* made is_newer() a certificate_t methodAndreas Steffen2008-03-181-1/+1
|
* better normalized tables for SQL plugin (IDs)Martin Willi2008-03-186-286/+453
|
* enforcing x509_flags on certificate constructionMartin Willi2008-03-171-23/+12
|
* logging to SQL databaseMartin Willi2008-03-156-1/+255
|
* removed X509_PEER flag; flags are meant to read cert, not to store ↵Martin Willi2008-03-141-21/+12
| | | | | | | additional state in cert removed x509_t.set_flags for the reason above implemented a simple, generic shared_key_t
* credential lookup in mysql/sqlite databaseMartin Willi2008-03-147-2/+493
|
* SQL schema for MySQL and SQLite, test dataMartin Willi2008-03-144-89/+165
|
* fixed apidoc groupingMartin Willi2008-03-132-2/+2
|
* added NetworkManager prototype DBUS policy, applet configMartin Willi2008-03-132-0/+29
|
* added old and unmaintained prototype of NetworkManager applet and authenticatorMartin Willi2008-03-133-0/+244
|
* merged the modularization branch (credentials) back to trunkMartin Willi2008-03-1355-0/+11516