aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | signatures
* 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 ↵Martin Willi2009-08-261-1/+1
| | | | other key types
* 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 ↵Martin Willi2009-08-262-18/+8
| | | | credential kind
* 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 ↵Tobias Brunner2009-08-144-5/+5
| | | | enums mutex/condvar/rwlock_type_t.
* 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
|
* make ecp_x_coordinate_only = yes the defaultAndreas Steffen2009-07-061-2/+4
|
* ecp_x_coordinate only option allows ECP interoperability with MS WindowsAndreas Steffen2009-07-062-9/+24
|
* corrected commentAndreas Steffen2009-07-041-1/+1
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-0323-23/+23
|
* enforce correct RSA signature lenght in gcryptMartin Willi2009-06-302-20/+51
|
* check integrity of plugins before loadingMartin Willi2009-06-221-0/+15
|