aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/e_rc2.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-4/+4
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz1-0/+2
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-1/+1
2020-08-11Use local IV storage in EVP BLOCK_* macrosBenjamin Kaduk1-0/+1
2020-08-11Use local IV storage in e_rc2.cBenjamin Kaduk1-3/+1
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-16Deprecate the low level RC2 functionsPauli1-0/+6
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte1-1/+1
2018-11-20Update copyright yearMatt Caswell1-1/+1
2018-10-02Fix some Coverity warningsMatt Caswell1-3/+5
2017-10-18Remove parentheses of return.KaoruToda1-8/+8
2016-06-13Add some missing return value checksMatt Caswell1-4/+5
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte1-2/+2
2016-01-12Adapt cipher implementations to opaque EVP_CIPHER_CTXRichard Levitte1-1/+3
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-153/+150
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-1/+2
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-1/+1
2006-05-15Add PRF preference ctrl to ciphers.Dr. Stephen Henson1-0/+5
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe1-3/+4
2003-03-20Make sure we get the definition of OPENSSL_NO_RC2.Richard Levitte1-2/+3
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie1-0/+1
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte1-1/+1
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson1-1/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-24/+31
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-4/+4
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-1/+1
2000-06-03EVP constification.Ben Laurie1-4/+4
2000-05-30More EVP cipher revision.Dr. Stephen Henson1-32/+56
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson1-0/+198