aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* removed unneeded newlineMartin Willi2009-06-221-1/+1
* HASH_MD2 is not implemented yet in gcryptAndreas Steffen2009-06-181-2/+0
* added test vector for NULL encryptionAndreas Steffen2009-06-182-0/+2
* added test vector for NULL encryptionAndreas Steffen2009-06-181-0/+25
* added md2 and md4 test vectorsAndreas Steffen2009-06-184-0/+142
* added 2 des test vectorsAndreas Steffen2009-06-183-0/+70
* removed serpent and twofish plugins - use gcrypt insteadAndreas Steffen2009-06-1814-2602/+0
* added 2 RC5 test vectorsAndreas Steffen2009-06-173-0/+47
* added 2 IDEA test vectorsAndreas Steffen2009-06-173-0/+47
* added 6 serpent test vectorsAndreas Steffen2009-06-173-0/+98
* added 3 Twofish test vectorsAndreas Steffen2009-06-173-0/+60
* added one CAST-128 test vectorAndreas Steffen2009-06-173-0/+30
* added 6 Camellia test vectorsAndreas Steffen2009-06-171-0/+91
* added 6 Camellia test vectorsAndreas Steffen2009-06-172-5/+12
* fixed 64 bit warningAndreas Steffen2009-06-171-1/+2
* added 2 3DES-CBC and 3 AES-CBC test vectorsAndreas Steffen2009-06-174-0/+104