summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Fix various error codes to match functions.Dr. Stephen Henson2006-07-1723-39/+46
* New non-blocking OCSP functionality.Dr. Stephen Henson2006-07-174-85/+393
* Add option for "compact" rounds to aes_x86core.c. "Compact" rounds areAndy Polyakov2006-07-142-204/+426
* Bugfix: don't look in internal table for signature if found in applicationDr. Stephen Henson2006-07-121-1/+4
* New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.Dr. Stephen Henson2006-07-122-12/+5
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-109-40/+73
* New functions to add and free up application defined signature OIDs.Dr. Stephen Henson2006-07-093-3/+99
* Set detached flag in PKCS7 structure earlier to avoid eating up memory.Dr. Stephen Henson2006-07-091-2/+3
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-093-0/+82
* Fix compiler warnings.Andy Polyakov2006-07-041-8/+8
* Unsigned vs signed comparison warning.Andy Polyakov2006-07-041-2/+1
* Typos(?) in HEAD/crypto/evp/p_lib.c.Andy Polyakov2006-07-041-3/+3
* dsa_pub_cmp() doesn't need to check parameters because that is done inDr. Stephen Henson2006-07-021-2/+0
* Make return value from EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() consistent.Dr. Stephen Henson2006-07-021-5/+14
* Prepare playground for AES experimental code.Andy Polyakov2006-07-021-0/+813
* use <poll.h> as by Single Unix SpecificationBodo Möller2006-06-301-2/+2
* 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