aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* FIPS mode EVP changes:Dr. Stephen Henson2011-01-268-44/+112
* PR: 2385Dr. Stephen Henson2010-11-301-0/+3
* Some of the MS_STATIC use in crypto/evp is a legacy from the days whenDr. Stephen Henson2010-11-273-4/+4
* add "missing" functions to copy EVP_PKEY_METHOD and examine infoDr. Stephen Henson2010-11-242-0/+53
* constify EVP_PKEY_new_mac_key()Dr. Stephen Henson2010-11-242-3/+4
* If EVP_PKEY structure contains an ENGINE the key is ENGINE specific andDr. Stephen Henson2010-11-161-0/+2
* PR: 2295Dr. Stephen Henson2010-10-111-0/+1
* Fix ctr mode properly this time....Dr. Stephen Henson2010-07-281-3/+6
* Make ctr mode behaviour consistent with other modes.Dr. Stephen Henson2010-07-283-14/+8
* Rework framework for assembler support for AES counter mode and addAndy Polyakov2010-07-091-2/+13
* Fix warnings.Ben Laurie2010-06-121-2/+1
* PR: 2258Dr. Stephen Henson2010-05-271-23/+54
* PR: 2244Dr. Stephen Henson2010-05-031-0/+1
* PR: 1904Dr. Stephen Henson2010-03-272-2/+8
* reserve a few more bits for future cipher modesDr. Stephen Henson2010-03-081-1/+1
* although AES is a variable length cipher, AES EVP methods have a fixed key le...Dr. Stephen Henson2010-03-071-3/+3
* oops, make EVP ctr mode work againDr. Stephen Henson2010-03-071-0/+1
* don't add digest alias if signature algorithm is undefinedDr. Stephen Henson2010-03-061-1/+1
* Fix memory leak: free up ENGINE functional reference if digest is notDr. Stephen Henson2010-03-051-0/+1
* 'typo'Dr. Stephen Henson2010-03-011-1/+1
* Fix warnings (note that gcc 4.2 has a bug that makes one of itsBen Laurie2010-02-283-5/+5
* Revert CFB block length change. Despite what SP800-38a says the input toDr. Stephen Henson2010-02-261-3/+3
* prevent warningDr. Stephen Henson2010-02-241-1/+3
* Add AES counter mode to EVP.Andy Polyakov2010-02-235-18/+91
* 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-152-1/+5
* Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson2010-02-081-0/+2
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-083-15/+40
* 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-074-3/+46
* PR: 2161Dr. Stephen Henson2010-02-021-0/+2
* Add flags functions which were added to 0.9.8 for fips but not 1.0.0 andDr. Stephen Henson2010-01-262-0/+19
* make updateDr. Stephen Henson2010-01-151-2/+3
* Traditional Yuletide commit ;-)Dr. Stephen Henson2009-12-252-0/+8
* PR: 2127Dr. Stephen Henson2009-12-173-0/+18
* Add patch to crypto/evp which didn't apply from PR#2124Dr. Stephen Henson2009-12-091-0/+6
* PR: 2124Dr. Stephen Henson2009-12-091-3/+13
* Split PBES2 into cipher and PBKDF2 versions. This tidies the code somewhatDr. Stephen Henson2009-11-255-35/+57
* set engine to NULL after releasing itDr. Stephen Henson2009-11-121-0/+3
* Yes it is a typo ;-)Dr. Stephen Henson2009-10-011-2/+1
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-2311-74/+177
* Add more return value checking attributes to evp.h and hmac.hDr. Stephen Henson2009-09-231-3/+3
* Add attribute to check if return value of certain functions is incorrectlyDr. Stephen Henson2009-09-231-33/+33
* Update default dependency flags.Dr. Stephen Henson2009-08-121-6/+14
* Fix error code.Dr. Stephen Henson2009-08-062-2/+4
* Make update.Dr. Stephen Henson2009-07-081-12/+6
* Delete MD2 from algorithm tables as in 0.9.8-stable. However since this isDr. Stephen Henson2009-07-081-3/+0
* Update from 1.0.0-stableDr. Stephen Henson2009-07-011-1/+1
* Submitted by: Artem Chuprina <ran@cryptocom.ru>Dr. Stephen Henson2009-06-161-2/+9