aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Beginnings of EVP cipher overhaul. This should eventuallyDr. Stephen Henson2000-05-261-27/+4
* Yet more typesafety.Ben Laurie2000-05-212-5/+7
* Typesafe Thought Police part 4.Ben Laurie2000-05-164-63/+72
* Typesafety Thought Police part 3.Ben Laurie2000-05-161-0/+4
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-152-19/+19
* In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,Richard Levitte2000-05-021-4/+4
* "make update"Richard Levitte2000-04-091-10/+11
* Clean up context, even if an error occured.Richard Levitte2000-03-231-0/+1
* Update docs and remove old PKCS#7 README file.Dr. Stephen Henson2000-03-231-5/+0
* Preserve reason strings in automatically build tables.Bodo Möller2000-03-051-1/+2
* Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson2000-02-281-7/+0
* Rename functions for new convention.Dr. Stephen Henson2000-02-263-10/+10
* Make pkcs8 work again.Dr. Stephen Henson2000-02-221-2/+3
* Change EVP_MD_CTX_type so it is more logical and add EVP_MD_CTX_md forDr. Stephen Henson2000-02-221-3/+3
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+16
* Note about des_ncbc_encrypt.Bodo Möller2000-02-081-1/+1
* Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson2000-02-042-2/+2
* ispell (and minor modifications)Ulf Möller2000-02-033-3/+3
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller2000-01-211-1/+1
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller2000-01-161-1/+1
* Avoid some warnings, and run "make update".Bodo Möller2000-01-141-3/+3
* Precautions against using the PRNG uninitialized: RAND_bytes() nowUlf Möller2000-01-131-1/+2
* make no-des and no-rc2 work.Bodo Möller2000-01-074-5/+40
* #undef PKCS7_SIGNER_INFO for Win32 to avoid clashes.Dr. Stephen Henson2000-01-071-1/+2
* Add OIDs for idea and blowfish. Unfortunately these are inDr. Stephen Henson1999-12-293-1/+9
* Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson1999-12-151-1/+0
* Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson1999-12-151-5/+2
* Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson1999-12-141-5/+10
* Various S/MIME fixes.Dr. Stephen Henson1999-12-112-4/+13
* Fix for crashing INTEGERs, ENUMERATEDs and OBJECT IDENTIFIERs.Dr. Stephen Henson1999-12-101-1/+1
* Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson1999-12-093-3/+22
* Add i2d_ASN1_PRINTABLESTRING() function, and do 'make update'Dr. Stephen Henson1999-12-081-6/+60
* Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson1999-12-073-29/+59
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-057-2/+1264
* Initial trust code: allow setting of trust checking functionsDr. Stephen Henson1999-11-271-1/+1
* Fix for a bug in PKCS#7 code and non-detached data.Dr. Stephen Henson1999-11-161-1/+2
* Avoid silly compiler warnings about functions not being declared and an int m...Richard Levitte1999-11-125-1/+6
* Undo silly change.Bodo Möller1999-11-091-1/+1
* Avoid some warnings.Bodo Möller1999-11-091-1/+1
* Fix to PKCS#7 routines so it can decrypt some oddball RC2 handling.Dr. Stephen Henson1999-10-291-11/+22
* Improve support for running everything as a monolithic application.Bodo Möller1999-10-251-6/+6
* Respect PEX_LIBS and EX_LIBS when building binariesBodo Möller1999-10-251-4/+7
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-202-15/+15
* make testapps after the library.Ulf Möller1999-08-281-1/+1
* Allow memory bios to be read only and change PKCS#7 routines to use them.Dr. Stephen Henson1999-08-191-17/+27
* Fix PKCS7_ENC_CONTENT_new() to include a sensible default content type and addDr. Stephen Henson1999-08-172-5/+8
* Add pkcs7 and des apps to "make all".Ulf Möller1999-08-131-2/+2
* Compile pkcs7 and des apps.Ulf Möller1999-08-134-7/+9
* Allow the PKCS#7 (S/MIME encrypt) application to support more than oneDr. Stephen Henson1999-07-301-6/+15