summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-073-323/+0
* There is no need for is{upper,lower}() tests before to{lower,uppper}(),deraadt2014-06-011-4/+2
* EBCDIC support died a while ago, except in a comment.deraadt2014-06-011-2/+0
* more: no need for null check before freederaadt2014-05-302-14/+7
* ok, next pass after review: when possible, put the reallocarray argumentsderaadt2014-05-291-1/+1
* convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53deraadt2014-05-291-1/+1
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-2/+0
* KNF.jsing2014-05-263-360/+479
* KNF.jsing2014-05-267-538/+656
* if (x) free(x) -> free(x); semantic patch generated with coccinelle, carefullymiod2014-05-222-5/+3
* Put explicit (void) in function declarations and shuffle keywords in somemiod2014-04-271-1/+1
* Fix leak last commit introduced. Spotted by Sebastian Kapfer.beck2014-04-271-0/+1
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-265-16/+15
* KNF.jsing2014-04-212-239/+249
* KNF.jsing2014-04-217-343/+409
* KNF.jsing2014-04-214-102/+119
* no need for malloc castsderaadt2014-04-212-2/+2
* KNF.jsing2014-04-215-659/+722
* KNF.jsing2014-04-215-1971/+2092
* KNF.jsing2014-04-218-548/+456
* Restore beck's (void)snprintf(): they were reviewed.guenther2014-04-201-2/+2
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-2/+2
* use intrinsic strlcpy and strlcat everywhere so we only have one set ofbeck2014-04-191-3/+3
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-1718-73/+73
* OpenSSL PR#3309: when looking for an extension, set the last found positionsthen2014-04-171-3/+3
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-162-6/+7
* we don't use these files for buildingtedu2014-04-151-85/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-153-51/+0
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-151-2/+2
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-506/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-131-2/+2
* resolve conflictsdjm2012-10-132-9/+57
* OpenSSL 1.0.0f: mergedjm2012-01-051-40/+85
* openssl-1.0.0e: resolve conflictsdjm2011-11-033-18/+22
* This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-031-1/+0
|\
| * import OpenSSL 1.0.0edjm2011-11-032-3/+1
* | resolve conflicts, fix local changesdjm2010-10-0120-950/+1399
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-018-108/+399
|\|
| * import OpenSSL-1.0.0adjm2010-10-0125-436/+1776
| * import of OpenSSL 0.9.8kdjm2009-04-062-2/+7
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-238/+219
|\ \
| * | import OpenSSL-1.0.0adjm2010-10-011-238/+219
* | | resolve conflictsdjm2009-04-062-15/+25
* | | resolve conflictsdjm2009-01-0930-39/+44
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-098-8/+8
|\ \ \ | | |/ | |/|
| * | import openssl-0.9.8jdjm2009-01-0934-55/+73
* | | This commit was generated by cvs2git to track changes on a CVS vendordjm2009-01-091-219/+238
|\ \ \ | | |/ | |/|
| * | import openssl-0.9.8jdjm2009-01-094-222/+241
* | | update to openssl-0.9.8i; tested by several, especially krw@djm2009-01-056-18/+32
* | | remerge local tweaks, update per-arch configuration headers, updatedjm2008-09-061-2/+2