summaryrefslogtreecommitdiff
path: root/crypto/evp/evp_key.c
Commit message (Expand)AuthorAgeFilesLines
* crypto/evp/evp_key.c: #define BUFSIZ if <stdio.h> doesn't #define itLaszlo Ersek2019-05-271-0/+4
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-3/+3
* Fix small UI issuesRichard Levitte2017-07-051-9/+11
* Remove the possibility to disable the UI module entirelyRichard Levitte2017-07-031-2/+0
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Elide EVP_read_pw_string() and friends for no-uiDavid Woodhouse2016-03-071-0/+2
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt the internal EVP routines to opaque EVP_CIPHERRichard Levitte2016-01-121-3/+3
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-2/+2
* Have other crypto/evp files include evp_locl.hRichard Levitte2015-12-071-11/+13
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-0/+2
* Fix memory leaks and other mistakes on errorsAlessandro Ghedini2015-10-231-2/+2
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-116/+120
* PR: 1904Dr. Stephen Henson2010-03-271-2/+7
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-9/+18
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-1/+1
* More size_tification.Ben Laurie2008-11-011-1/+1
* Check EVP_DigestInit_ex() return value in EVP_BytesToKey().Dr. Stephen Henson2006-03-011-1/+2
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+2
* Increase internal security when using strncpy, by making sure the resulting s...Richard Levitte2002-02-281-0/+3
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-4/+4
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-1/+2
* Add a general user interface API. This is designed to replace thingsRichard Levitte2001-05-061-5/+14
* Constify (Jason Molenda <jason@molenda.com>)Lutz Jänicke2001-04-141-3/+3
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* typoBodo Möller2000-06-161-1/+1
* In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".Bodo Möller2000-06-161-1/+1
* make no-des and no-rc2 work.Bodo Möller2000-01-071-4/+7
* Message digest stuff.Ulf Möller1999-04-271-1/+1
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-3/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-17/+6
* Massive constification.Ben Laurie1999-04-171-2/+2
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-2/+6
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+163