aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check that OPENSSL_malloc() really returned some memory.Richard Levitte2003-12-011-0/+5
* A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe2003-10-297-21/+28
* Inclusion of openssl/engine.h should always be wrapped with a check thatRichard Levitte2003-08-041-0/+2
* new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller2003-07-211-0/+9
* Nils Larsch told me I could remove that variable entirely.Richard Levitte2003-06-261-3/+0
* "Remove" unused variableRichard Levitte2003-06-261-0/+2
* implement PKCS #8 / SEC1 private key format for ECCBodo Möller2003-06-251-41/+67
* make updateRichard Levitte2003-05-011-12/+19
* make updateRichard Levitte2003-04-101-7/+2
* We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte2003-04-081-3/+0
* What was I smoking? EVP_PKEY_cmp() should return with 0 ifRichard Levitte2003-04-071-8/+2
* Correct a typo.Richard Levitte2003-04-071-1/+10
* ConstifyRichard Levitte2003-04-062-8/+8
* Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.Richard Levitte2003-04-051-1/+3
* Add functionality to help making self-signed certificate.Richard Levitte2003-04-032-0/+48
* Make sure we get the definition of OPENSSL_NO_RSA.Richard Levitte2003-03-201-1/+3
* Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.Richard Levitte2003-03-201-1/+1
* Make sure we get the definition of OPENSSL_NO_SHA.Richard Levitte2003-03-203-3/+9
* Make sure we get the definition of OPENSSL_NO_RIPEMD.Richard Levitte2003-03-201-1/+3
* Make sure we get the definition of OPENSSL_NO_MDC2.Richard Levitte2003-03-201-1/+3
* Make sure we get the definition of OPENSSL_NO_MD5.Richard Levitte2003-03-201-1/+3