3798 Commits

Author SHA1 Message Date
Andreas Steffen
80873f2c5e added openssl-ikev1/ecdsa-certs scenario 2009-06-13 08:43:34 +02:00
Andreas Steffen
0005269132 ECDSA 256 and 384 certificates for moon 2009-06-13 07:28:47 +02:00
Andreas Steffen
8df811146d fixed broken XAUTH authentication 2009-06-12 21:04:48 +02:00
Andreas Steffen
b34862b14e not restricted to RSA public keys 2009-06-12 20:17:02 +02:00
Andreas Steffen
37c9f11f11 load_private_key() loads all kinds of keys 2009-06-12 20:09:00 +02:00
Andreas Steffen
3c5a2342b4 ASN.1 parsing of RSA public key not needed anymore 2009-06-12 20:06:39 +02:00
Andreas Steffen
11e6d28533 pluto supports ECDSA authentication 2009-06-12 19:59:49 +02:00
Andreas Steffen
eca36f44de split openssl scenarios into openssl-ikev1 and openssl-ikev2 2009-06-12 19:59:48 +02:00
Martin Willi
b59e239335 added SHA2 HMAC signer test vectors 2009-06-12 11:09:09 +02:00
Martin Willi
0897ff21e7 removed crypto tests form unit tester, all gone to test-vector plugin 2009-06-12 10:44:01 +02:00
Tobias Brunner
272c81134c Typo in configure script fixed. 2009-06-12 10:42:07 +02:00
Martin Willi
095f971c10 added a FIPS_PRF test vector 2009-06-12 10:40:38 +02:00
Martin Willi
371a54c7a9 added support for stateful PRFs (such as the FIPS_PRF) 2009-06-12 10:39:47 +02:00
Martin Willi
c66cd00df4 removed pluto test vectors, --disable-self-test option 2009-06-11 20:27:32 +02:00
Martin Willi
701381ceb8 added SHA2 HMAC PRF test vectors 2009-06-11 20:26:01 +02:00
Martin Willi
d94d68e404 added SHA2 test vectors 2009-06-11 18:14:30 +02:00
Martin Willi
f02d144095 added SHA1 test vectors 2009-06-11 17:17:33 +02:00
Martin Willi
2df93f467b added HMAC SHA1 test vectors 2009-06-11 17:05:56 +02:00
Martin Willi
764708b4e0 added HMAC MD5 test vectors 2009-06-11 16:44:20 +02:00
Martin Willi
c698da8cb4 added RNG test vectors 2009-06-11 15:56:00 +02:00
Martin Willi
e091d5100f added MD5 test vectors 2009-06-11 15:56:00 +02:00
Martin Willi
54916d79d6 added AES-XCBC test vectors for signer/prf 2009-06-11 15:56:00 +02:00
Martin Willi
005163805d added test vectors for AES128 CBC 2009-06-11 15:56:00 +02:00
Martin Willi
6f4f83e333 added blowfish test vectors from pluto 2009-06-11 15:56:00 +02:00
Martin Willi
81811a9d8b added a plugin providing crypto test vectors 2009-06-11 15:55:59 +02:00
Martin Willi
28a0728b67 make use of the crypto_tester in the crypto_factory
libstrongswan.crypto.test.on_add to test algorithms during initialization
libstrongswan.crypto.test.on_create to test algorithms on each instantiation
2009-06-11 15:55:48 +02:00
Martin Willi
3e8891667b implemented a crypto_tester class to test crypto algorithms
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
2009-06-11 15:54:44 +02:00
Martin Willi
6f299040fb handling hashers and rngs as transform types (in private range) 2009-06-11 14:17:16 +02:00
Martin Willi
e51f607221 gcrypt blowfish supports 128 bit key size only 2009-06-11 14:13:17 +02:00
Martin Willi
25d6c5146b remove obsolete scripts 2009-06-10 18:31:15 +02:00
Martin Willi
e0069366c8 fixed ecp521 test 2009-06-10 18:07:19 +02:00
Martin Willi
0461a2ff13 added missing RSA 768 test 2009-06-10 17:26:56 +02:00
Martin Willi
6edad5afdd added convenience scripts for pubkey/dh speed tests 2009-06-10 16:25:32 +02:00
Martin Willi
a4caeac76e moved publickey speed test to a standalone program
This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.
2009-06-10 16:25:32 +02:00
Andreas Steffen
355bab380c additional check in case of non-positive months 2009-06-10 15:33:39 +02:00
Andreas Steffen
dfa5fb0358 implemented IKEv1 RSA signing in openssl_rsa_private_key.c 2009-06-10 15:29:57 +02:00
Martin Willi
3e3de01b28 moved Diffie-Hellman speed test to a standalone program
This reverts commit 1e6050bfaeadd66e921b3cd8d2128e4235ee6a29.
2009-06-10 14:58:58 +02:00
Andreas Steffen
29bbfc11ee implemented IKEv1 signature verification in openssl_rsa_public_key.c 2009-06-10 13:43:51 +02:00
Andreas Steffen
c04bf43363 fixed typo in asn1.c 2009-06-10 12:00:26 +02:00
Andreas Steffen
95c00dfcf9 fixed DoS vulnerability in the parsing of ASN.1 time strings 2009-06-10 11:39:17 +02:00
Andreas Steffen
b29832c74f fixed DoS vulnerability in the parsing of distinguished names 2009-06-09 22:03:33 +02:00
Martin Willi
260158e53e properly shut down and unref nm mainloop, fixes crash at shutdown 2009-06-09 15:13:10 +02:00
Martin Willi
4d8ddefb78 remove stale pidfile if no such process found 2009-06-09 14:56:31 +02:00
Martin Willi
fd0b7903e6 fix inclusion of private_key_t in nm plugin 2009-06-09 14:03:48 +02:00
Andreas Steffen
2d870072fa asn1_integer() ensures correct DER encoding of ASN1_INTEGER (two's complement) 2009-06-09 13:27:59 +02:00
Andreas Steffen
a038ef2bb1 renamed listing of IKEv1 authentication algorithms 2009-06-09 11:43:08 +02:00
Martin Willi
1e6050bfae implemented a speed test for diffie-hellman 2009-06-09 11:27:35 +02:00
Martin Willi
08874d6ae2 implemented a speed test for public key algorithms 2009-06-09 11:27:34 +02:00
Martin Willi
3240cab978 gcrypt RSA public key implementation 2009-06-09 11:27:26 +02:00
Martin Willi
ff8d3ba355 gcrypt RSA private key implementation 2009-06-09 11:27:11 +02:00