summaryrefslogtreecommitdiff
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* VMS updates.Ulf Möller1999-07-281-0/+4
* New function PKCS7_signatureVerify to allow the signing certificate toDr. Stephen Henson1999-06-223-14/+38
* Test apps.Ulf Möller1999-06-041-0/+4
* Make samples compile.Ben Laurie1999-06-037-37/+100
* stack.Ben Laurie1999-06-023-16/+19
* Stack.Ben Laurie1999-06-023-10/+12
* stack.Ben Laurie1999-05-312-5/+5
* Stack.Ben Laurie1999-05-313-12/+14
* More stack.Ben Laurie1999-05-312-40/+50
* Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they willDr. Stephen Henson1999-05-211-0/+5
* It was a very bad idea to use #include "../e_os.h" -- when this occursBodo Möller1999-05-211-17/+18
* The last argument in the d2i_XXX_fp and d2i_XXX_bio functions should beDr. Stephen Henson1999-05-211-2/+2
* Don't install e_os.h in include/openssl, use it only as a localBodo Möller1999-05-201-18/+17
* New functions sk_set, sk_value and sk_num to replace existing macros: this isDr. Stephen Henson1999-05-191-5/+5
* Fix various less obvious bugs in PKCS#7 handling: such as not zeroingDr. Stephen Henson1999-05-163-52/+67
* Fix some obvious bugs in the PKCS#7 library handling. It didn't try toDr. Stephen Henson1999-05-165-57/+54
* Update dependencies.Bodo Möller1999-05-151-17/+18
* Update dependencies.Ben Laurie1999-05-131-5/+5
* Various PKCS#7 related fixes,tidies and comments.Dr. Stephen Henson1999-05-113-31/+21
* Various PKCS#7 fixes to properly (maybe!) handle PKCS#7 enveloped data.Dr. Stephen Henson1999-05-102-14/+9
* Kill evil casts, fix PKCS#7 and add new X509V3 Function.Dr. Stephen Henson1999-05-093-11/+10
* Another stack.Ben Laurie1999-05-011-5/+6
* Support INSTALL_PREFIX for packagers.Bodo Möller1999-04-291-2/+4
* Ignore Makefile.saveUlf Möller1999-04-291-0/+1
* Obey $(PERL) when running util/mklink.pl.Bodo Möller1999-04-291-3/+3