| Commit message (Expand) | Author | Age | Files | Lines |
* | improved error checking and some fixes | Nils Larsch | 2005-07-26 | 2 | -4/+14 |
* | the final byte of a pkcs7 padded plaintext can never be 0 | Nils Larsch | 2005-07-20 | 1 | -1/+1 |
* | make | Nils Larsch | 2005-07-16 | 10 | -0/+27 |
* | Do no try to pretend we're at the end of anything unless we're at the end | Richard Levitte | 2005-06-20 | 1 | -1/+1 |
* | changes from 0.9.8 | Nils Larsch | 2005-05-31 | 1 | -0/+22 |
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
* | ecc api cleanup; summary: | Nils Larsch | 2005-05-16 | 3 | -45/+69 |
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-15 | 1 | -4/+1 |
* | Make -CSP option work again in pkcs12 utility by checking for | Dr. Stephen Henson | 2005-05-15 | 3 | -0/+65 |
* | Fix more error codes. | Bodo Möller | 2005-05-11 | 6 | -70/+74 |
* | give EC_GROUP_new_by_nid a more meanigful name: | Nils Larsch | 2005-05-10 | 1 | -1/+1 |
* | give EC_GROUP_*_nid functions a more meaningful name | Nils Larsch | 2005-05-08 | 1 | -1/+1 |
* | Allow for ./config no-sha0 [from stable]. | Andy Polyakov | 2005-04-30 | 2 | -2/+2 |
* | Increase offset for BIO_f_enc() to avoid problems with overlapping buffers | Dr. Stephen Henson | 2005-04-28 | 1 | -1/+1 |
* | Use OPENSSL_NO_CAST, not OPENSSL_NO_CAST5 in e_old.c | Bodo Möller | 2005-04-25 | 1 | -1/+1 |
* | Add prototypes. | Ben Laurie | 2005-04-22 | 1 | -0/+11 |
* | Avoid compiler complaint about mismatched function signatures | Richard Levitte | 2005-04-20 | 1 | -2/+2 |
* | Rebuild error codes. | Dr. Stephen Henson | 2005-04-12 | 1 | -80/+84 |
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
* | some const fixes and cleanup | Nils Larsch | 2005-04-05 | 3 | -7/+6 |
* | If input is bad, we still need to clear the buffer. | Ben Laurie | 2005-04-03 | 1 | -1/+1 |
* | Give everything prototypes (well, everything that's actually used). | Ben Laurie | 2005-03-31 | 2 | -7/+20 |
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -4/+3 |
* | test, remove unnecessary const cast | Nils Larsch | 2005-03-22 | 2 | -2/+2 |
* | "make depend". This takes into account the algorithms that are now | Bodo Möller | 2005-03-13 | 1 | -20/+10 |
* | Add lots of checks for memory allocation failure, error codes to indicate | Dr. Stephen Henson | 2004-12-05 | 1 | -34/+90 |
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-02 | 1 | -1/+1 |
* | OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a | Andy Polyakov | 2004-08-29 | 1 | -1/+0 |
* | Fix compiler warnings in crypto/evp/bio_ok.c as pointed out by Geoff. | Andy Polyakov | 2004-08-29 | 1 | -2/+4 |
* | Don't ignore return value of EVP_DigestInit_ex() in md BIOs and dgst utility. | Dr. Stephen Henson | 2004-08-05 | 1 | -4/+6 |
* | Add framework for yet another assembler module dubbed "cpuid." Idea | Andy Polyakov | 2004-07-26 | 1 | -0/+7 |
* | Make bio_ok.c Microsoft compiler savvy. | Andy Polyakov | 2004-07-25 | 1 | -4/+4 |
* | Make bio_ok.c 64-bit savvy. | Andy Polyakov | 2004-07-25 | 1 | -24/+22 |
* | I think it could be a good thing to know what went wrong with the tests... | Richard Levitte | 2004-07-12 | 1 | -0/+9 |
* | PKCS#8 fixes from stable branch. | Dr. Stephen Henson | 2004-07-04 | 1 | -2/+2 |
* | EVP bindings to new SHA algorithms. | Andy Polyakov | 2004-05-31 | 3 | -1/+121 |
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -477/+449 |
* | Deprecate the recursive includes of bn.h from various API headers (asn1.h, | Geoff Thorpe | 2004-05-17 | 1 | -0/+1 |
* | This file implements various functions that have since been redefined as | Geoff Thorpe | 2004-05-15 | 1 | -0/+6 |
* | size_t-fication of message digest APIs. We should size_t-fy more APIs... | Andy Polyakov | 2004-05-15 | 13 | -17/+17 |
* | Reimplement old functions, so older software that link to libcrypto | Richard Levitte | 2004-05-14 | 2 | -2/+112 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -154/+105 |
* | (oops) Apologies all, that last header-cleanup commit was from the wrong | Geoff Thorpe | 2004-04-19 | 12 | -0/+15 |
* | Reduce header interdependencies, initially in engine.h (the rest of the | Geoff Thorpe | 2004-04-19 | 1 | -0/+1 |
* | Add symbol hacks for some long names. | Richard Levitte | 2004-03-29 | 1 | -6/+8 |
* | Enhance EVP code to generate random symmetric keys of the | Dr. Stephen Henson | 2004-03-28 | 5 | -20/+96 |
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-15 | 12 | -35/+42 |
* | Add flag to avoid continuous | Dr. Stephen Henson | 2004-02-01 | 2 | -3/+14 |
* | Add the missing parts for DES CFB1 and CFB8. | Richard Levitte | 2004-01-28 | 7 | -19/+108 |
* | CFB DES sync-up with FIPS branch. | Andy Polyakov | 2004-01-27 | 2 | -5/+77 |