aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/evp_key.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-116/+120
2010-03-27PR: 1904Dr. Stephen Henson1-2/+7
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-9/+18
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-1/+1
2008-11-01More size_tification.Ben Laurie1-1/+1
2006-03-01Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson1-1/+2
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+1
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte1-2/+2
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+2
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte1-0/+3
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson1-4/+4
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-1/+2
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte1-5/+14
2001-04-14Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke1-3/+3
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-06-16typoBodo Möller1-1/+1
2000-06-16In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".Bodo Möller1-1/+1
2000-01-07make no-des and no-rc2 work.Bodo Möller1-4/+7
1999-04-27Message digest stuff.Ulf Möller1-1/+1
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-3/+3
1999-04-19Change functions to ANSI C.Ulf Möller1-17/+6
1999-04-17Massive constification.Ben Laurie1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-2/+6
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+163