Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gcrypt actually does not implement IDEA | Martin Willi | 2009-06-15 | 2 | -4/+2 | |
| | ||||||
* | implemented gcrypt RSA encrypt/decrypt operations | Martin Willi | 2009-06-15 | 2 | -8/+65 | |
| | ||||||
* | added a gcrypt.quick_random option to generate weak testing keys faster | Martin Willi | 2009-06-15 | 1 | -0/+5 | |
| | ||||||
* | extended RSA tests by encrypt/decrypt operations | Martin Willi | 2009-06-15 | 1 | -1/+19 | |
| | ||||||
* | implemented IKEv1 specific SIGN_RSA_EMSA_PKCS1_NULL scheme in gcrypt | Martin Willi | 2009-06-15 | 2 | -2/+107 | |
| | ||||||
* | check if RSA key is large enough to sign a chunk of data | Martin Willi | 2009-06-15 | 1 | -0/+7 | |
| | ||||||
* | use save chunk advancing, check signature length | Martin Willi | 2009-06-15 | 1 | -9/+5 | |
| | ||||||
* | consistent display of strongSwan version | Andreas Steffen | 2009-06-13 | 13 | -104/+17 | |
| | ||||||
* | test_vectors.h is part of the distribution | Andreas Steffen | 2009-06-13 | 1 | -1/+1 | |
| | ||||||
* | renamed OAKLEY_ECDSA_512 to OAKLEY_ECDSA_512 | Andreas Steffen | 2009-06-13 | 8 | -24/+24 | |
| | ||||||
* | updated pluto.load configuration in ikev1 scenarios | Andreas Steffen | 2009-06-13 | 12 | -13/+31 | |
| | ||||||
* | fixed evaltest.dat | Andreas Steffen | 2009-06-13 | 1 | -4/+4 | |
| | ||||||
* | reduced debug level in ikev2/alg-blowfish scenario | Andreas Steffen | 2009-06-13 | 2 | -2/+2 | |
| | ||||||
* | added openssl-ikev1/ecdsa-certs scenario | Andreas Steffen | 2009-06-13 | 25 | -0/+321 | |
| | ||||||
* | ECDSA 256 and 384 certificates for moon | Andreas Steffen | 2009-06-13 | 6 | -2/+43 | |
| | ||||||
* | fixed broken XAUTH authentication | Andreas Steffen | 2009-06-12 | 4 | -6/+38 | |
| | ||||||
* | not restricted to RSA public keys | Andreas Steffen | 2009-06-12 | 1 | -4/+4 | |
| | ||||||
* | load_private_key() loads all kinds of keys | Andreas Steffen | 2009-06-12 | 1 | -1/+1 | |
| | ||||||
* | ASN.1 parsing of RSA public key not needed anymore | Andreas Steffen | 2009-06-12 | 1 | -13/+0 | |
| | ||||||
* | pluto supports ECDSA authentication | Andreas Steffen | 2009-06-12 | 25 | -234/+310 | |
| | ||||||
* | split openssl scenarios into openssl-ikev1 and openssl-ikev2 | Andreas Steffen | 2009-06-12 | 100 | -0/+0 | |
| | ||||||
* | added SHA2 HMAC signer test vectors | Martin Willi | 2009-06-12 | 2 | -1/+101 | |
| | ||||||
* | removed crypto tests form unit tester, all gone to test-vector plugin | Martin Willi | 2009-06-12 | 5 | -759/+0 | |
| | ||||||
* | Typo in configure script fixed. | Tobias Brunner | 2009-06-12 | 1 | -1/+1 | |
| | ||||||
* | added a FIPS_PRF test vector | Martin Willi | 2009-06-12 | 3 | -0/+32 | |
| | ||||||
* | added support for stateful PRFs (such as the FIPS_PRF) | Martin Willi | 2009-06-12 | 2 | -0/+10 | |
| | ||||||
* | removed pluto test vectors, --disable-self-test option | Martin Willi | 2009-06-11 | 13 | -1284/+0 | |
| | ||||||
* | added SHA2 HMAC PRF test vectors | Martin Willi | 2009-06-11 | 3 | -0/+281 | |
| | ||||||
* | added SHA2 test vectors | Martin Willi | 2009-06-11 | 3 | -0/+146 | |
| | ||||||
* | added SHA1 test vectors | Martin Willi | 2009-06-11 | 3 | -0/+55 | |
| | ||||||
* | added HMAC SHA1 test vectors | Martin Willi | 2009-06-11 | 3 | -0/+159 | |
| | ||||||
* | added HMAC MD5 test vectors | Martin Willi | 2009-06-11 | 3 | -0/+123 | |
| | ||||||
* | added RNG test vectors | Martin Willi | 2009-06-11 | 3 | -1/+249 | |
| | ||||||
* | added MD5 test vectors | Martin Willi | 2009-06-11 | 3 | -1/+73 | |
| | ||||||
* | added AES-XCBC test vectors for signer/prf | Martin Willi | 2009-06-11 | 3 | -1/+144 | |
| | ||||||
* | added test vectors for AES128 CBC | Martin Willi | 2009-06-11 | 3 | -1/+63 | |
| | ||||||
* | added blowfish test vectors from pluto | Martin Willi | 2009-06-11 | 3 | -1/+51 | |
| | ||||||
* | added a plugin providing crypto test vectors | Martin Willi | 2009-06-11 | 6 | -0/+233 | |
| | ||||||
* | make use of the crypto_tester in the crypto_factory | Martin Willi | 2009-06-11 | 3 | -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 algorithms | Martin Willi | 2009-06-11 | 3 | -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 Willi | 2009-06-11 | 2 | -5/+9 | |
| | ||||||
* | gcrypt blowfish supports 128 bit key size only | Martin Willi | 2009-06-11 | 1 | -0/+4 | |
| | ||||||
* | remove obsolete scripts | Martin Willi | 2009-06-10 | 8 | -115/+0 | |
| | ||||||
* | fixed ecp521 test | Martin Willi | 2009-06-10 | 1 | -1/+1 | |
| | ||||||
* | added missing RSA 768 test | Martin Willi | 2009-06-10 | 1 | -0/+1 | |
| | ||||||
* | added convenience scripts for pubkey/dh speed tests | Martin Willi | 2009-06-10 | 2 | -0/+56 | |
| | ||||||
* | moved publickey speed test to a standalone program | Martin Willi | 2009-06-10 | 6 | -1056/+153 | |
| | | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad. | |||||
* | additional check in case of non-positive months | Andreas Steffen | 2009-06-10 | 1 | -2/+2 | |
| | ||||||
* | implemented IKEv1 RSA signing in openssl_rsa_private_key.c | Andreas Steffen | 2009-06-10 | 1 | -43/+54 | |
| | ||||||
* | moved Diffie-Hellman speed test to a standalone program | Martin Willi | 2009-06-10 | 6 | -111/+136 | |
| | | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29. |