summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* if (x) FOO_free(x) -> FOO_free(x).miod2014-07-121-3/+2
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-119-30/+30
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-104-4/+12
* Stop including standard headers via cryptlib.h - pull in the headers thatjsing2014-07-104-6/+14
* cast ASN1_STRING (unsigned char *) to match strlcat's argument (char *)bcook2014-07-091-2/+2
* tags as requested by miod and teduderaadt2014-06-1212-12/+12
* malloc() result does not need a cast.deraadt2014-06-071-1/+1
* Get the public headers from the official place with <openssl/ >deraadt2014-05-312-2/+2
* Don't write out more than we have allocated in obj_txt, as the glorybeck2014-05-301-1/+2
* Everything sane has stdio, and FILE *. we don't need ifdefs for this.beck2014-05-291-8/+0
* Fix a Y2038 problem, by conversion of long to time_t.deraadt2014-05-272-18/+8
* calloc instead of malloc/memset. from Benjamin Baiertedu2014-05-252-6/+4
* Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.jsing2014-05-221-28/+0
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-5/+0
* Put explicit (void) in function declarations and shuffle keywords in somemiod2014-04-271-1/+1
* Replace all use of ERR_add_error_data with ERR_asprintf_error_data.beck2014-04-262-7/+7
* KNF.jsing2014-04-2112-1467/+1618
* Restore tedu's rev 1.4: snprintf() was reviewed.guenther2014-04-201-1/+1
* reset imprint to NULL to avoid double free. from mancha1 at zohotedu2014-04-201-0/+1
* We'll interpret a (void) cast on snprintf() to mean it's been verified thatguenther2014-04-191-1/+1
* Change library to use intrinsic memory allocation functions instead ofbeck2014-04-174-15/+15
* Clean up dangerous strncpy use. This included a use where the resultingbeck2014-04-161-9/+5
* Zero-pad usec format to handle values less than 100,000 correctlyguenther2014-04-161-1/+1
* Mandatory Surgeon Guenther's Warning: This code could not possibly betedu2014-04-161-24/+24
* revert. the full horror has only now revealed itself.tedu2014-04-161-26/+21
* replace some bio_snprintf crazy with regular snprintf.tedu2014-04-161-21/+26
* we don't use these files for buildingtedu2014-04-151-86/+0
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-183/+0
* Remove the nCipher CHIL engine. It is not standalone and depends onreyk2014-04-141-3/+0
* Cope with the removal of openssl/symhacks.hderaadt2014-04-131-1/+0
* resolve conflictsdjm2012-10-131-3/+6
* This commit was generated by cvs2git to track changes on a CVS vendordjm2012-10-131-3/+0
|\
| * import OpenSSL-1.0.1cdjm2012-10-132-6/+6
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2011-11-031-3/+2
|\|
| * import OpenSSL 1.0.0edjm2011-11-031-3/+2
* | resolve conflicts, fix local changesdjm2010-10-011-3/+5
* | This commit was generated by cvs2git to track changes on a CVS vendordjm2010-10-0112-0/+4951
|\|
| * import OpenSSL-1.0.0adjm2010-10-0112-0/+4951
* import OpenSSL-1.0.0adjm2010-10-011-0/+269