Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed superfluous get_other_public_value in diffie_hellman_t interface | Martin Willi | 2008-11-04 | 1 | -20/+0 |
| | |||||
* | refining changeset 4483 by introducing charon.dh_exponent_ansi_x9_42 key | Andreas Steffen | 2008-10-28 | 1 | -11/+35 |
| | |||||
* | remove unused local DH_EXPONENT_ENTROPY definition | Andreas Steffen | 2008-10-27 | 1 | -2/+0 |
| | |||||
* | use 512 bits of entropy for secret DH exponents | Andreas Steffen | 2008-10-26 | 1 | -1/+3 |
| | |||||
* | fixed DH value range testing | Martin Willi | 2008-09-17 | 1 | -1/+1 |
| | |||||
* | checking mpz_export return value properly | Martin Willi | 2008-09-17 | 3 | -8/+28 |
| | | | | fixes a potential DoS attack if a DH value of zero gets processed | ||||
* | refactored credential builder | Martin Willi | 2008-09-02 | 2 | -39/+45 |
| | | | | | | | | | 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 | ||||
* | creating default IKE proposals dynamically using algorithm enumeration API | Martin Willi | 2008-08-28 | 1 | -5/+5 |
| | |||||
* | fixed copy-and-paste error | Andreas Steffen | 2008-05-23 | 1 | -1/+1 |
| | |||||
* | added more verbosity if signature hash OID is unknown | Martin Willi | 2008-05-21 | 1 | -1/+3 |
| | |||||
* | corrected deinitialisation of public key factory | Tobias Brunner | 2008-05-15 | 1 | -2/+0 |
| | |||||
* | generic public key factory moved | Tobias Brunner | 2008-05-15 | 4 | -201/+2 |
| | |||||
* | typo | Tobias Brunner | 2008-05-14 | 1 | -3/+3 |
| | |||||
* | reverted [3945], proper fix for zero value ASN1 integer | Martin Willi | 2008-05-13 | 1 | -3/+7 |
| | |||||
* | fixed unsave calculation of mpz_export length | Martin Willi | 2008-05-13 | 1 | -3/+1 |
| | |||||
* | fixed parsing of openssl format public keys | Martin Willi | 2008-05-06 | 1 | -7/+5 |
| | |||||
* | introduced ASN1_EXIT command in ASN.1 object syntax definition | Andreas Steffen | 2008-04-28 | 3 | -45/+45 |
| | |||||
* | optimized parser->success() | Andreas Steffen | 2008-04-26 | 2 | -31/+30 |
| | |||||
* | refactoring of the ASN.1 parser | Andreas Steffen | 2008-04-26 | 3 | -93/+107 |
| | |||||
* | added API for random number generators, served through credential factory | Martin Willi | 2008-04-15 | 2 | -38/+25 |
| | | | | ported randomizer_t to a rng_t on top of /dev/(u)random (plugin random) | ||||
* | fixed compile warnings | Martin Willi | 2008-04-02 | 1 | -0/+1 |
| | |||||
* | added missing files for commit [3721] | Martin Willi | 2008-04-01 | 2 | -0/+197 |
| | |||||
* | loading of subjectPublicKeyInfo wrapped keys using KEY_ANY (openssl format) | Martin Willi | 2008-04-01 | 3 | -1/+9 |
| | | | | testcase | ||||
* | removed unneded publicKeyInfo ASN1 structure | Martin Willi | 2008-04-01 | 1 | -16/+1 |
| | |||||
* | creating public key from RSA private key | Martin Willi | 2008-03-18 | 2 | -3/+23 |
| | | | | RSA key generation and signature test | ||||
* | merged the modularization branch (credentials) back to trunk | Martin Willi | 2008-03-13 | 9 | -0/+2278 |