Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | added unit test for identification_t.matches() | Martin Willi | 2009-07-06 | 1 | -0/+1 |
| | |||||
* | added unit test for identification_t.equals() | Martin Willi | 2009-07-06 | 1 | -0/+1 |
| | |||||
* | added unit test for identification_t.contains_wildcard() | Martin Willi | 2009-07-06 | 1 | -0/+1 |
| | |||||
* | removed crypto tests form unit tester, all gone to test-vector plugin | Martin Willi | 2009-06-12 | 1 | -4/+0 |
| | |||||
* | moved publickey speed test to a standalone program | Martin Willi | 2009-06-10 | 1 | -1/+0 |
| | | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad. | ||||
* | moved Diffie-Hellman speed test to a standalone program | Martin Willi | 2009-06-10 | 1 | -1/+0 |
| | | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29. | ||||
* | implemented a speed test for diffie-hellman | Martin Willi | 2009-06-09 | 1 | -0/+1 |
| | |||||
* | implemented a speed test for public key algorithms | Martin Willi | 2009-06-09 | 1 | -0/+1 |
| | |||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 1 | -2/+0 |
| | |||||
* | added create_part_enumerator() to indentity, allows to enumerate RDNs etc. | Martin Willi | 2009-04-14 | 1 | -1/+2 |
| | |||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 1 | -0/+2 |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | ||||
* | RNG tests based on FIPS 140-1 | Martin Willi | 2008-12-18 | 1 | -1/+2 |
| | |||||
* | basic x509 certificate generation | Martin Willi | 2008-12-08 | 1 | -1/+2 |
| | |||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 1 | -1/+2 |
| | | | | | | | | | allow enumeration of matching builders try a second builder if the first one fails builder clones resources internally on demand caller frees added resources on failure and success stricter handling of non-supported build parts | ||||
* | pool performance testing | Martin Willi | 2008-07-21 | 1 | -1/+2 |
| | |||||
* | implementation of a simple "token enumerator" | Martin Willi | 2008-07-02 | 1 | -1/+2 |
| | |||||
* | implemented XCBC algorithms (signer, prf) for IKE on top of a crypter | Martin Willi | 2008-04-30 | 1 | -1/+2 |
| | | | | | | supporting ike=...-aesxcbc-... in ipsec.conf added AUTH_AES_XCBC_96 and PRF_AES128_CBC to default IKE proposal AES XCBC testcase | ||||
* | replaced freeswan ttodata by own chunk_{to|from}_{hex|base64} functions | Martin Willi | 2008-04-24 | 1 | -1/+2 |
| | |||||
* | added AES-128 unit test | Martin Willi | 2008-04-22 | 1 | -1/+2 |
| | |||||
* | updated mediation database to public key authentication | Martin Willi | 2008-04-02 | 1 | -1/+2 |
| | | | | | | added mysql table definition, test data testcase | ||||
* | loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format) | Martin Willi | 2008-04-01 | 1 | -2/+2 |
| | | | | testcase | ||||
* | creating public key from RSA private key | Martin Willi | 2008-03-18 | 1 | -1/+2 |
| | | | | RSA key generation and signature test | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 1 | -0/+33 |