aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/e_null.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz1-0/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte1-1/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-35/+34
2014-12-08remove FIPS module code from crypto/evpDr. Stephen Henson1-2/+1
2012-06-03Version skew reduction: trivia (I hope).Ben Laurie1-1/+0
2011-06-20add null cipher to FIPS moduleDr. Stephen Henson1-1/+1
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov1-3/+3
2005-08-28fix warnings when building openssl with the following compiler options:Nils Larsch1-0/+1
2005-03-22test, remove unnecessary const castNils Larsch1-1/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-1/+1
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-2/+2
2000-06-03EVP constification.Ben Laurie1-6/+6
2000-05-27Second phase of EVP cipher overhaul.Dr. Stephen Henson1-4/+6
2000-05-26Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson1-0/+2
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-6/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-2/+2
1999-04-19Change functions to ANSI C.Ulf Möller1-11/+5
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+5
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+105