summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* improve realloc/calloc/malloc patterns; ok guentherderaadt2014-04-2116-48/+23
* Delete #if 0'd time related functions which are totally expired.deraadt2014-04-212-74/+0
* fix accidentally deleted deref.beck2014-04-211-1/+1
* ASN1_STRING cleanup - realloc has handled NULL since I had a mulletbeck2014-04-201-17/+10
* replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpybeck2014-04-201-7/+7
* another attempt at fixing stale x509 data. since we don't know where thetedu2014-04-191-10/+8
* can't actually do this. cause unknown.tedu2014-04-191-1/+1
* More KNF.jsing2014-04-195-238/+296
* More KNF.jsing2014-04-194-261/+379
* More KNF.jsing2014-04-193-10/+14
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-196-13/+13
* More KNF.jsing2014-04-194-685/+761
* More KNF.jsing2014-04-196-380/+471
* More KNF.jsing2014-04-196-363/+434
* More KNF.jsing2014-04-197-203/+207
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-3/+3
* OPENSSL_gmtime() is really just gmtime_r(); ok guentherderaadt2014-04-183-4/+4
* tone down some XXXXX to not appear in greptedu2014-04-181-1/+1
* Put back i2d_ASN1_SET() and d2i_ASN1_SET() from the NO_ASN1_OLD prune, as theremiod2014-04-182-0/+245
* guenther would prefer more separationtedu2014-04-181-0/+2
* Some dude named Tavis Ormandy reported a bug which has gone unfixed.tedu2014-04-181-0/+5
* blank lines between decls and codetedu2014-04-181-0/+5
* More KNF.jsing2014-04-181-76/+80
* More KNF.jsing2014-04-187-425/+535
* 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
* sprintf: bad.miod2014-04-171-1/+1
* fix some more leaks, mostly suggestions from miodjsg2014-04-173-2/+8
* fix some of the leaksjsg2014-04-171-2/+6
* Initial KNF.jsing2014-04-174-508/+505
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-1743-146/+146
* fix a few bugs observed on http://www.viva64.com/en/b/0250/tedu2014-04-162-2/+2
* 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
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-158-94/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-156-13/+13
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-822/+0
* 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
* resolve conflictsdjm2012-10-1315-160/+353
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-1/+1
|\
| * 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
|\ \
| * | import OpenSSL-1.0.1cdjm2012-10-1318-175/+415