aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
Commit message (Expand)AuthorAgeFilesLines
* Added OPENSSL_NO_OCB guardsMatt Caswell2014-12-081-0/+6
* Add EVP support for OCB modeMatt Caswell2014-12-081-0/+10
* RFC 5649 support.Dr. Stephen Henson2014-07-181-0/+3
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-0/+4
* evp/e_aes_cbc_hmac_sha*.c: additional CTRL to query buffer requirements.Andy Polyakov2014-02-051-0/+1
* Constify.Dr. Stephen Henson2013-11-141-1/+1
* Flag to disable automatic copying of contexts.Dr. Stephen Henson2013-11-131-0/+6
* evp/evp.h: add multi-block contstants and parameter type.Andy Polyakov2013-10-081-0/+12
* CMS support for key agreeement recipient info.Dr. Stephen Henson2013-07-171-0/+1
* EVP support for wrapping algorithms.Dr. Stephen Henson2013-07-171-0/+13
* Add control to retrieve signature MD.Dr. Stephen Henson2013-06-211-0/+6
* Typo.Dr. Stephen Henson2013-06-121-1/+1
* Missing prototypes.Ben Laurie2013-06-041-2/+6
* correct error function codeDr. Stephen Henson2012-11-051-0/+1
* fix error codeDr. Stephen Henson2012-10-181-0/+1
* PR: 2840Dr. Stephen Henson2012-07-031-0/+8
* Initial experimental support for X9.42 DH parameter format to handleDr. Stephen Henson2011-12-071-0/+1
* Fix some warnings caused by __owur. Temporarily (I hope) remove the moreBen Laurie2011-11-141-17/+17
* Make CTR mode behaviour consistent with other modes:Bodo Möller2011-10-131-1/+1
* Sync error codes with 1.0.1-stable.Dr. Stephen Henson2011-09-171-2/+4
* make updateBodo Möller2011-09-051-0/+2
* Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.Andy Polyakov2011-08-231-0/+7
* Expand range of ctrls for AES GCM to support retrieval and setting ofDr. Stephen Henson2011-08-031-0/+10
* evp.h: add flag to distinguish AEAD ciphers and pair of control codes...Andy Polyakov2011-07-111-0/+8
* make sure custom cipher flag doesn't use any mode bitsDr. Stephen Henson2011-06-131-1/+1
* Initial untested CCM support via EVP.Dr. Stephen Henson2011-04-181-0/+8
* Add length limitation from SP800-38E.Dr. Stephen Henson2011-04-151-0/+2
* Initial incomplete POST overhaul: add support for POST callback toDr. Stephen Henson2011-04-141-0/+1
* Provisional AES XTS support.Dr. Stephen Henson2011-04-121-1/+5
* Implement FIPS CMAC.Richard Levitte2011-03-241-2/+15
* Add non-FIPS algorithm blocking and selftest checking.Dr. Stephen Henson2011-02-151-0/+1
* Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest.Dr. Stephen Henson2011-02-091-0/+2
* Initial *very* experimental EVP support for AES-GCM. Note: probably veryDr. Stephen Henson2011-02-071-0/+7
* New flags EVP_CIPH_FLAG_CUSTOM_CIPHER in cipher structures if an underlyingDr. Stephen Henson2011-02-071-0/+4
* Fix error codes.Bodo Möller2011-02-031-0/+4
* Move all FIPSAPI renames into fips.h header file, include early inDr. Stephen Henson2011-01-271-54/+4
* Change OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn't just referDr. Stephen Henson2011-01-271-1/+1
* FIPS mode EVP changes:Dr. Stephen Henson2011-01-261-4/+76
* add "missing" functions to copy EVP_PKEY_METHOD and examine infoDr. Stephen Henson2010-11-241-0/+3
* constify EVP_PKEY_new_mac_key()Dr. Stephen Henson2010-11-241-1/+1
* Make ctr mode behaviour consistent with other modes.Dr. Stephen Henson2010-07-281-0/+1
* PR: 1904Dr. Stephen Henson2010-03-271-0/+1
* reserve a few more bits for future cipher modesDr. Stephen Henson2010-03-081-1/+1
* Add AES counter mode to EVP.Andy Polyakov2010-02-231-6/+1
* add EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stableDr. Stephen Henson2010-02-151-0/+4
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-0/+7
* oops, use new value for new flagDr. Stephen Henson2010-02-071-1/+1
* Add missing function EVP_CIPHER_CTX_copy(). Current code uses memcpy() to copyDr. Stephen Henson2010-02-071-1/+6
* Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson2010-01-261-0/+4
* PR: 2127Dr. Stephen Henson2009-12-171-0/+2