aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* added MD5 test vectorsMartin Willi2009-06-113-1/+73
* added AES-XCBC test vectors for signer/prfMartin Willi2009-06-113-1/+144
* added test vectors for AES128 CBCMartin Willi2009-06-113-1/+63
* added blowfish test vectors from plutoMartin Willi2009-06-113-1/+51
* added a plugin providing crypto test vectorsMartin Willi2009-06-116-0/+233
* make use of the crypto_tester in the crypto_factoryMartin Willi2009-06-113-44/+149
* implemented a crypto_tester class to test crypto algorithmsMartin Willi2009-06-113-0/+832
* handling hashers and rngs as transform types (in private range)Martin Willi2009-06-112-5/+9
* gcrypt blowfish supports 128 bit key size onlyMartin Willi2009-06-111-0/+4
* remove obsolete scriptsMartin Willi2009-06-108-115/+0
* fixed ecp521 testMartin Willi2009-06-101-1/+1
* added missing RSA 768 testMartin Willi2009-06-101-0/+1
* added convenience scripts for pubkey/dh speed testsMartin Willi2009-06-102-0/+56
* moved publickey speed test to a standalone programMartin Willi2009-06-106-1056/+153
* additional check in case of non-positive monthsAndreas Steffen2009-06-101-2/+2
* implemented IKEv1 RSA signing in openssl_rsa_private_key.cAndreas Steffen2009-06-101-43/+54
* moved Diffie-Hellman speed test to a standalone programMartin Willi2009-06-106-111/+136
* implemented IKEv1 signature verification in openssl_rsa_public_key.cAndreas Steffen2009-06-101-36/+54
* fixed typo in asn1.cAndreas Steffen2009-06-101-1/+1
* fixed DoS vulnerability in the parsing of ASN.1 time stringsAndreas Steffen2009-06-101-4/+17
* fixed DoS vulnerability in the parsing of distinguished namesAndreas Steffen2009-06-092-1/+6
* properly shut down and unref nm mainloop, fixes crash at shutdownMartin Willi2009-06-091-3/+5
* remove stale pidfile if no such process foundMartin Willi2009-06-091-13/+44
* fix inclusion of private_key_t in nm pluginMartin Willi2009-06-091-0/+1
* asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement)Andreas Steffen2009-06-093-18/+18
* renamed listing of IKEv1 authentication algorithmsAndreas Steffen2009-06-091-1/+1
* implemented a speed test for diffie-hellmanMartin Willi2009-06-093-0/+109
* implemented a speed test for public key algorithmsMartin Willi2009-06-093-1/+1055
* gcrypt RSA public key implementationMartin Willi2009-06-095-4/+498
* gcrypt RSA private key implementationMartin Willi2009-06-094-0/+698
* use autoconf macro provided by libgcryptMartin Willi2009-06-092-5/+3
* gcrypt mpi based Diffie-Hellman implementationMartin Willi2009-06-094-0/+634
* gcrypt rng implementationMartin Willi2009-06-095-0/+164
* use abstract mutex_t for gcrypt locking callbacksMartin Willi2009-06-091-4/+50
* gcrypt crypter implementationMartin Willi2009-06-094-0/+321
* gcrypt hasher implementationMartin Willi2009-06-094-1/+220
* initialize gcrypt threadsave, currently for pthread onlyMartin Willi2009-06-092-1/+28
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-095-0/+136
* fixed crash in openssl private_key->get_public_key(), using encode/load worka...Martin Willi2009-06-091-18/+8
* more concise listing of ESP algorithmsAndreas Steffen2009-06-092-27/+34
* activated INTEGRITY_TEST option in plutoAndreas Steffen2009-06-092-0/+23
* implement gmp_rsa_private_key.decrypt()Andreas Steffen2009-06-092-4/+34
* implemented gmp_rsa_public_key.encrypt() methodAndreas Steffen2009-06-091-4/+59
* some fixes in pkcs7.cAndreas Steffen2009-06-091-3/+4
* hooray, pluto and scepclient do not depend on libgmp anymoreAndreas Steffen2009-06-0910-145/+27
* update strongswan.conf for pluto and scepclientAndreas Steffen2009-06-0948-38/+302
* pkcs7.c also uses signature_scheme_from_oid()Andreas Steffen2009-06-091-18/+6
* created signature_scheme_from_oid() helper functionAndreas Steffen2009-06-098-148/+78
* hardened OpenPGP parserAndreas Steffen2009-06-091-23/+31
* pluto now requires pubkey pluginAndreas Steffen2009-06-091-0/+1