aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/e_rc5.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-08Address coverity 1493382 argument cannot be negativePauli1-3/+4
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-2/+2
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-2/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-16Deprecate the low level RC5 functionsPauli1-0/+6
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-07-01Change RC5_32_set_key to return an int typeMatt Caswell1-3/+2
2019-07-01Ensure that rc5 doesn't try to use a key longer than 2040 bitsMatt Caswell1-0/+4
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2016-08-10Fix spelling of error codeKurt Roeckx1-1/+1
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-13After EVP_CIPHER turned opaque, e_rc5.c needs to include evp_int.hRichard Levitte1-0/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-53/+49
2003-03-20Make sure we get the definition of OPENSSL_NO_RC5.Richard Levitte1-2/+3
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte1-1/+1
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie1-28/+35
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-36/+36
2000-05-30Fourth phase EVP revision.Dr. Stephen Henson1-0/+118