aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
* removed TODO reminderAndreas Steffen2009-08-281-1/+0
* allow choice of digest algorithm in certificate generationAndreas Steffen2009-08-281-5/+49
* build_curve_signature() processes hash not dataAndreas Steffen2009-08-271-1/+1
* NID_hash and NID_ec_curve were interchangedAndreas Steffen2009-08-271-6/+6
* verify_signature() now processes hash not dataAndreas Steffen2009-08-271-3/+3
* NID_hash and NID_ec_curver were interchangedAndreas Steffen2009-08-271-6/+6
* verify that the ECDSA auth signature was done with the correct curveMartin Willi2009-08-271-21/+47
* distinguish between RFC 4754 (concatenated) and RFC 3279 (DER encoded) ECDSA ...Martin Willi2009-08-274-179/+130
* support generation of EC certificatesMartin Willi2009-08-271-16/+9
* added support for SIGN_ECDSA_WITH_SHA1 signature scheme in opensslMartin Willi2009-08-271-18/+20
* create algorithmIdentifier dynamically from OID databaseMartin Willi2009-08-274-7/+7
* pkcs1 encoder supports subjectPublicKeyInfo encodingMartin Willi2009-08-271-60/+66
* fixed memleak in openssl fingerprintingMartin Willi2009-08-272-0/+2
* do openssl fingerprinting/encoding directly, openssl provides all functionsMartin Willi2009-08-277-237/+148
* encoding public EC keys is not really possible without subjectPublicKeyInfoMartin Willi2009-08-261-27/+53
* added a BUILD_FROM_FD option, supporting credential parsing from stdinMartin Willi2009-08-261-0/+43
* implemented openssl EC key generationMartin Willi2009-08-261-0/+42
* fixed openssl RSA private key encodingMartin Willi2009-08-261-3/+3
* updated agent plugin to new fingerprint/encoding APIMartin Willi2009-08-261-157/+53
* updated pubkey plugin to new fingerprinting APIMartin Willi2009-08-261-20/+48
* updated x509 plugin to public key/x509 API changesMartin Willi2009-08-265-154/+134
* updated openssl plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-267-511/+325
* updated gcrypt plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-262-218/+96
* updated gmp plugin to new private/public key API, use encoder frameworkMartin Willi2009-08-262-280/+130
* use credential builder API to parse trusted public keysMartin Willi2009-08-261-11/+11
* implemented PGP fingerprintingMartin Willi2009-08-264-0/+107
* implemented pkcs1 private/public key encoding and fingerprintingMartin Willi2009-08-264-0/+193
* gmp uses component builder to build public- from private-keyMartin Willi2009-08-262-47/+37
* gcrypt uses component builder to build public- from private-keyMartin Willi2009-08-262-37/+12
* moved PGP code to pluto and gpg pluginMartin Willi2009-08-262-102/+36
* gmp plugin makes use of pkcs1/pgp/dnskey pluginsMartin Willi2009-08-262-477/+99
* enforce RSA_PRIME1 > RSA_PRIME2 (p > q) in PGPMartin Willi2009-08-261-2/+3
* implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsingMartin Willi2009-08-265-0/+339
* renamed BUILD_BLOB_RFC_3110 to BUILD_BLOB_DNSKEY, we potentially support othe...Martin Willi2009-08-261-1/+1
* implemented a pgp plugin providing PGP key parsing buildersMartin Willi2009-08-265-0/+589
* make use of the pkcs1 plugin in gcrypt rsa key parsingMartin Willi2009-08-262-190/+76
* removed subjectPublicKeyInfo parsing, provided by pkcs1 pluginMartin Willi2009-08-264-208/+1
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-265-0/+542
* handle pluto specific certificates under CRED_CERTIFICATE, not as own credent...Martin Willi2009-08-262-18/+8
* use a pluto specific credential builder to build pluto cert_t'sMartin Willi2009-08-263-0/+26
* pass along X509 flags when loading PEM encoded dataMartin Willi2009-08-261-2/+11
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-266-154/+26
* added file loading support to pem plugin, using mmap()Martin Willi2009-08-261-15/+79
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-266-5/+702
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the enum...Tobias Brunner2009-08-144-5/+5
* activated CAMELLIA_CBC cipher in openssl pluginAndreas Steffen2009-08-052-0/+20
* support of SHA224-based certificate signaturesAndreas Steffen2009-08-0514-0/+124
* streamlined integrity test output some moreAndreas Steffen2009-07-181-5/+2
* streamlined debug output of integrity testsAndreas Steffen2009-07-171-13/+21
* Removed an unnecessary include of a header that is not available on Mac OS X.Tobias Brunner2009-07-151-1/+0