summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-2/+2
| | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-221-2/+1
| | | | eyeballed before applying. Contributed by Cyril Roelandt on tech@
* no no md2tedu2014-05-172-6/+0
|
* Make sure PKCS7_get_octet_string() return values are checked for NULL.miod2014-05-061-2/+10
| | | | | | Reported by David Ramos (and simultaneously to OpenSSL as PR#3339). ok beck@ logan@
* Use C99 initializers for the various FOO_METHOD structs. More readable, andmiod2014-04-271-12/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | avoid unreadable/unmaintainable constructs like that: const EVP_PKEY_ASN1_METHOD cmac_asn1_meth = { EVP_PKEY_CMAC, EVP_PKEY_CMAC, 0, "CMAC", "OpenSSL CMAC method", 0,0,0,0, 0,0,0, cmac_size, 0, 0,0,0,0,0,0,0, cmac_key_free, 0, 0,0 }; ok matthew@ deraadt@
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-262-4/+2
| | | | | | | | This avoids a lot of ugly gymnastics to do snprintfs before sending the bag of strings to ERR, and eliminates at least one place in dso_dlfctn.c where it was being called with the incorrect number of arguments and using random things off the stack as addresses of strings. ok krw@, jsing@
* XXXXXXXXXXXXXXXX -> XXXtedu2014-04-181-3/+3
| | | | XXXXXXXXXXXXXXXXXXXXXXX -> XXXX
* fix another potential double freejsg2014-04-181-2/+2
| | | | ok miod@ lteo@ jca@
* -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
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* 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
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* 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
|\ | | | | branch.
| * 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
|\| | | | | branch.
| * 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
| |
| * This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'.cvs2svn2002-05-154-0/+1398
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-28/+32
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-011-28/+32
| | |
* | | resolve conflictsdjm2009-04-061-2/+1
| | |
* | | resolve conflictsdjm2009-01-094-4/+5
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-20/+23
|\| | | | | | | | branch.
| * | import openssl-0.9.8jdjm2009-01-091-20/+23
| | |
* | | resolve conflictsdjm2008-09-0610-254/+514
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-061-121/+67
|\| | | | | | | | branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-063-126/+72
| | |
* | | resolve conflictsdjm2006-06-273-77/+99
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2006-06-271-1/+1
|\| | | | | | | | branch.
| * | import of openssl-0.9.7jdjm2006-06-271-1/+1
| | |
* | | resolve conflictsdjm2005-04-294-32/+109
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2005-04-291-0/+241
|\| | | | | | | | branch.
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+241
| | |
| * | import 0.9.7b (without idea and rc5)markus2003-05-111-1/+1
| | |