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