summaryrefslogtreecommitdiffstats
path: root/crypto/evp
AgeCommit message (Expand)Author
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
1999-06-06Change PBE handling a bit more: now the key and iv generator does callsDr. Stephen Henson
1999-06-06Rewrite PBE handling read to support PKCS#5 v2.0 and update the functionDr. Stephen Henson
1999-06-05const/type fixes.Ben Laurie
1999-06-05Add a 'pkcs8' application for initial PKCS#8 support. Still needs lots moreDr. Stephen Henson
1999-06-04The rest of the PKCS#5, PKCS#8 patch I forgot before :-)Dr. Stephen Henson
1999-06-04Add PKCS#5 v1.5 compatible algorithms and initial PKCS#8 support. PKCS#8 needsDr. Stephen Henson
1999-06-04Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller
1999-05-21It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller
1999-05-20Don't install e_os.h in include/openssl, use it only as a localBodo Möller
1999-05-16Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson
1999-05-16Change type of various DES function arguments from des_cblockBodo Möller
1999-05-16Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson
1999-05-15Update dependencies.Bodo Möller
1999-05-13Update dependencies.Ben Laurie
1999-05-12Several of the EVP_CIPHER structures had the get and set asn1 parameterDr. Stephen Henson
1999-05-10Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.Dr. Stephen Henson