summaryrefslogtreecommitdiff
path: root/crypto/evp/evp_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 05/10Rich Salz2016-05-171-54/+5
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Make EVP_CIPHER opaque and add creator/destructor/accessor/writer functionsRichard Levitte2016-01-121-204/+0
* Make EVP_CIPHER_CTX opaque and renew the creator / destructor functionsRichard Levitte2016-01-121-0/+20
* Only declare stacks in headersDr. Stephen Henson2016-01-071-0/+3
* Make EVP_ENCODE_CTX opaqueRichard Levitte2015-12-111-0/+16
* Cleanup: Remove M_EVP_MD_* macrosRichard Levitte2015-12-071-9/+0
* Make the definition of EVP_MD opaqueRichard Levitte2015-12-071-0/+3
* Make the definition of EVP_MD_CTX opaqueRichard Levitte2015-12-071-0/+20
* Move some EVP internals to evp_int.hDr. Stephen Henson2015-03-241-65/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-215/+200
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* FIPS mode EVP changes:Dr. Stephen Henson2011-01-261-5/+3
* Revert CFB block length change. Despite what SP800-38a says the input toDr. Stephen Henson2010-02-261-3/+3
* The "block length" for CFB mode was incorrectly coded as 1 all the time. ItDr. Stephen Henson2010-02-151-3/+3
* Correct ECB mode EVP_CIPHER definition: IV length is 0Dr. Stephen Henson2010-02-151-3/+3
* add EVP_CIPH_FLAG_LENGTH_BITS from 0.9.8-stableDr. Stephen Henson2010-02-151-1/+1
* Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson2009-11-251-0/+4
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* size_t-fy EVP_CIPHER. Note that being size_t-fied it doesn't requireAndy Polyakov2008-10-311-8/+36
* EVP_*_cfb1 was broken.Andy Polyakov2007-07-081-1/+1
* remove trailing '\'Nils Larsch2006-12-191-1/+1
* Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINEDr. Stephen Henson2006-06-021-0/+2
* New function to dup EVP_PKEY_CTX. This will be needed to make new signingDr. Stephen Henson2006-05-241-0/+1
* Use size_t for new crypto size parameters.Dr. Stephen Henson2006-05-241-12/+13
* Use more flexible method of determining output length, by setting &outlenDr. Stephen Henson2006-04-151-1/+1
* Add functions to allow setting and adding external EVP_PKEY_METHOD.Dr. Stephen Henson2006-04-141-0/+2
* Add key derivation support.Dr. Stephen Henson2006-04-131-0/+5
* Initial keygen support.Dr. Stephen Henson2006-04-111-3/+11
* Constification.Dr. Stephen Henson2006-04-091-7/+7
* Initial functions for RSA EVP_PKEY_METHOD.Dr. Stephen Henson2006-04-081-1/+2
* New utility 'pkeyutl' a general purpose version of 'rsautl'.Dr. Stephen Henson2006-04-071-11/+0
* Include EVP_PKEY argument in EVP_PKEY_CTX_new(). This avoids theDr. Stephen Henson2006-04-071-11/+9
* Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson2006-04-071-0/+1
* Updated to EVP_PKEY_METHOD code... still doesn't do much.Dr. Stephen Henson2006-04-061-0/+2
* Initial definitions and a few functions for EVP_PKEY_METHOD: an extensionDr. Stephen Henson2006-04-061-0/+71
* Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-281-2/+11
* Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson2002-08-161-6/+6
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-161-23/+27
* The block size may be something other than 8!Richard Levitte2002-01-021-4/+5
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-22/+21
* Clean up EVP macros, rename DES EDE3 modes correctly, temporary support forBen Laurie2001-07-211-1/+56
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-8/+8
* Fix evp_locl.h macros.Dr. Stephen Henson2000-06-111-8/+8
* EVP constification.Ben Laurie2000-06-031-4/+4
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+168