Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | increased verbosity of successful crypto tests | Martin Willi | 2009-06-16 | 1 | -5/+5 | |
| | ||||||
* | removed one hierarchy level for crypto test options | Martin Willi | 2009-06-16 | 2 | -4/+4 | |
| | ||||||
* | initiator now checks for private key much earlier | Andreas Steffen | 2009-06-16 | 1 | -3/+4 | |
| | ||||||
* | remove whitespace | Andreas Steffen | 2009-06-15 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 12 | -1272/+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 | 5 | -0/+219 | |
| | ||||||
* | 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 | |
| | ||||||
* | moved publickey speed test to a standalone program | Martin Willi | 2009-06-10 | 3 | -1055/+1 | |
| | | | | 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 | 3 | -109/+0 | |
| | | | | This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29. | |||||
* | implemented IKEv1 signature verification in openssl_rsa_public_key.c | Andreas Steffen | 2009-06-10 | 1 | -36/+54 | |
| | ||||||
* | fixed typo in asn1.c | Andreas Steffen | 2009-06-10 | 1 | -1/+1 | |
| | ||||||
* | fixed DoS vulnerability in the parsing of ASN.1 time strings | Andreas Steffen | 2009-06-10 | 1 | -4/+17 | |
| | ||||||
* | fixed DoS vulnerability in the parsing of distinguished names | Andreas Steffen | 2009-06-09 | 2 | -1/+6 | |
| | ||||||
* | properly shut down and unref nm mainloop, fixes crash at shutdown | Martin Willi | 2009-06-09 | 1 | -3/+5 | |
| | ||||||
* | remove stale pidfile if no such process found | Martin Willi | 2009-06-09 | 1 | -13/+44 | |
| | ||||||
* | fix inclusion of private_key_t in nm plugin | Martin Willi | 2009-06-09 | 1 | -0/+1 | |
| |