summaryrefslogtreecommitdiffstats
path: root/crypto/evp (follow)
Commit message (Expand)AuthorAgeFilesLines
* typoBodo Möller2000-06-161-1/+1
* In EVP_BytesToKey, replace explicit "8" by "PKCS5_SALT_LEN".Bodo Möller2000-06-161-1/+1
* Enable DSO support on alpha (OSF1), cc and gcc.Geoff Thorpe2000-06-131-367/+394
* Fix evp_locl.h macros.Dr. Stephen Henson2000-06-111-8/+8
* Make EVP_SealInit() and EVP_OpenInit() check EVP_EncryptInit() andDr. Stephen Henson2000-06-112-4/+2
* Document EVP routines. Change EVP_SealInit() and EVP_OpenInit()Dr. Stephen Henson2000-06-112-7/+9
* Using checks of the existence of HEADER_{foo}_H in other header filesRichard Levitte2000-06-091-1/+4
* EVP constification.Ben Laurie2000-06-0312-67/+80
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-028-16/+16
* More EVP cipher revision.Dr. Stephen Henson2000-05-307-78/+151
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-301-0/+168
* Fourth phase EVP revision.Dr. Stephen Henson2000-05-3031-3106/+317
* Third phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-2833-252/+123
* Second phase of EVP cipher overhaul.Dr. Stephen Henson2000-05-2733-181/+250
* Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson2000-05-2734-26/+150
* Yet more typesafety.Ben Laurie2000-05-211-1/+1
* Typesafe Thought Police part 4.Ben Laurie2000-05-171-22/+23
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-166-35/+35
* Make sure that NO-RSA applications etc can include evp.hUlf Möller2000-05-151-0/+8
* Make PKCS#12 code handle missing passwords.Dr. Stephen Henson2000-05-043-2/+7
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* Make sure to complete the cleanup of names.Richard Levitte2000-03-181-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-214-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-045-11/+11
* Seek out and destroy another evil cast.Ulf Möller2000-01-311-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