summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
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
2003-01-16FreeBSD has /dev/crypto as well.Richard Levitte
2002-12-29make updateRichard Levitte
2002-12-29Finally get rid of all the algorithm inclusions that were done fromRichard Levitte
2002-12-06Some compilers are quite picky about non-void functions that don't returnRichard Levitte
2002-12-01EXIT() needs to be in a function that returns int.Richard Levitte
2002-11-29A few more memset()s converted to OPENSSL_cleanse().Richard Levitte
2002-11-28Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-28'broken' PKCS #8 format does not apply to ECDSABodo Möller
2002-10-09Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte
2002-10-02The OpenBSD project has replaced the first implementation of the /dev/cryptoRichard Levitte
2002-08-16'EC' vs. 'ECDSA'Bodo Möller
2002-08-16Fix block_size field for CFB and OFB modes: it should be 1.Dr. Stephen Henson
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller