summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2008-09-15Oops, restore change that got reverted accidentally.Dr. Stephen Henson
2008-09-15Merge EVP changes in from FIPS branch.Dr. Stephen Henson
2008-09-14Fix error code discrepancy.Dr. Stephen Henson
2008-08-14Don't use assertions to check application-provided arguments;Bodo Möller
2008-06-16Make ssl code consistent with FIPS branch. The new code has no effectDr. Stephen Henson
2007-09-19make dependBen Laurie
2007-07-08EVP_*_cfb1 was broken [from HEAD].Andy Polyakov
2007-07-04Fix warnings: C++ comments and computed value not used.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-02-27EVP_CIPHER_CTX_key_length() should return the set key length in theDr. Stephen Henson
2007-02-08Add hmac option to dgst from 0.9.7-stable.Dr. Stephen Henson
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-12-19remove trailing '\'Nils Larsch
2006-11-29replace macros with functionsNils Larsch
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-08-31Fix from HEAD.Dr. Stephen Henson
2006-06-14"make depend" for the default configuration, i.e. no-camellia here inBodo Möller
2006-06-11Camellia cipher, contributed by NTTBodo Möller
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-04-15Fix from 0.9.7-stable.Dr. Stephen Henson
2006-03-01Update from HEAD.Dr. Stephen Henson
2006-02-04Update filenames in makefilesDr. Stephen Henson
2005-12-02Update from HEAD.Dr. Stephen Henson
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-07-26improved error checking and some fixesNils Larsch
2005-07-20the final byte of pkcs7 padded plaintext can never be 0Nils Larsch
2005-07-16makeNils Larsch
2005-06-20Do no try to pretend we're at the end of anything unless we're at the endRichard Levitte
2005-05-31let "make all test" work with "no-aes"Nils Larsch
2005-05-16Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov
2005-05-16ecc api cleanup; summary:Nils Larsch
2005-05-15Fool-proofing MakefilesAndy Polyakov
2005-05-15Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2005-05-10give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch
2005-05-08give EC_GROUP_*_nid functions a more meaningful nameNils Larsch
2005-04-30Allow for ./config no-sha0 [from stable].Andy Polyakov
2005-04-28Increase offset for BIO_f_enc() to avoid problems with overlapping buffersDr. Stephen Henson
2005-04-25Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.cBodo Möller
2005-04-22Add prototypes.Ben Laurie
2005-04-20Avoid compiler complaint about mismatched function signaturesRichard Levitte
2005-04-12Rebuild error codes.Dr. Stephen Henson
2005-04-11Add emacs cache files to .cvsignore.Richard Levitte
2005-04-05some const fixes and cleanupNils Larsch
2005-04-03If input is bad, we still need to clear the buffer.Ben Laurie
2005-03-31Give everything prototypes (well, everything that's actually used).Ben Laurie
2005-03-30Blow away Makefile.ssl.Ben Laurie
2005-03-22test, remove unnecessary const castNils Larsch
2005-03-13"make depend". This takes into account the algorithms that are nowBodo Möller
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson