aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp
Commit message (Expand)AuthorAgeFilesLines
* Add changes from the 0.9.6-stable branch.Richard Levitte2001-06-051-1/+1
* Merge in changes from the 0.9.6-stable branch.Richard Levitte2001-05-022-6/+6
* Merge in the 0.9.6-stable branch once more and hope for betterRichard Levitte2001-03-132-3/+36
* Merge main trunk to engine branch, all conflicts resolved.Richard Levitte2000-09-074-345/+429
* This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-09-071-0/+83
|\
| * NULL is not an integer...Richard Levitte2000-08-181-1/+1
| * MD4 implemented. Assar Westerlund provided the digest code itself and the te...Richard Levitte2000-08-144-371/+509
| * Abdelilah Essiari <aes@george.lbl.gov> reports that for very smallRichard Levitte2000-08-111-0/+10
| * When data are written out in very small blocks (less than 3 bytes inRichard Levitte2000-07-261-4/+11
| * I got sick and tired of having to keep track of NIDs when such a thingRichard Levitte2000-07-051-306/+323
| * Fixes for Win32 build.Dr. Stephen Henson2000-06-215-10/+11
| * 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-018-16/+16
| * More EVP cipher revision.Dr. Stephen Henson2000-05-307-78/+151
* | Merge from main trunk, conflicts resolvedRichard Levitte2000-08-011-4/+11
* | Merge from main, all conflicts resolved.Richard Levitte2000-07-121-306/+323
* | Things merged from the main trunk, among others some well needed Win32Richard Levitte2000-06-235-10/+11
* | Merge of stuff from main trunk, all conflicts resolved.Richard Levitte2000-06-191-1/+1
* | - merged in the latest from the main trunk, fixed all conflictsRichard Levitte2000-06-135-386/+416
* | Merge in code from main trunk to BRANCH_engine.Richard Levitte2000-06-0823-161/+247
* | Main trunk changes merged into BRANCH_engine. There were noRichard Levitte2000-05-3035-3894/+307
* | This commit was manufactured by cvs2svn to create branch 'BRANCH_engine'.cvs2svn2000-05-308-0/+1030
|\|
| * 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-2634-26/+150
|/
* Yet more typesafety.Ben Laurie2000-05-211-1/+1
* Typesafe Thought Police part 4.Ben Laurie2000-05-161-22/+23
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-156-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-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