aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* changes from 0.9.8Nils Larsch2005-05-311-0/+22
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-2/+1
* ecc api cleanup; summary:Nils Larsch2005-05-163-45/+69
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
* Make -CSP option work again in pkcs12 utility by checking forDr. Stephen Henson2005-05-153-0/+65
* Fix more error codes.Bodo Möller2005-05-116-70/+74
* give EC_GROUP_new_by_nid a more meanigful name:Nils Larsch2005-05-101-1/+1
* give EC_GROUP_*_nid functions a more meaningful nameNils Larsch2005-05-081-1/+1
* Allow for ./config no-sha0 [from stable].Andy Polyakov2005-04-302-2/+2
* Increase offset for BIO_f_enc() to avoid problems with overlapping buffersDr. Stephen Henson2005-04-281-1/+1
* Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.cBodo Möller2005-04-251-1/+1
* Add prototypes.Ben Laurie2005-04-221-0/+11
* Avoid compiler complaint about mismatched function signaturesRichard Levitte2005-04-201-2/+2
* Rebuild error codes.Dr. Stephen Henson2005-04-121-80/+84
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-111-0/+2
* some const fixes and cleanupNils Larsch2005-04-053-7/+6
* If input is bad, we still need to clear the buffer.Ben Laurie2005-04-031-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-312-7/+20
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
* test, remove unnecessary const castNils Larsch2005-03-222-2/+2
* "make depend". This takes into account the algorithms that are nowBodo Möller2005-03-131-20/+10
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-34/+90
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-291-1/+0
* Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff.Andy Polyakov2004-08-291-2/+4
* Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility.Dr. Stephen Henson2004-08-051-4/+6
* Add framework for yet another assembler module dubbed "cpuid." IdeaAndy Polyakov2004-07-261-0/+7
* Make bio_ok.c Microsoft compiler savvy.Andy Polyakov2004-07-251-4/+4
* Make bio_ok.c 64-bit savvy.Andy Polyakov2004-07-251-24/+22
* I think it could be a good thing to know what went wrong with the tests...Richard Levitte2004-07-121-0/+9
* PKCS#8 fixes from stable branch.Dr. Stephen Henson2004-07-041-2/+2
* EVP bindings to new SHA algorithms.Andy Polyakov2004-05-313-1/+121
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-477/+449
* Deprecate the recursive includes of bn.h from various API headers (asn1.h,Geoff Thorpe2004-05-171-0/+1
* This file implements various functions that have since been redefined asGeoff Thorpe2004-05-151-0/+6
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-1513-17/+17
* Reimplement old functions, so older software that link to libcryptoRichard Levitte2004-05-142-2/+112
* make updateGeoff Thorpe2004-04-191-154/+105
* (oops) Apologies all, that last header-cleanup commit was from the wrongGeoff Thorpe2004-04-1912-0/+15
* Reduce header interdependencies, initially in engine.h (the rest of theGeoff Thorpe2004-04-191-0/+1
* Add symbol hacks for some long names.Richard Levitte2004-03-291-6/+8
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-285-20/+96
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-1512-35/+42
* Add flag to avoid continuousDr. Stephen Henson2004-02-012-3/+14
* Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-287-19/+108
* CFB DES sync-up with FIPS branch.Andy Polyakov2004-01-272-5/+77
* Correct documentation typos.Richard Levitte2003-12-271-1/+1
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-272-2/+2
* It was pointed out to me that if the requested size is 0, we shouldn'tRichard Levitte2003-12-011-4/+11