summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2006-07-09Set detached flag in PKCS7 structure earlier to avoid eating up memory.Dr. Stephen Henson
2006-07-09Public key comparison and printing routine functions.Dr. Stephen Henson
2006-07-09EVP_PKEY_get_default_digest() manual page.Dr. Stephen Henson
2006-07-09EVP_PKEY_CTX_ctrl() docs.Dr. Stephen Henson
2006-07-09Update docs.Dr. Stephen Henson
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson
2006-07-08Keygen docs.Dr. Stephen Henson
2006-07-08EVP_PKEY_derive() docs.Dr. Stephen Henson
2006-07-08Add some examples.Dr. Stephen Henson
2006-07-08EVP_PKEY_verify() docs.Dr. Stephen Henson
2006-07-08New docs.Dr. Stephen Henson
2006-07-08Update docs.Dr. Stephen Henson
2006-07-08Add some EVP_PKEY_METHOD docs.Dr. Stephen Henson
2006-07-08Update docs with algorithm options.Dr. Stephen Henson
2006-07-08Typo.Dr. Stephen Henson
2006-07-08Initial docs for pkeyutl.Dr. Stephen Henson
2006-07-08Docs for new utilities.Dr. Stephen Henson
2006-07-07Add documentation for new smime options.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-30documentation for "HIGH" vs. "MEDIUM" was not up-to-dateBodo Möller
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-22Change in 0.9.8 branch:Bodo Möller
2006-06-20Remove ECC ciphersuites from 0.9.8 branch (should use 0.9.9 branch)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-15Error messages for client ECC cert verification.Bodo Möller
2006-06-15Call 'print_stuff' even if a handshake failed.Bodo Möller
2006-06-15Fix algorithm handling for ECC ciphersuites: Adapt to recent changes,Bodo Möller
2006-06-15Fix another new bug in the cipherstring logic.Bodo Möller
2006-06-15Fix another bug introduced yesterday when deleting Fortezza stuff:Bodo Möller
2006-06-15Oops ... deleted too much in the previous commit when I deletedBodo Möller
2006-06-14Disable invalid ciphersuitesBodo Möller
2006-06-14Ciphersuite string bugfixes, and ECC-related (re-)definitions.Bodo Möller
2006-06-14Make sure that AES ciphersuites get priority over CamelliaBodo Möller
2006-06-14Thread-safety fixesBodo Möller
2006-06-14Fix a bug recently introduced when updating this file to use the newBodo Möller
2006-06-12Keep synchronised with UnixRichard Levitte
2006-06-11Camellia cipher, contributed by NTTBodo Möller