| Commit message (Expand) | Author | Age | Files | Lines |
* | removed TODO reminder | Andreas Steffen | 2009-08-28 | 1 | -1/+0 |
* | allow choice of digest algorithm in certificate generation | Andreas Steffen | 2009-08-28 | 1 | -5/+49 |
* | build_curve_signature() processes hash not data | Andreas Steffen | 2009-08-27 | 1 | -1/+1 |
* | NID_hash and NID_ec_curve were interchanged | Andreas Steffen | 2009-08-27 | 1 | -6/+6 |
* | verify_signature() now processes hash not data | Andreas Steffen | 2009-08-27 | 1 | -3/+3 |
* | NID_hash and NID_ec_curver were interchanged | Andreas Steffen | 2009-08-27 | 1 | -6/+6 |
* | verify that the ECDSA auth signature was done with the correct curve | Martin Willi | 2009-08-27 | 1 | -21/+47 |
* | distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ... | Martin Willi | 2009-08-27 | 4 | -179/+130 |
* | support generation of EC certificates | Martin Willi | 2009-08-27 | 1 | -16/+9 |
* | added support for SIGN_ECDSA_WITH_SHA1 signature scheme in openssl | Martin Willi | 2009-08-27 | 1 | -18/+20 |
* | create algorithmIdentifier dynamically from OID database | Martin Willi | 2009-08-27 | 4 | -7/+7 |
* | pkcs1 encoder supports subjectPublicKeyInfo encoding | Martin Willi | 2009-08-27 | 1 | -60/+66 |
* | fixed memleak in openssl fingerprinting | Martin Willi | 2009-08-27 | 2 | -0/+2 |
* | do openssl fingerprinting/encoding directly, openssl provides all functions | Martin Willi | 2009-08-27 | 7 | -237/+148 |
* | encoding public EC keys is not really possible without subjectPublicKeyInfo | Martin Willi | 2009-08-26 | 1 | -27/+53 |
* | added a BUILD_FROM_FD option, supporting credential parsing from stdin | Martin Willi | 2009-08-26 | 1 | -0/+43 |
* | implemented openssl EC key generation | Martin Willi | 2009-08-26 | 1 | -0/+42 |
* | fixed openssl RSA private key encoding | Martin Willi | 2009-08-26 | 1 | -3/+3 |
* | updated agent plugin to new fingerprint/encoding API | Martin Willi | 2009-08-26 | 1 | -157/+53 |
* | updated pubkey plugin to new fingerprinting API | Martin Willi | 2009-08-26 | 1 | -20/+48 |
* | updated x509 plugin to public key/x509 API changes | Martin Willi | 2009-08-26 | 5 | -154/+134 |
* | updated openssl plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 7 | -511/+325 |
* | updated gcrypt plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 2 | -218/+96 |
* | updated gmp plugin to new private/public key API, use encoder framework | Martin Willi | 2009-08-26 | 2 | -280/+130 |
* | use credential builder API to parse trusted public keys | Martin Willi | 2009-08-26 | 1 | -11/+11 |
* | implemented PGP fingerprinting | Martin Willi | 2009-08-26 | 4 | -0/+107 |
* | implemented pkcs1 private/public key encoding and fingerprinting | Martin Willi | 2009-08-26 | 4 | -0/+193 |
* | gmp uses component builder to build public- from private-key | Martin Willi | 2009-08-26 | 2 | -47/+37 |
* | gcrypt uses component builder to build public- from private-key | Martin Willi | 2009-08-26 | 2 | -37/+12 |
* | moved PGP code to pluto and gpg plugin | Martin Willi | 2009-08-26 | 2 | -102/+36 |
* | gmp plugin makes use of pkcs1/pgp/dnskey plugins | Martin Willi | 2009-08-26 | 2 | -477/+99 |
* | enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGP | Martin Willi | 2009-08-26 | 1 | -2/+3 |
* | implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsing | Martin Willi | 2009-08-26 | 5 | -0/+339 |
* | renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support othe... | Martin Willi | 2009-08-26 | 1 | -1/+1 |
* | implemented a pgp plugin providing PGP key parsing builders | Martin Willi | 2009-08-26 | 5 | -0/+589 |
* | make use of the pkcs1 plugin in gcrypt rsa key parsing | Martin Willi | 2009-08-26 | 2 | -190/+76 |
* | removed subjectPublicKeyInfo parsing, provided by pkcs1 plugin | Martin Willi | 2009-08-26 | 4 | -208/+1 |
* | implemented a pkcs1 plugin providing PKCS#1 key parsing builders | Martin Willi | 2009-08-26 | 5 | -0/+542 |
* | handle pluto specific certificates under CRED_CERTIFICATE, not as own credent... | Martin Willi | 2009-08-26 | 2 | -18/+8 |
* | use a pluto specific credential builder to build pluto cert_t's | Martin Willi | 2009-08-26 | 3 | -0/+26 |
* | pass along X509 flags when loading PEM encoded data | Martin Willi | 2009-08-26 | 1 | -2/+11 |
* | make use of the pem helper plugin to load credentials | Martin Willi | 2009-08-26 | 6 | -154/+26 |
* | added file loading support to pem plugin, using mmap() | Martin Willi | 2009-08-26 | 1 | -15/+79 |
* | moved PEM parsing functionality to its own plugin | Martin Willi | 2009-08-26 | 6 | -5/+702 |
* | OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum... | Tobias Brunner | 2009-08-14 | 4 | -5/+5 |
* | activated CAMELLIA_CBC cipher in openssl plugin | Andreas Steffen | 2009-08-05 | 2 | -0/+20 |
* | support of SHA224-based certificate signatures | Andreas Steffen | 2009-08-05 | 14 | -0/+124 |
* | streamlined integrity test output some more | Andreas Steffen | 2009-07-18 | 1 | -5/+2 |
* | streamlined debug output of integrity tests | Andreas Steffen | 2009-07-17 | 1 | -13/+21 |
* | Removed an unnecessary include of a header that is not available on Mac OS X. | Tobias Brunner | 2009-07-15 | 1 | -1/+0 |