aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/evp_lib.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte1-1/+1
2018-10-29Add convenience functions EVP_str2ctrl() and EVP_hex2ctrl()Richard Levitte1-0/+27
2018-09-07Allow EVP_MD_CTX_set_pkey_ctx to accept NULL pctxPaul Yang1-2/+14
2018-09-07Support setting SM2 IDPaul Yang1-1/+1
2018-09-07Introduce EVP_MD_CTX_set_pkey_ctxPaul Yang1-0/+7
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb1-2/+14
2017-10-18Remove parentheses of return.KaoruToda1-5/+5
2016-12-22Fix EVP_MD_meth_get_flagsTodd Short1-1/+1
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+6
2016-03-07Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_dataMatt Caswell1-1/+1
2016-03-07Update the dasync engine to add a pipeline cipherMatt Caswell1-0/+10
2016-02-08GH641: Don't care openssl_zmallocRich Salz1-2/+4
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12EVP_CIPHER_CTX_new_cipher_data was a temporary measure, not needed any moreRichard Levitte1-7/+0
2016-01-12Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte1-0/+5
2016-01-12Remove EVP_CIPHER_CTX_flags, it's only confusingRichard Levitte1-5/+0
2016-01-12Add accessors and writers for EVP_CIPHER_CTXRichard Levitte1-0/+47
2015-12-07Make the definition of EVP_MD opaqueRichard Levitte1-0/+123
2015-12-07Make the definition of EVP_MD_CTX opaqueRichard Levitte1-0/+24
2015-10-13RFC5753 compliance.Dr. Stephen Henson1-1/+2
2015-08-12Return error for unsupported modes.Dr. Stephen Henson1-5/+30
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-03-24make ASN1_OBJECT opaqueDr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-193/+186
2013-08-05Algorithm parameter support.Dr. Stephen Henson1-1/+13
2011-02-07Use default ASN1 if flag set.Dr. Stephen Henson1-0/+2
2011-01-26FIPS mode EVP changes:Dr. Stephen Henson1-0/+2
2010-01-26Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson1-0/+15
2009-12-25Traditional Yuletide commit ;-)Dr. Stephen Henson1-0/+6
2009-04-15Updates from 1.0.0-stable.Dr. Stephen Henson1-0/+5
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-0/+3
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe1-10/+9
2008-11-01More size_tification.Ben Laurie1-9/+10
2007-05-31Handle NULL parameter in some EVP utility functions.Dr. Stephen Henson1-0/+4
2007-02-27Update from stable branch.Dr. Stephen Henson1-1/+1
2006-11-29replace macros with functionsNils Larsch1-0/+109
2004-07-04PKCS#8 fixes from stable branch.Dr. Stephen Henson1-2/+2
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte1-0/+24
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-5/+7
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+2
2000-02-22Make pkcs8 work again.Dr. Stephen Henson1-1/+5
1999-05-16Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson1-1/+1
1999-05-10Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.Dr. Stephen Henson1-0/+26
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-12/+4
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-1/+4
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-0/+117