aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* always read in RAND_poll() if we can't use select because of a tooBodo Möller2006-06-282-80/+85
* Mitigate the hazard of cache-collision timing attack on last round. TheAndy Polyakov2006-06-281-3/+22
* Mitigate the hazard of cache-collision timing attack on last round. Well,Andy Polyakov2006-06-282-193/+156
* Mitigate cache-collision timing attack on last round.Andy Polyakov2006-06-281-197/+98
* Fix EVP_PKEY_CTX_dup() to return correct value and handle NULL keys inDr. Stephen Henson2006-06-271-7/+5
* Use poll() when possible to gather Unix randomness entropyRichard Levitte2006-06-272-7/+57
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-2314-70/+354
* Change in 0.9.8 branch:Bodo Möller2006-06-221-3/+7
* Remove ECC ciphersuites from 0.9.8 branch (should use 0.9.9 branch)Bodo Möller2006-06-201-0/+5
* Change array representation of binary polynomials to make GF2m part ofBodo Möller2006-06-186-70/+84
* another thread-safety fixBodo Möller2006-06-161-6/+8
* Error messages for client ECC cert verification.Bodo Möller2006-06-156-9/+24
* Call 'print_stuff' even if a handshake failed.Bodo Möller2006-06-151-4/+6
* Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller2006-06-152-16/+25
* Fix another new bug in the cipherstring logic.Bodo Möller2006-06-151-14/+27
* Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller2006-06-151-13/+10
* Oops ... deleted too much in the previous commit when I deletedBodo Möller2006-06-151-0/+1
* Disable invalid ciphersuitesBodo Möller2006-06-142-16/+31
* Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller2006-06-1411-182/+252
* Make sure that AES ciphersuites get priority over CamelliaBodo Möller2006-06-141-2/+2
* Thread-safety fixesBodo Möller2006-06-147-58/+260
* Fix a bug recently introduced when updating this file to use the newBodo Möller2006-06-141-16/+15
* Keep synchronised with UnixRichard Levitte2006-06-121-1/+1
* Camellia cipher, contributed by NTTBodo Möller2006-06-111-0/+125
* Keep synchronised with the Unix buildRichard Levitte2006-06-103-4/+8
* Camellia cipher, contributed by NTTBodo Möller2006-06-0910-0/+1758
* Camellia cipher, contributed by NTTBodo Möller2006-06-0940-440/+1381
* Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hardDr. Stephen Henson2006-06-062-1/+84
* Add AES and GOST S/MIME capabilities if algorithms are supported.Dr. Stephen Henson2006-06-061-1/+13
* Fix obvious typo.Andy Polyakov2006-06-051-1/+1
* Clarify comment and add #ifdef.Dr. Stephen Henson2006-06-052-1/+5
* Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson2006-06-0518-128/+359
* Sync aes.h with http://cvs.openssl.org/chngview?cn=15336.Andy Polyakov2006-06-051-1/+1
* Reimplement AES_ofb128_encrypt.Andy Polyakov2006-06-051-61/+49
* Correct logical error in STRICT_ALIGNMENT check and remove copy ofAndy Polyakov2006-06-051-59/+3
* Minor ppc-xlate.pl update.Andy Polyakov2006-06-051-1/+1
* Add sha512-ppc.pl module.Andy Polyakov2006-06-054-17/+454
* Minor sha1-ppc.pl update.Andy Polyakov2006-06-051-12/+11
* A few more ENGINE strings that need shortening.Richard Levitte2006-06-041-24/+32
* Synchronise with UnixRichard Levitte2006-06-031-1/+1
* Make update.Dr. Stephen Henson2006-06-023-3/+17
* Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson2006-06-026-2/+178
* Automatically free up dynamically allocated public key methods whenDr. Stephen Henson2006-06-025-2/+32
* Extend default method string to include public key methods.Dr. Stephen Henson2006-06-023-2/+15
* Typo.Dr. Stephen Henson2006-06-021-1/+1
* Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson2006-06-026-4/+54
* Synchronise with the Unixly build.Richard Levitte2006-06-011-1/+1
* Fix error code. make updateDr. Stephen Henson2006-06-017-3/+67
* Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2006-06-013-0/+12
* Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.Dr. Stephen Henson2006-06-015-4/+158