aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp
AgeCommit message (Expand)AuthorFilesLines
2000-02-03ispell (and minor modifications)Ulf Möller5-11/+11
2000-01-30Seek out and destroy another evil cast.Ulf Möller1-1/+1
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-2/+2
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2-3/+4
2000-01-15RAND_bytes's return values is 0 for an error, not -1.Bodo Möller1-1/+1
2000-01-14In EVP_PKEY_assign[_...], return 0 for an error when theyBodo Möller1-1/+1
2000-01-13Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2-3/+3
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie1-0/+6
2000-01-07make no-des and no-rc2 work.Bodo Möller1-4/+7
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson1-0/+2
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson1-2/+8
1999-12-03Use des_set_key_unchecked, not des_set_key.Bodo Möller1-1/+1
1999-12-03Add functions des_set_key_checked, des_set_key_unchecked.Bodo Möller8-24/+24
1999-11-23Support for authority information access extension.Dr. Stephen Henson3-15/+18
1999-11-21Transparent support for PKCS#8 private keys in RSA/DSA.Dr. Stephen Henson2-7/+29
1999-10-25More multibyte character support.Dr. Stephen Henson3-0/+51
1999-10-20Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1-2/+2
1999-10-02Fix for base64 BIO decoding bugDr. Stephen Henson1-1/+1
1999-09-06Fix warnings.Ben Laurie2-5/+4
1999-08-24Fix for a bug which meant encrypting BIOs sometimes wouldn't read the finalDr. Stephen Henson1-3/+11
1999-08-18Really undo the base64 change so that make test survivesBodo Möller1-1/+1
1999-08-14Undo base64 decoding change (was not a bug fix).Ulf Möller1-3/+3
1999-08-13Fix faulty base64 decoding of data that was 46 or 47 bytes long.Ulf Möller1-2/+2
1999-07-15NO_HMAC.Ulf Möller1-1/+2
1999-07-11Various changes to stop VC++ choking under Win32.Dr. Stephen Henson1-4/+4
1999-07-11Add a debugging option to PKCS#5 v2.0 key generation function.Dr. Stephen Henson1-6/+30
1999-06-30More no-xxx option tweaks.Ulf Möller1-0/+14
1999-06-29Fix no-hmac and no-ripemd.Ulf Möller2-1/+5
1999-06-10Two new functions to write out PKCS#8 private keys. Also fixes for some ofDr. Stephen Henson2-1/+3
1999-06-09"make update" (added to top Makefile, and applied).Bodo Möller1-0/+18
1999-06-08Survive pedanticism.Ben Laurie2-4/+4
1999-06-08Don't #define _, and eliminate casts.Ulf Möller1-2/+2
1999-06-08Complete support for PKCS#5 v2.0. Still needs extensive testing.Dr. Stephen Henson1-0/+1
1999-06-07This is the main PKCS#5 v2.0 key generation function, it parses the ASN1Dr. Stephen Henson5-7/+246
1999-06-07Don't mix real tabs with tabs expanded as 8 spaces -- that'sBodo Möller1-1/+1
1999-06-07Introduce "BIO pairs", which (when finished) will relay dataBodo Möller1-0/+17
1999-06-06More PKCS#5 v2.0 development. Add a function to setup a PKCS#5 v2.0Dr. Stephen Henson1-0/+2
1999-06-06Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson3-12/+15
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson4-44/+34
1999-06-05const/type fixes.Ben Laurie2-2/+2
1999-06-05Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson2-0/+3
1999-06-04The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson2-2/+7
1999-06-04Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needsDr. Stephen Henson1-0/+108
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1-0/+11
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1-543/+557
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller1-557/+543
1999-05-16Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson1-1/+1
1999-05-16Change type of various DES function arguments from des_cblockBodo Möller9-49/+97
1999-05-16Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson3-3/+3
1999-05-15Update dependencies.Bodo Möller1-523/+537