summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-115-14/+16
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-1/+4
* KNFmiod2014-07-101-26/+34
* Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removingmiod2014-07-101-10/+6
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-101-1/+3
* Remove #if 0 code which dumps your data to stdout.miod2014-07-101-9/+1
* More KNF.jsing2014-07-081-16/+18
* pk7_doit.c r1.20 introduced a NULL check that ensures that the signaturejsing2014-07-021-2/+2
* Remove more unused cruft.jsing2014-07-0229-1633/+0
* KNF.jsing2014-07-021-61/+51
* Remove yet another unused file... a backup copy (minus copyright andjsing2014-06-291-66/+0
* KNF.jsing2014-06-2911-1606/+1563
* Remove another unused source file - I got suspicious when I found ajsing2014-06-291-460/+0
* tags as requested by miod and teduderaadt2014-06-1214-12/+14
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-074-833/+0
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-251-3/+1
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-2/+2
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
* no no md2tedu2014-05-172-6/+0
* Make sure PKCS7_get_octet_string() return values are checked for NULL.miod2014-05-061-2/+10
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-12/+10
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-262-4/+2
* XXXXXXXXXXXXXXXX -> XXXtedu2014-04-181-3/+3
* fix another potential double freejsg2014-04-181-2/+2
* -netwaretedu2014-04-181-6/+2
* Use of OPENSSL_SYS_xxx defines in public header files considered harmful.miod2014-04-171-6/+0
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-172-18/+18
* we don't use these files for buildingtedu2014-04-151-96/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-98/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
* This commit was generated by cvs2git to track changes on a CVS vendormiod2014-04-131-1/+1
|\
| * Import OpenSSL 1.0.1gmiod2014-04-131-1/+1
| * import OpenSSL-1.0.1cdjm2012-10-132-28/+98
| * import OpenSSL 1.0.0edjm2011-11-032-5/+0
* | resolve conflictsdjm2012-10-132-28/+98
* | openssl-1.0.0e: resolve conflictsdjm2011-11-032-5/+0
* | resolve conflicts, fix local changesdjm2010-10-019-1265/+778
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-0/+69
|\|
| * import OpenSSL-1.0.0adjm2010-10-019-1022/+847
| * import of OpenSSL 0.9.8kdjm2009-04-061-2/+1
| * import openssl-0.9.8jdjm2009-01-094-4/+5
| * import of OpenSSL 0.9.8hdjm2008-09-068-249/+509
| * import of openssl-0.9.7jdjm2006-06-273-77/+99
| * import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-294-36/+118
| * import openssl-0.9.7dmarkus2004-04-071-32/+26
| * import 0.9.7cmarkus2003-11-114-39/+75
| * import 0.9.7b (without idea and rc5)markus2003-05-111-3/+3
| * import openssl-0.9.7-stable-SNAP-20020911 (without idea)markus2002-09-121-0/+7
| * import openssl-0.9.7-beta1markus2002-09-057-585/+1314