aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/e_rc2.c
AgeCommit message (Expand)AuthorFilesLines
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