aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_mime.c
Commit message (Expand)AuthorAgeFilesLines
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-27/+26
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson2008-03-311-2/+2
* And so it begins...Dr. Stephen Henson2008-03-121-842/+17
* Fix warnings.Dr. Stephen Henson2007-08-121-4/+4
* Fix error code name.Dr. Stephen Henson2007-05-161-1/+1
* fix function codes for errorBodo Möller2007-04-241-1/+1
* Flush b64 BIO.Dr. Stephen Henson2007-04-131-0/+1
* Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson2007-04-131-24/+89
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-101-29/+33
* Output MIME parameter micalg according to RFC3851 and RFC4490 instead of hardDr. Stephen Henson2006-06-061-1/+80
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-181-1/+1
* Support for smime-type MIME parameter.Dr. Stephen Henson2005-05-011-2/+22
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-3/+0
* Free up BIO properly when using streaming S/MIME sign.Dr. Stephen Henson2004-03-261-5/+4
* Return EOF when an S/MIME part have been read.Dr. Stephen Henson2003-06-241-0/+1
* Only count 'LF' as EOL in pk7_mime.c, this avoids incorrectDr. Stephen Henson2003-06-021-17/+21
* Stop checking for CRLF when start of buffer is reached.Dr. Stephen Henson2003-06-021-8/+16
* Various S/MIME bug and compatibility fixes.Dr. Stephen Henson2003-06-011-17/+34
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-251-1/+1
* Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson2003-02-151-7/+49
* Reverse the change with the following log, it needs further investigation:Richard Levitte2002-07-181-13/+13
* Make S/MIME output conform with the mail and MIME standards.Richard Levitte2002-07-181-14/+14
* Increase consistency of header data (some mail readers really do notRichard Levitte2001-01-301-3/+3
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-1/+1
* Various fixes...Dr. Stephen Henson2000-08-211-1/+1
* Safe stack reorganisation in terms of function casts.Dr. Stephen Henson2000-06-161-62/+0
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-8/+8
* "make update" + stripping the type-specific stack functions out ofGeoff Thorpe2000-06-011-0/+62
* The previous commit to crypto/stack/*.[ch] pulled the type-safety stringsGeoff Thorpe2000-06-011-4/+8
* sk_value was also suffering from de-const-ification.Geoff Thorpe2000-05-311-0/+2
* Typesafe Thought Police part 4.Ben Laurie2000-05-161-50/+56
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-18/+18
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Seek out and destroy another evil cast.Ulf Möller2000-01-301-2/+2
* 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
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-051-0/+673