summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
AgeCommit message (Expand)Author
2015-06-03Add funtions to set item_sign and item_verifySergey Agievich
2015-05-20Correctly check for export size limitKurt Roeckx
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-02-05evp/e_aes_cbc_hmac_sha[1|256].c: add multi-block implementations [from master].Andy Polyakov
2013-11-14Constify.Dr. Stephen Henson
2013-10-01CMS support for key agreeement recipient info.Dr. Stephen Henson
2013-10-01Add control to retrieve signature MD.Dr. Stephen Henson
2013-10-01EVP support for wrapping algorithms.Dr. Stephen Henson
2013-06-04Missing prototypes.Ben Laurie
2013-05-20evp/evp_err.c: update from master.Andy Polyakov
2012-07-03PR: 2840Dr. Stephen Henson
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2012-04-07Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson
2011-10-13Make CTR mode behaviour consistent with other modes:Bodo Möller
2011-09-16Typo.Dr. Stephen Henson
2011-09-05make updateBodo Möller
2011-08-23Add RC4-MD5 and AESNI-SHA1 "stitched" implementations [from HEAD].Andy Polyakov
2011-08-11Sync EVP AES modes from HEAD.Dr. Stephen Henson
2011-08-04Backport GCM support from HEAD. Minimal support at present: no assemblyDr. Stephen Henson
2011-07-21Back-port TLS AEAD framework [from HEAD].Andy Polyakov
2011-06-13make sure custom cipher flag doesn't use any mode bitsDr. Stephen Henson
2011-06-12Redirect HMAC and CMAC operations to module.Dr. Stephen Henson
2011-06-10Disable GCM, CCM, XTS outside FIPS mode this will be updatedDr. Stephen Henson
2011-05-28Redirect digests to FIPS module for FIPS builds.Dr. Stephen Henson
2010-11-24add "missing" functions to copy EVP_PKEY_METHOD and examine infoDr. Stephen Henson
2010-11-24constify EVP_PKEY_new_mac_key()Dr. Stephen Henson
2010-11-17backport AES EVP ctr mode changes from HEADDr. Stephen Henson
2010-03-27PR: 1904Dr. Stephen Henson
2010-03-08reserve a few more bits for future cipher modesDr. Stephen Henson
2010-02-15add EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stableDr. Stephen Henson
2010-02-07oops, use new value for new flagDr. Stephen Henson
2010-02-07Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson
2010-01-26Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson
2009-12-17PR: 2127Dr. Stephen Henson
2009-12-16Ooops revert stuff which shouldn't have been part of previous commit.Dr. Stephen Henson
2009-12-16New option to enable/disable connection to unpatched serversDr. Stephen Henson
2009-05-29Update from HEAD.Dr. Stephen Henson
2009-04-10Print out registered digest names in dgst utility instead of hardDr. Stephen Henson
2009-02-15Use new common flags and fix resulting warnings.Ben Laurie
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-01More size_tification.Ben Laurie
2008-10-31size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov
2008-03-12And so it begins...Dr. Stephen Henson
2007-10-261. Changes for s_client.c to make it return non-zero exit code in caseDr. Stephen Henson
2007-05-17Prepend signature name in dgst output.Dr. Stephen Henson
2007-05-15New function EVP_PKEY_asn1_copy(). Use default MD if type param is NULL.Dr. Stephen Henson