summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
2000-05-02In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte
2000-03-17Make sure to complete the cleanup of names.Richard Levitte
2000-03-07Fix the PKCS#8 DSA code so it works again. All theDr. Stephen Henson
2000-03-05Preserve reason strings in automatically build tables.Bodo Möller
2000-02-26Make ASN1 types real typedefs.Dr. Stephen Henson
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-23Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson
2000-02-22Make pkcs8 work again.Dr. Stephen Henson
2000-02-22Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson
2000-02-05Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-15RAND_bytes's return values is 0 for an error, not -1.Bodo Möller
2000-01-14In EVP_PKEY_assign[_...], return 0 for an error when theyBodo Möller
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie
2000-01-07make no-des and no-rc2 work.Bodo Möller
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson
1999-12-03Use des_set_key_unchecked, not des_set_key.Bodo Möller
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller
1999-11-23Support for authority information access extension.Dr. Stephen Henson
1999-11-21Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson
1999-10-25More multibyte character support.Dr. Stephen Henson
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson
1999-10-02Fix for base64 BIO decoding bugDr. Stephen Henson
1999-09-06Fix warnings.Ben Laurie
1999-08-24Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson
1999-08-18Really undo the base64 change so that make test survivesBodo Möller
1999-08-14Undo base64 decoding change (was not a bug fix).Ulf Möller
1999-08-13Fix faulty base64 decoding of data that was 46 or 47 bytes long.Ulf Möller
1999-07-15NO_HMAC.Ulf Möller
1999-07-11Various changes to stop VC++ choking under Win32.Dr. Stephen Henson
1999-07-11Add a debugging option to PKCS#5 v2.0 key generation function.Dr. Stephen Henson
1999-06-30More no-xxx option tweaks.Ulf Möller
1999-06-29Fix no-hmac and no-ripemd.Ulf Möller
1999-06-10Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller
1999-06-08Survive pedanticism.Ben Laurie
1999-06-08Don't #define _, and eliminate casts.Ulf Möller
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller
1999-06-07Introduce "BIO pairs", which (when finished) will relay dataBodo Möller
1999-06-06More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson