aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* gcrypt actually does not implement IDEAMartin Willi2009-06-152-4/+2
|
* implemented gcrypt RSA encrypt/decrypt operationsMartin Willi2009-06-152-8/+65
|
* added a gcrypt.quick_random option to generate weak testing keys fasterMartin Willi2009-06-151-0/+5
|
* extended RSA tests by encrypt/decrypt operationsMartin Willi2009-06-151-1/+19
|
* implemented IKEv1 specific SIGN_RSA_EMSA_PKCS1_NULL scheme in gcryptMartin Willi2009-06-152-2/+107
|
* check if RSA key is large enough to sign a chunk of dataMartin Willi2009-06-151-0/+7
|
* use save chunk advancing, check signature lengthMartin Willi2009-06-151-9/+5
|
* consistent display of strongSwan versionAndreas Steffen2009-06-1313-104/+17
|
* test_vectors.h is part of the distributionAndreas Steffen2009-06-131-1/+1
|
* renamed OAKLEY_ECDSA_512 to OAKLEY_ECDSA_512Andreas Steffen2009-06-138-24/+24
|
* updated pluto.load configuration in ikev1 scenariosAndreas Steffen2009-06-1312-13/+31
|
* fixed evaltest.datAndreas Steffen2009-06-131-4/+4
|
* reduced debug level in ikev2/alg-blowfish scenarioAndreas Steffen2009-06-132-2/+2
|
* added openssl-ikev1/ecdsa-certs scenarioAndreas Steffen2009-06-1325-0/+321
|
* ECDSA 256 and 384 certificates for moonAndreas Steffen2009-06-136-2/+43
|
* fixed broken XAUTH authenticationAndreas Steffen2009-06-124-6/+38
|
* not restricted to RSA public keysAndreas Steffen2009-06-121-4/+4
|
* load_private_key() loads all kinds of keysAndreas Steffen2009-06-121-1/+1
|
* ASN.1 parsing of RSA public key not needed anymoreAndreas Steffen2009-06-121-13/+0
|
* pluto supports ECDSA authenticationAndreas Steffen2009-06-1225-234/+310
|
* split openssl scenarios into openssl-ikev1 and openssl-ikev2Andreas Steffen2009-06-12100-0/+0
|
* added SHA2 HMAC signer test vectorsMartin Willi2009-06-122-1/+101
|
* removed crypto tests form unit tester, all gone to test-vector pluginMartin Willi2009-06-125-759/+0
|
* Typo in configure script fixed.Tobias Brunner2009-06-121-1/+1
|
* added a FIPS_PRF test vectorMartin Willi2009-06-123-0/+32
|
* added support for stateful PRFs (such as the FIPS_PRF)Martin Willi2009-06-122-0/+10
|
* removed pluto test vectors, --disable-self-test optionMartin Willi2009-06-1113-1284/+0
|
* added SHA2 HMAC PRF test vectorsMartin Willi2009-06-113-0/+281
|
* added SHA2 test vectorsMartin Willi2009-06-113-0/+146
|
* added SHA1 test vectorsMartin Willi2009-06-113-0/+55
|
* added HMAC SHA1 test vectorsMartin Willi2009-06-113-0/+159
|
* added HMAC MD5 test vectorsMartin Willi2009-06-113-0/+123
|
* added RNG test vectorsMartin Willi2009-06-113-1/+249
|
* 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
| | | | | libstrongswan.crypto.test.on_add to test algorithms during initialization libstrongswan.crypto.test.on_create to test algorithms on each instantiation
* implemented a crypto_tester class to test crypto algorithmsMartin Willi2009-06-113-0/+832
| | | | | libstrongswan.crypto.test.required to require at least one test vector to use an algorithm libstrongswan.crypto.test.rng_true to run RNG tests on RNG_TRUE quality
* 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
| | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.
* 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
| | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.