summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp_key.c
AgeCommit message (Expand)Author
2021-06-17Update copyright yearMatt Caswell
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2019-05-27crypto/evp/evp_key.c: #define BUFSIZ if <stdio.h> doesn't #define itLaszlo Ersek
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2017-10-18Remove parentheses of return.KaoruToda
2017-07-05Fix small UI issuesRichard Levitte
2017-07-03Remove the possibility to disable the UI module entirelyRichard Levitte
2016-05-17Copyright consolidation 04/10Rich Salz
2016-03-07Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Have other crypto/evp files include evp_locl.hRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-23Fix memory leaks and other mistakes on errorsAlessandro Ghedini
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2010-03-27PR: 1904Dr. Stephen Henson
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2006-03-01Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-02-28Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-05-06Add a general user interface API. This is designed to replace thingsRichard Levitte
2001-04-14Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-06-16typoBodo Möller
2000-06-16In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".Bodo Möller
2000-01-07make no-des and no-rc2 work.Bodo Möller
1999-04-27Message digest stuff.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall