Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove whitespace | Andreas Steffen | 2009-06-15 | 1 | -1/+1 | |
| | ||||||
* | check if RSA key is large enough to sign a chunk of data | Martin Willi | 2009-06-15 | 1 | -0/+7 | |
| | ||||||
* | use save chunk advancing, check signature length | Martin Willi | 2009-06-15 | 1 | -9/+5 | |
| | ||||||
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 2 | -2/+0 | |
| | ||||||
* | implement gmp_rsa_private_key.decrypt() | Andreas Steffen | 2009-06-09 | 2 | -4/+34 | |
| | ||||||
* | implemented gmp_rsa_public_key.encrypt() method | Andreas Steffen | 2009-06-09 | 1 | -4/+59 | |
| | ||||||
* | hardened OpenPGP parser | Andreas Steffen | 2009-06-09 | 1 | -23/+31 | |
| | ||||||
* | used rsa coeff field in OpenPGP secret key payload | Andreas Steffen | 2009-06-09 | 1 | -25/+32 | |
| | ||||||
* | fixed OpenPGPv3 fingerprint computation | Andreas Steffen | 2009-06-09 | 1 | -7/+19 | |
| | ||||||
* | fixed OpenPGP parsing | Andreas Steffen | 2009-06-09 | 1 | -18/+24 | |
| | ||||||
* | pluto and scepclient use private and public key plugins of libstrongswan | Andreas Steffen | 2009-06-09 | 2 | -78/+456 | |
| | ||||||
* | dh_exponent_ansi_x9_42 is now a libstrongswan setting | Andreas Steffen | 2009-05-26 | 1 | -1/+1 | |
| | ||||||
* | removing svn keyword $Id$ from all files | Tobias Brunner | 2009-04-30 | 5 | -10/+0 | |
| | ||||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -2/+2 | |
| | | | | | important change for developers: %Y replaces %D to print identities! | |||||
* | changed RNG_REAL to RNG_TRUE | Andreas Steffen | 2009-04-29 | 1 | -2/+2 | |
| | ||||||
* | updated Doxyfile | Martin Willi | 2009-03-24 | 4 | -4/+4 | |
| | | | | | | properly close all doxygen groups fixed remaining doxygen warnings | |||||
* | 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 | |