Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plugin load configuration in strongswan.conf | Martin Willi | 2008-05-15 | 1 | -3/+3 |
| | | | | | | some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins | ||||
* | implemented append mode for xcbc, testcase | Martin Willi | 2008-05-08 | 1 | -1/+60 |
| | |||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 2 | -1/+242 |
| | | | | | | supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase | ||||
* | added missing base64 chunk test | Martin Willi | 2008-04-24 | 1 | -0/+84 |
| | |||||
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 2 | -2/+4 |
| | |||||
* | fixed AES-128 test | Martin Willi | 2008-04-22 | 1 | -2/+2 |
| | |||||
* | added AES-128 unit test | Martin Willi | 2008-04-22 | 3 | -2/+172 |
| | |||||
* | fixed med_db test | Martin Willi | 2008-04-02 | 1 | -1/+1 |
| | |||||
* | updated mediation database to public key authentication | Martin Willi | 2008-04-02 | 3 | -2/+56 |
| | | | | | | added mysql table definition, test data testcase | ||||
* | loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format) | Martin Willi | 2008-04-01 | 2 | -2/+44 |
| | | | | testcase | ||||
* | The introduced SHA1_NOFINAL hasher was not sufficient for EAP-AKA, | Martin Willi | 2008-03-19 | 1 | -0/+3 |
| | | | | | | 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. | ||||
* | 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 | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 11 | -0/+964 |