summaryrefslogtreecommitdiff
path: root/crypto/evp/evp_locl.h
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-248/+233
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
* undef some symbols that cause problems with make depend for fips buildsDr. Stephen Henson2012-01-181-0/+1
* Workaround so "make depend" works for fips builds.Dr. Stephen Henson2011-11-221-0/+10
* Backport of password based CMS support from HEAD.Dr. Stephen Henson2011-10-091-0/+4
* FIPS low level blocking for AES, RC4 and Camellia. This is complicated byDr. Stephen Henson2011-06-051-0/+2
* Prohibit low level cipher APIs in FIPS mode.Dr. Stephen Henson2011-06-011-0/+8
* Prohibit use of low level digest APIs in FIPS mode.Dr. Stephen Henson2011-06-011-0/+15
* 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
* 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