aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_rc2.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-4/+4
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-0/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Use local IV storage in EVP BLOCK_* macrosBenjamin Kaduk2020-08-111-0/+1
* Use local IV storage in e_rc2.cBenjamin Kaduk2020-08-111-3/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level RC2 functionsPauli2020-01-161-0/+6
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-11-201-1/+1
* Fix some Coverity warningsMatt Caswell2018-10-021-3/+5
* Remove parentheses of return.KaoruToda2017-10-181-8/+8
* Add some missing return value checksMatt Caswell2016-06-131-4/+5
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-2/+2
* Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte2016-01-121-1/+3
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-153/+150
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-1/+2
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-1/+1
* Add PRF preference ctrl to ciphers.Dr. Stephen Henson2006-05-151-0/+5
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-291-3/+4
* Make sure we get the definition of OPENSSL_NO_RC2.Richard Levitte2003-03-201-2/+3
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-0/+1
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-161-1/+1
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-1/+1
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-24/+31
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-4/+4
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* EVP constification.Ben Laurie2000-06-031-4/+4
* More EVP cipher revision.Dr. Stephen Henson2000-05-301-32/+56
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+198