summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Unifdef -UNO_SYS_TYPES_Hmiod2014-06-241-4/+2
* Since this is a library, place issetugid() before every getenv()deraadt2014-06-232-5/+7
* wrap getenv OPENSSL_ALLOW_PROXY_CERTS in an issetugid check, to protectderaadt2014-06-201-2/+2
* check stack push return and make some effort to clean up. ok beck miodtedu2014-06-191-2/+6
* improve error checking. set error code on error, and check malloc return.tedu2014-06-191-2/+13
* tags as requested by miod and teduderaadt2014-06-1226-26/+26
* Stop setting the EVP_MD_CTX_FLAG_NON_FIPS_ALLOW - it has been ignored sincejsing2014-06-111-1/+0
* malloc() result does not need a cast.deraadt2014-06-073-6/+6
* no need for null check before free. from Brendan MacDonelltedu2014-05-302-4/+2
* 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-292-22/+0
* Any sane platform has stdio. Stop pretending we will ever use a platformbeck2014-05-293-8/+0
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-252-4/+2
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-262-2/+2
* Restore beck's (void)snprintf(): they were reviewed.guenther2014-04-202-3/+3
* KNF.jsing2014-04-205-238/+305
* More KNF.jsing2014-04-202-3/+3
* KNF.jsing2014-04-206-714/+951
* KNF.jsing2014-04-206-470/+592
* KNF.jsing2014-04-204-264/+359
* More KNF.jsing2014-04-193-33/+34
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-192-2/+2
* blunt force knftedu2014-04-1819-1245/+924
* no need for a variable which is hardcoded and only used in an snprintf,sthen2014-04-171-13/+9
* Some VMS and WIN32 cleanupgiovanni2014-04-171-28/+5
* Mostly gut e_os.h:deraadt2014-04-171-1/+1
* Use of OPENSSL_SYS_xxx defines in public header files considered harmful.miod2014-04-171-7/+0
* fix some more leaks, mostly suggestions from miodjsg2014-04-172-0/+3
* some KNF cleanup following the scriptderaadt2014-04-173-64/+64
* fix some of the leaksjsg2014-04-171-1/+3
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-179-41/+41
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-162-5/+2
* we don't use these files for buildingtedu2014-04-151-85/+0
* The NO_ASN1_OLD define was introduced in 0.9.7, 8 years ago, to allow formiod2014-04-151-11/+0
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-40/+0
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-153-700/+739
* Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversionsbeck2014-04-152-3/+3
* correct cases of code occuring directly after goto/break/returnjsg2014-04-151-1/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-322/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-132-2/+0
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-134-17/+26
* resolve conflictsdjm2012-10-136-26/+70
* OpenSSL 1.0.0f: mergedjm2012-01-051-1/+1
* openssl-1.0.0e: resolve conflictsdjm2011-11-033-1/+7
* resolve conflicts, fix local changesdjm2010-10-0118-1204/+1396
* This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-10/+18
|\
| * import OpenSSL-1.0.0adjm2010-10-0118-620/+1414
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-011-109/+99
|\ \
| * | import OpenSSL-1.0.0adjm2010-10-011-109/+99