aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Make sure to complete the cleanup of names.Richard Levitte2000-03-171-0/+5
* Fix the PKCS#8 DSA code so it works again. All theDr. Stephen Henson2000-03-071-3/+11
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Make ASN1 types real typedefs.Dr. Stephen Henson2000-02-262-2/+2
* Rename functions for new convention.Dr. Stephen Henson2000-02-263-21/+21
* Add PBE algorithms with ciphers, not digests.Dr. Stephen Henson2000-02-232-4/+4
* Make pkcs8 work again.Dr. Stephen Henson2000-02-221-1/+5
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-1/+2
* Move the registration of callback functions to special functionsRichard Levitte2000-02-204-0/+66
* Add support for some broken PKCS#8 formats.Dr. Stephen Henson2000-02-051-80/+181
* Generate just one error code if iterated SSL_CTX_get() fails.Bodo Möller2000-02-051-4/+36
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-045-136/+264
* ispell (and minor modifications)Ulf Möller2000-02-035-11/+11
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-1/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-2/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-212-3/+4
* RAND_bytes's return values is 0 for an error, not -1.Bodo Möller2000-01-151-1/+1
* In EVP_PKEY_assign[_...], return 0 for an error when theyBodo Möller2000-01-141-1/+1
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-132-3/+3
* Make NO_RSA compile with pedantic.Ben Laurie2000-01-081-0/+6
* make no-des and no-rc2 work.Bodo Möller2000-01-071-4/+7
* Fix some of the command line password stuff. New functionDr. Stephen Henson2000-01-011-0/+2
* Fixes so NO_RSA works again.Dr. Stephen Henson1999-12-241-2/+8
* Use des_set_key_unchecked, not des_set_key.Bodo Möller1999-12-031-1/+1
* Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller1999-12-038-24/+24
* Support for authority information access extension.Dr. Stephen Henson1999-11-233-15/+18
* Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson1999-11-212-7/+29
* More multibyte character support.Dr. Stephen Henson1999-10-253-0/+51
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-2/+2
* Fix for base64 BIO decoding bugDr. Stephen Henson1999-10-021-1/+1
* Fix warnings.Ben Laurie1999-09-062-5/+4
* Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson1999-08-241-3/+11
* Really undo the base64 change so that make test survivesBodo Möller1999-08-181-1/+1
* Undo base64 decoding change (was not a bug fix).Ulf Möller1999-08-141-3/+3
* Fix faulty base64 decoding of data that was 46 or 47 bytes long.Ulf Möller1999-08-131-2/+2
* NO_HMAC.Ulf Möller1999-07-151-1/+2
* Various changes to stop VC++ choking under Win32.Dr. Stephen Henson1999-07-111-4/+4
* Add a debugging option to PKCS#5 v2.0 key generation function.Dr. Stephen Henson1999-07-111-6/+30
* More no-xxx option tweaks.Ulf Möller1999-06-301-0/+14
* Fix no-hmac and no-ripemd.Ulf Möller1999-06-292-1/+5
* Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson1999-06-102-1/+3
* "make update" (added to top Makefile, and applied).Bodo Möller1999-06-091-0/+18
* Survive pedanticism.Ben Laurie1999-06-082-4/+4
* Don't #define _, and eliminate casts.Ulf Möller1999-06-081-2/+2
* Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1999-06-081-0/+1
* This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson1999-06-075-7/+246
* Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1999-06-071-1/+1
* Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1999-06-071-0/+17
* More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1999-06-061-0/+2
* Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson1999-06-063-12/+15