summaryrefslogtreecommitdiff
path: root/lib/libcrypto/ts
AgeCommit message (Expand)Author
2014-05-31Get the public headers from the official place with <openssl/ >Theo de Raadt
2014-05-30Don't write out more than we have allocated in obj_txt, as the gloryBob Beck
2014-05-29Everything sane has stdio, and FILE *. we don't need ifdefs for this.Bob Beck
2014-05-27Fix a Y2038 problem, by conversion of long to time_t.Theo de Raadt
2014-05-25calloc instead of malloc/memset. from Benjamin BaierTed Unangst
2014-05-22Hello? Yes, you're speaking with OPENSSL_SYS_UNIX.Joel Sing
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.Miod Vallat
2014-04-27Put explicit (void) in function declarations and shuffle keywords in someMiod Vallat
2014-04-26Replace all use of ERR_add_error_data with ERR_asprintf_error_data.Bob Beck
2014-04-21KNF.Joel Sing
2014-04-20Restore tedu's rev 1.4: snprintf() was reviewed.Philip Guenther
2014-04-20reset imprint to NULL to avoid double free. from mancha1 at zohoTed Unangst
2014-04-19We'll interpret a (void) cast on snprintf() to mean it's been verified thatPhilip Guenther
2014-04-17Change library to use intrinsic memory allocation functions instead ofBob Beck
2014-04-16Clean up dangerous strncpy use. This included a use where the resultingBob Beck
2014-04-16Zero-pad usec format to handle values less than 100,000 correctlyPhilip Guenther
2014-04-16Mandatory Surgeon Guenther's Warning: This code could not possibly beTed Unangst
2014-04-16revert. the full horror has only now revealed itself.Ted Unangst
2014-04-16replace some bio_snprintf crazy with regular snprintf.Ted Unangst
2014-04-15we don't use these files for buildingTed Unangst
2014-04-14remove auto-generated dependencies from the old unused build system, soTheo de Raadt
2014-04-14Remove the nCipher CHIL engine. It is not standalone and depends onReyk Floeter
2014-04-13Cope with the removal of openssl/symhacks.hTheo de Raadt
2012-10-13resolve conflictsDamien Miller
2010-10-01resolve conflicts, fix local changesDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller