summaryrefslogtreecommitdiffstats
path: root/crypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-1612-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-042-0/+48
* Make sure we get the definition of OPENSSL_NO_RSA.Richard Levitte2003-03-211-1/+3
* Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.Richard Levitte2003-03-211-1/+1
* Make sure we get the definition of OPENSSL_NO_SHA.Richard Levitte2003-03-213-3/+9
* Make sure we get the definition of OPENSSL_NO_RIPEMD.Richard Levitte2003-03-211-1/+3
* Make sure we get the definition of OPENSSL_NO_MDC2.Richard Levitte2003-03-211-1/+3
* Make sure we get the definition of OPENSSL_NO_MD5.Richard Levitte2003-03-211-1/+3
* Make sure we get the definition of OPENSSL_NO_MD4.Richard Levitte2003-03-211-1/+3
* Make sure we get the definition of OPENSSL_NO_MD2.Richard Levitte2003-03-211-1/+3
* Make sure we get the definition of OPENSSL_NO_DES.Richard Levitte2003-03-213-3/+5
* Make sure we get the definition of OPENSSL_NO_RC5.Richard Levitte2003-03-211-2/+3
* Make sure we get the definition of OPENSSL_NO_RC4.Richard Levitte2003-03-211-2/+3
* Make sure we get the definition of OPENSSL_NO_RC2.Richard Levitte2003-03-211-2/+3
* Make sure we get the definition of OPENSSL_NO_IDEA.Richard Levitte2003-03-211-2/+2
* Make sure we get the definition of OPENSSL_NO_CAST.Richard Levitte2003-03-211-2/+2
* Make sure we get the definition of OPENSSL_NO_BF.Richard Levitte2003-03-211-1/+1
* Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte2003-03-211-0/+1
* Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.Dr. Stephen Henson2003-03-121-1/+1
* Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson2003-02-271-5/+2
* include OpenSSL license (in addition to EAY license)Bodo Möller2003-02-241-0/+53
* Copy rather than symlink the test data.Ulf Möller2003-02-221-1/+1
* Base64 bio fixes. The base64 bio was seriously brokenDr. Stephen Henson2003-02-221-6/+27
* Fix bug in base64 bios during write an non blocking I/O:Dr. Stephen Henson2003-02-201-4/+1
* implement fast point multiplication with precomputationBodo Möller2003-02-061-2/+7
* Fix warning.Ben Laurie2003-02-011-0/+1
* The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte2003-01-301-4/+0
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-305-1/+37
* EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().Dr. Stephen Henson2003-01-171-1/+1