summaryrefslogtreecommitdiffstats
path: root/crypto
AgeCommit message (Expand)Author
2006-07-12Bugfix: don't look in internal table for signature if found in applicationDr. Stephen Henson
2006-07-12New docs for EVP_Digest{Sign,Verify}*() function. Update existing docs.Dr. Stephen Henson
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson
2006-07-09New functions to add and free up application defined signature OIDs.Dr. Stephen Henson
2006-07-09Set detached flag in PKCS7 structure earlier to avoid eating up memory.Dr. Stephen Henson
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson
2006-07-04Fix compiler warnings.Andy Polyakov
2006-07-04Unsigned vs signed comparison warning.Andy Polyakov
2006-07-04Typos(?) in HEAD/crypto/evp/p_lib.c.Andy Polyakov
2006-07-02dsa_pub_cmp() doesn't need to check parameters because that is done inDr. Stephen Henson
2006-07-02Make return value from EVP_PKEY_cmp() and EVP_PKEY_cmp_parameters() consistent.Dr. Stephen Henson
2006-07-02Prepare playground for AES experimental code.Andy Polyakov
2006-06-30use <poll.h> as by Single Unix SpecificationBodo Möller
2006-06-28always read in RAND_poll() if we can't use select because of a tooBodo Möller
2006-06-28Mitigate the hazard of cache-collision timing attack on last round. TheAndy Polyakov
2006-06-28Mitigate the hazard of cache-collision timing attack on last round. Well,Andy Polyakov
2006-06-28Mitigate cache-collision timing attack on last round.Andy Polyakov
2006-06-27Fix EVP_PKEY_CTX_dup() to return correct value and handle NULL keys inDr. Stephen Henson
2006-06-27Use poll() when possible to gather Unix randomness entropyRichard Levitte
2006-06-23New functions CRYPTO_set_idptr_callback(),Bodo Möller
2006-06-18Change array representation of binary polynomials to make GF2m part ofBodo Möller
2006-06-16another thread-safety fixBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-06-12Keep synchronised with UnixRichard Levitte
2006-06-11Camellia cipher, contributed by NTTBodo Möller
2006-06-10Keep synchronised with the Unix buildRichard Levitte
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-06-06Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hardDr. Stephen Henson
2006-06-06Add AES and GOST S/MIME capabilities if algorithms are supported.Dr. Stephen Henson
2006-06-05Fix obvious typo.Andy Polyakov
2006-06-05Clarify comment and add #ifdef.Dr. Stephen Henson
2006-06-05Complete EVP_PKEY_ASN1_METHOD ENGINE support.Dr. Stephen Henson
2006-06-05Sync aes.h with http://cvs.openssl.org/chngview?cn=15336.Andy Polyakov
2006-06-05Reimplement AES_ofb128_encrypt.Andy Polyakov
2006-06-05Correct logical error in STRICT_ALIGNMENT check and remove copy ofAndy Polyakov
2006-06-05Minor ppc-xlate.pl update.Andy Polyakov
2006-06-05Add sha512-ppc.pl module.Andy Polyakov
2006-06-05Minor sha1-ppc.pl update.Andy Polyakov
2006-06-04A few more ENGINE strings that need shortening.Richard Levitte
2006-06-03Synchronise with UnixRichard Levitte
2006-06-02Make update.Dr. Stephen Henson
2006-06-02Initial public key ASN1 method engine support. Not integrated yet.Dr. Stephen Henson
2006-06-02Automatically free up dynamically allocated public key methods whenDr. Stephen Henson
2006-06-02Extend default method string to include public key methods.Dr. Stephen Henson
2006-06-02Typo.Dr. Stephen Henson
2006-06-02Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson
2006-06-01Synchronise with the Unixly build.Richard Levitte
2006-06-01Fix error code. make updateDr. Stephen Henson
2006-06-01Add missing prototype. Extend engine utility to print public key algorithms.Dr. Stephen Henson