aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp
AgeCommit message (Expand)AuthorFilesLines
2004-02-01Add flag to avoid continuousDr. Stephen Henson2-3/+14
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte7-19/+108
2004-01-27CFB DES sync-up with FIPS branch.Andy Polyakov2-5/+77
2003-12-27Correct documentation typos.Richard Levitte1-1/+1
2003-12-27Use sh explicitely to run point.shRichard Levitte1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte2-2/+2
2003-12-01It was pointed out to me that if the requested size is 0, we shouldn'tRichard Levitte1-4/+11
2003-12-01Check that OPENSSL_malloc() really returned some memory.Richard Levitte1-0/+5
2003-10-29A general spring-cleaning (in autumn) to fix up signed/unsigned warnings.Geoff Thorpe7-21/+28
2003-08-04Inclusion of openssl/engine.h should always be wrapped with a check thatRichard Levitte1-0/+2
2003-07-21new function EC_GROUP_cmp() (used by EVP_PKEY_cmp())Bodo Möller1-0/+9
2003-06-26Nils Larsch told me I could remove that variable entirely.Richard Levitte1-3/+0
2003-06-26"Remove" unused variableRichard Levitte1-0/+2
2003-06-25implement PKCS #8 / SEC1 private key format for ECCBodo Möller1-41/+67
2003-05-01make updateRichard Levitte1-12/+19
2003-04-10make updateRichard Levitte1-7/+2
2003-04-08We seem to carry some rests of the 0.9.6 [engine] ENGINE framework in formRichard Levitte1-3/+0
2003-04-07What was I smoking? EVP_PKEY_cmp() should return with 0 ifRichard Levitte1-8/+2
2003-04-07Correct a typo.Richard Levitte1-1/+10
2003-04-06ConstifyRichard Levitte2-8/+8
2003-04-05Do not call ENGINE_setup_bsd_cryptodev() when OPENSSL_NO_ENGINE is defined.Richard Levitte1-1/+3
2003-04-03Add functionality to help making self-signed certificate.Richard Levitte2-0/+48
2003-03-20Make sure we get the definition of OPENSSL_NO_RSA.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_HMAC and OPENSSL_NO_SHA.Richard Levitte1-1/+1
2003-03-20Make sure we get the definition of OPENSSL_NO_SHA.Richard Levitte3-3/+9
2003-03-20Make sure we get the definition of OPENSSL_NO_RIPEMD.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_MDC2.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_MD5.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_MD4.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_MD2.Richard Levitte1-1/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_DES.Richard Levitte3-3/+5
2003-03-20Make sure we get the definition of OPENSSL_NO_RC5.Richard Levitte1-2/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_RC4.Richard Levitte1-2/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_RC2.Richard Levitte1-2/+3
2003-03-20Make sure we get the definition of OPENSSL_NO_IDEA.Richard Levitte1-2/+2
2003-03-20Make sure we get the definition of OPENSSL_NO_CAST.Richard Levitte1-2/+2
2003-03-20Make sure we get the definition of OPENSSL_NO_BF.Richard Levitte1-1/+1
2003-03-20Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte1-0/+1
2003-03-12Fixes for EVP_DigestInit_ex() and OPENSSL_NO_ENGINE.Dr. Stephen Henson1-1/+1
2003-02-27Encryption BIOs misbehave when used with non blocking I/O.Dr. Stephen Henson1-5/+2
2003-02-24include OpenSSL license (in addition to EAY license)Bodo Möller1-0/+53
2003-02-22Copy rather than symlink the test data.Ulf Möller1-1/+1
2003-02-22Base64 bio fixes. The base64 bio was seriously brokenDr. Stephen Henson1-6/+27
2003-02-20Fix bug in base64 bios during write an non blocking I/O:Dr. Stephen Henson1-4/+1
2003-02-06implement fast point multiplication with precomputationBodo Möller1-2/+7
2003-02-01Fix warning.Ben Laurie1-0/+1
2003-01-30The OPENSSL_NO_ENGINE has small problem: it changes certain structures. That'sRichard Levitte1-4/+0
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte5-1/+37
2003-01-17EVP_DecryptInit() should call EVP_CipherInit() not EVP_CipherInit_ex().Dr. Stephen Henson1-1/+1
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte1-2/+2