Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 2 | -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 stroke | Martin Willi | 2008-03-19 | 1 | -1/+1 | |
| | ||||||
* | fixed peer_cfg lookup when omitting IDr | Martin Willi | 2008-03-19 | 1 | -3/+13 | |
| | ||||||
* | fixed CRL check return value on revoked certificates | Martin Willi | 2008-03-19 | 3 | -24/+0 | |
| | | | | | fixed possible refcounting bugs generic return_null() implementation | |||||
* | fixed ike_cfg lookup in stroke | Martin Willi | 2008-03-18 | 1 | -1/+1 | |
| | ||||||
* | added false positive signature check | Martin Willi | 2008-03-18 | 1 | -0/+6 | |
| | ||||||
* | added missing test case file ([3607]) | Martin Willi | 2008-03-18 | 1 | -0/+61 | |
| | ||||||
* | creating public key from RSA private key | Martin Willi | 2008-03-18 | 2 | -2/+4 | |
| | | | | RSA key generation and signature test | |||||
* | made is_newer() a certificate_t method | Andreas Steffen | 2008-03-18 | 1 | -1/+1 | |
| | ||||||
* | better normalized tables for SQL plugin (IDs) | Martin Willi | 2008-03-18 | 6 | -286/+453 | |
| | ||||||
* | enforcing x509_flags on certificate construction | Martin Willi | 2008-03-17 | 1 | -23/+12 | |
| | ||||||
* | logging to SQL database | Martin Willi | 2008-03-15 | 6 | -1/+255 | |
| | ||||||
* | removed X509_PEER flag; flags are meant to read cert, not to store ↵ | Martin Willi | 2008-03-14 | 1 | -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 database | Martin Willi | 2008-03-14 | 7 | -2/+493 | |
| | ||||||
* | SQL schema for MySQL and SQLite, test data | Martin Willi | 2008-03-14 | 4 | -89/+165 | |
| | ||||||
* | fixed apidoc grouping | Martin Willi | 2008-03-13 | 2 | -2/+2 | |
| | ||||||
* | added NetworkManager prototype DBUS policy, applet config | Martin Willi | 2008-03-13 | 2 | -0/+29 | |
| | ||||||
* | added old and unmaintained prototype of NetworkManager applet and authenticator | Martin Willi | 2008-03-13 | 3 | -0/+244 | |
| | ||||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 55 | -0/+11516 | |