summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/pkcs7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
| * | import openssl-0.9.7-beta3markus2002-09-051-2/+3
| | |
| * | import openssl-0.9.7-beta1markus2002-09-058-87/+175
| | |
| * | This commit was manufactured by cvs2git to create branch 'openssl'.cvs2svn2002-05-1523-0/+2189
| | |
* | | from openssl, 1.50.2.9, make S/MIME encrypt work again.markus2004-04-251-4/+9
| | |
* | | merge 0.9.7dmarkus2004-04-081-32/+26
| | |
* | | merge 0.9.7c; minor bugsfixes;markus2003-11-114-39/+75
| | | | | | | | | | | | | | | API addition: ERR_release_err_state_table [make includes before you build libssl/libcrypto]