summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-04-21improve realloc/calloc/malloc patterns; ok guentherTheo de Raadt
2014-04-21Delete #if 0'd time related functions which are totally expired.Theo de Raadt
2014-04-21modernize malloc callTheo de Raadt
2014-04-21Replace entire printf-like guts with calls to libc snprintf.Theo de Raadt
2014-04-21Bring malloc/calloc/realloc sequences to modern standardTheo de Raadt
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-21remove macros wrapping malloc/calloc/free/reallocTheo de Raadt
2014-04-21Correctly document the return value of getenv(3)Philip Guenther
2014-04-21KNF.Joel Sing
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-21clean up files we don't needTed Unangst
2014-04-21fix accidentally deleted deref.Bob Beck
2014-04-20ASN1_STRING cleanup - realloc has handled NULL since I had a mulletBob Beck
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker
2014-04-20replace a bunch of pointer-arithmatic-strcpy-converted-blindly-to-strlcpyBob Beck
2014-04-20Eliminate duplicated logic by switching from malloc+snprintf to asprintfPhilip Guenther
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.Philip Guenther
2014-04-20Restore beck's (void)snprintf(): they were reviewed.Philip Guenther
2014-04-20Restore beck's rev 1.8: snprintf() was reviewed.Philip Guenther
2014-04-20Restore tedu's rev 1.4: snprintf() was reviewed.Philip Guenther
2014-04-20Restore beck's rev 1.7: snprintf() was reviewed.Philip Guenther
2014-04-20Remove unused/never installed libssl tools and docs and references to themAndrew Fresh
2014-04-20Restore beck's rev 1.21: snprintf() was reviewedPhilip Guenther
2014-04-20theo found a file we don't seem to need, but just in case, i will pasteTed Unangst
2014-04-20Restore beck's rev 1.9: snprintf() was reviewedPhilip Guenther
2010-10-01import OpenSSL-1.0.0aDamien Miller
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@Damien Miller
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2014-04-20KNF.Joel Sing
2014-04-20Restore beck's rev 1.3: snprintf() was reviewedPhilip Guenther
2014-04-20More KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-20More KNF.Joel Sing
2014-04-20More KNF.Joel Sing
2014-04-20gettimeofday() is portable enough and does not need a wrapperTheo de Raadt
2014-04-20calloc() rather than malloc+memsetTheo de Raadt
2014-04-20Fix indentation, adding braces and combining a nested if to reduce depthPhilip Guenther
2014-04-20KNF.Joel Sing
2014-04-20KNF.Joel Sing
2014-04-20Chop off more SSLv2 tentacles and start fixing and noting y2038 issues.Philip Guenther
2014-04-20return after error instead of plowing ahead. noticed by mancha1 at zohoTed Unangst
2014-04-20Use calloc(a,b) instead of malloc(a*b) + memset(a*b). I don't know ifTheo de Raadt
2014-04-20Undo a calloc() replacement. It lacks the integer overflow check thatTheo de Raadt
2014-04-20KNF.Joel Sing
2014-04-20reset imprint to NULL to avoid double free. from mancha1 at zohoTed Unangst
2014-04-19release buffers fix was lost in merge. put it back.Ted Unangst
2014-04-19change some rsh references to ssh. poke by jmcTed Unangst
2014-04-19More KNF.Joel Sing