summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* More KNF.jsing2014-04-187-464/+514
|
* More KNF.jsing2014-04-1817-515/+662
|
* add braces missed when fixing leaksjsg2014-04-181-1/+2
|
* More KNF.jsing2014-04-1811-664/+813
|
* lob a few more knf grenades in here to soften things up.tedu2014-04-1854-1796/+999
|
* putting most of the braces in the right column is the very least we can do.tedu2014-04-1854-2030/+2034
|
* kill REF_PRINT/REF_CHECK debugging framework noone would usederaadt2014-04-173-27/+0
| | | | ok miod
* sprintf: bad.miod2014-04-171-1/+1
| | | | | | snprintf: good. snprintf with a correct size: better! (harmless in this case)
* fix some more leaks, mostly suggestions from miodjsg2014-04-173-2/+8
| | | | ok miod@
* fix some of the leaksjsg2014-04-171-2/+6
| | | | ok miod@ looks good deraadt@
* Initial KNF.jsing2014-04-174-508/+505
|
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-1743-146/+146
| | | | | | | | OPENSSL_foo wrappers. This changes: OPENSSL_malloc->malloc OPENSSL_free->free OPENSSL_relloc->realloc OPENSSL_freeFunc->free
* fix a few bugs observed on http://www.viva64.com/en/b/0250/tedu2014-04-162-2/+2
| | | | ok krw miod
* we don't use these files for buildingtedu2014-04-151-108/+0
|
* The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow formiod2014-04-157-664/+0
| | | | | | | | | | obsolete (and mostly internal) routines to be compiled out. We don't expect any reasonable software to stick to these interfaces, so better clean up the view and unifdef -DNO_ASN1_OLD. The astute reader will notice the existence of NO_OLD_ASN1 which serves a similar purpose, but is more entangled. Its time will come, soon.
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-158-94/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-156-13/+13
| | | | | where the return value is ignored changing to (void) snprintf. ok deraadt@
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-822/+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-2/+0
|
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-134-3/+7
|
* cherry pick bugfixes for http://www.openssl.org/news/secadv_20130205.txtmarkus2013-02-141-0/+6
| | | | | from the openssl git (changes between openssl 1.0.1c and 1.0.1d). ok djm@
* resolve conflictsdjm2012-10-1315-160/+353
|
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-1/+1
|\ | | | | branch.
| * import OpenSSL-1.0.1cdjm2012-10-131-1/+1
| |
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-132-1/+22
|\ \ | | | | | | branch.
| * | import OpenSSL-1.0.1cdjm2012-10-1318-175/+415
| | |
* | | cherrypick fix for CVE-2012-2110: libcrypto ASN.1 parsing heap overflowdjm2012-04-191-14/+40
| | | | | | | | | | | | ok miod@ deraadt@
* | | openssl-1.0.0e: resolve conflictsdjm2011-11-0310-21/+27
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-032-4/+1
|\| | | | | | | | branch.
| * | import OpenSSL 1.0.0edjm2011-11-0312-25/+28
| | |
* | | resolve conflicts, fix local changesdjm2010-10-0152-3369/+2246
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-012-18/+28
|\| | | | | | | | branch.
| * | import OpenSSL-1.0.0adjm2010-10-0146-1614/+2236
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-277/+303
|\ \ \ | | |/ | |/| branch.
| * | import OpenSSL-1.0.0adjm2010-10-013-283/+341
| | |
* | | resolve conflictsdjm2009-04-065-13/+40
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-04-065-0/+1393
|\ \ \ | | |/ | |/| branch.
| * | import of OpenSSL 0.9.8kdjm2009-04-0612-15/+1435
| | |
* | | resolve conflictsdjm2009-01-0929-30/+40
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-1/+1
|\| | | | | | | | branch.
| * | import openssl-0.9.8jdjm2009-01-0931-34/+47
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-225/+244
|\ \ \ | | |/ | |/| branch.
| * | import openssl-0.9.8jdjm2009-01-091-225/+244
| | |
* | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-052-5/+8
| | |
* | | resolve conflictsdjm2008-09-0659-1275/+3254
| | |
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2008-09-062-0/+1722
|\ \ \ | | |/ | |/| branch.
| * | import of OpenSSL 0.9.8hdjm2008-09-0657-1260/+4963
| | |
| * | import of openssl-0.9.7jdjm2006-06-274-173/+240
| | |
| * | import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-2919-80/+174
| | |
| * | import openssl-0.9.7dmarkus2004-04-078-17/+31
| | |