aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* always read in RAND_poll() if we can't use select because of a tooBodo Möller2006-06-281-79/+79
* 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-271-7/+52
* New functions CRYPTO_set_idptr_callback(),Bodo Möller2006-06-2310-61/+299
* Change array representation of binary polynomials to make GF2m part ofBodo Möller2006-06-185-70/+76
* another thread-safety fixBodo Möller2006-06-161-6/+8
* Thread-safety fixesBodo Möller2006-06-143-29/+128
* 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-102-2/+5
* Camellia cipher, contributed by NTTBodo Möller2006-06-0910-0/+1758
* Camellia cipher, contributed by NTTBodo Möller2006-06-0913-44/+479
* Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hardDr. Stephen Henson2006-06-061-1/+80
* 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-0515-92/+282
* 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-052-1/+438
* 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-022-3/+12
* Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson2006-06-025-2/+176
* 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-025-3/+52
* Synchronise with the Unixly build.Richard Levitte2006-06-011-1/+1
* Fix error code. make updateDr. Stephen Henson2006-06-015-2/+28
* Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson2006-06-012-0/+2
* Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.Dr. Stephen Henson2006-06-014-4/+154
* New pkey functions for keygen callbacks and retrieving operation type.Dr. Stephen Henson2006-05-313-0/+21
* Tune up AES CFB. Performance improvement varies from 10% to 50% fromAndy Polyakov2006-05-302-13/+96
* Deal with another name that's longer than 31 characters.Richard Levitte2006-05-281-0/+2
* rslen is unsigned, so it can never go below 0.Richard Levitte2006-05-281-1/+1
* Flush p7bio when all data has been copied.Dr. Stephen Henson2006-05-261-0/+2
* Add prototypes, update Win32 ordinals.Dr. Stephen Henson2006-05-251-0/+4
* Keep in sync with UnixRichard Levitte2006-05-251-1/+1
* Update EVP_MD_CTX_copy_ex() to use EVP_PKEY_CTX_dup().Dr. Stephen Henson2006-05-252-0/+11
* New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson2006-05-246-0/+108
* New functions for enchanced digest sign/verify.Dr. Stephen Henson2006-05-243-2/+156
* Fix warnings.Dr. Stephen Henson2006-05-246-7/+7
* Use size_t for new crypto size parameters.Dr. Stephen Henson2006-05-248-86/+89