aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_mime.c
Commit message (Expand)AuthorAgeFilesLines
* 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