aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_attr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix mem error handling in PKCS7_simple_smimecapFdaSilvaYY2016-07-051-10/+11
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Add checks on sk_TYPE_push() returned valueFdaSilvaYY2016-07-051-1/+5
| | | | | Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
| | | | | | | Continuing from previous commit ensure our style is consistent for malloc return checks. Reviewed-by: Kurt Roeckx <kurt@openssl.org>
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-6/+7
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-83/+83
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
|
* And so it begins...Dr. Stephen Henson2008-03-121-4/+0
| | | | | | | | | | Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-071-21/+10
|
* Typo.Dr. Stephen Henson2006-05-181-1/+1
|
* More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson2006-05-181-0/+39
| | | | functions.
* Check ASN1_TYPE structure type is a SEQUENCE in PKCS7_get_smimecap().Dr. Stephen Henson2004-09-151-4/+5
|
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+2
| | | | | | | | functions and macros. This change has associated tags: LEVITTE_before_const and LEVITTE_after_const. Those will be removed when this change has been properly reviewed.
* Replace old (and invalid) copyright notice.Dr. Stephen Henson2001-09-081-5/+55
|
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
| | | | | | | | | like Malloc, Realloc and especially Free conflict with already existing names on some operating systems or other packages. That is reason enough to change the names of the OpenSSL memory allocation macros to something that has a better chance of being unique, like prepending them with OPENSSL_. This change includes all the name changes needed throughout all C files.
* Yet more typesafety.Ben Laurie2000-05-211-4/+6
|
* Typesafe Thought Police part 4.Ben Laurie2000-05-161-7/+9
|
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-051-0/+85