Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Public/Private keys implement a has_fingerprint() method | Martin Willi | 2009-09-21 | 2 | -0/+2 |
| | |||||
* | Updated gmp plugin to the new builder API | Martin Willi | 2009-09-10 | 5 | -205/+134 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 1 | -2/+2 |
| | |||||
* | replaces four spaces by tabs, where appropriate | Martin Willi | 2009-09-04 | 1 | -5/+5 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 6 | -164/+164 |
| | |||||
* | create algorithmIdentifier dynamically from OID database | Martin Willi | 2009-08-27 | 1 | -1/+1 |
| | |||||
* | updated gmp plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 2 | -280/+130 |
| | |||||
* | gmp uses component builder to build public- from private-key | Martin Willi | 2009-08-26 | 2 | -47/+37 |
| | |||||
* | gmp plugin makes use of pkcs1/pgp/dnskey plugins | Martin Willi | 2009-08-26 | 2 | -477/+99 |
| | |||||
* | renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support ↵ | Martin Willi | 2009-08-26 | 1 | -1/+1 |
| | | | | other key types | ||||
* | make use of the pem helper plugin to load credentials | Martin Willi | 2009-08-26 | 1 | -1/+0 |
| | |||||
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 2 | -0/+4 |
| | |||||
* | corrected comment | Andreas Steffen | 2009-07-04 | 1 | -1/+1 |
| | |||||
* | added -avoid-version to LDFLAGS, plugins are not versioned | Martin Willi | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | 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) |