summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-24There is no longer a need for a paste_stack struct or for global_buffersNicholas Marriott
2014-04-24The switch statement given/when was introduced in Perl 5.10 and gotAlexander Bluhm
2014-04-24fix copied text in error stringBret Lambert
2014-04-24A fantastic way to make a large unsigned number is to assignBob Beck
2014-04-24remove redundant asign. from David HillTed Unangst
2014-04-24Support for the -ssl2 option has been removed, so remove it from usageLawrence Teo
2014-04-24on today's episode of things you didn't want to learn:Ted Unangst
2014-04-24match some more intel sata devices in ide modeJonathan Gray
2014-04-24regenJonathan Gray
2014-04-24add some more intel sata devices in ide modeJonathan Gray
2014-04-24calloc is better. from Peter MaloneTed Unangst
2014-04-24calloc is better. from Peter MaloneTed Unangst
2014-04-24repair missing semicolon. from Ian McwilliamTed Unangst
2014-04-24misplaced punctuationIngo Schwarze
2014-04-23Unifdef -UPKCS1_CHECK and remove SSL_OP_PKCS1_CHECK_[12], this is leftoverMiod Vallat
2014-04-23ain't nobody got time for hpuxTed Unangst
2014-04-23fix some variablesTed Unangst
2014-04-23replace a bunch of hand duped strings with strdupTed Unangst
2014-04-23Don't bother generating win64 assembly prologue.Miod Vallat
2014-04-23malloc/memset -> calloc. from peter maloneTed Unangst
2014-04-23No longer needed during build. Brings a smile on beck@'s face.Miod Vallat
2014-04-23Audit malloc(3)/calloc(3)/realloc(3) usage.Ingo Schwarze
2014-04-23null pointers after free to prevent double frees and worse. also fix aTed Unangst
2014-04-23The usual idiom to cope with systems not defining socklen_t is to add aMiod Vallat
2014-04-23whitespaceTed Unangst
2014-04-23close socket in failure cases tooTed Unangst
2014-04-23if realloc failed, BIO_accept would leak memory and return NULL, causingTed Unangst
2014-04-23One last Dec C tentacle on alpha.Miod Vallat
2014-04-23When I grow up, I want to write workaround for long long multiplicationsMiod Vallat
2014-04-23Remove IRIX_CC_BUG workaround.Miod Vallat
2014-04-23I'm glad to know that Ultrix CC has a bug optimizing switch() statementsMiod Vallat
2014-04-23Grr, the more you remove, the more there remain.Miod Vallat
2014-04-23Forgotten during latest spring cleaning of unreferenced bits.Miod Vallat
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@Miod Vallat
2014-04-23Audit strlcpy(3)/strlcat(3) usage:Ingo Schwarze
2014-04-23Remove duplicate pointer assignment in ASN1_primitive_free(); Dirk EnglingMiod Vallat
2014-04-23Figure out endianness at compile-time, using _BYTE_ORDER fromMiod Vallat
2014-04-23Remove more Kerberos cruft.Antoine Jacoutot
2014-04-23Better name for fdmaskp, reduce the scope of some variables, don't abuseJeremie Courreges-Anglas
2012-10-13import OpenSSL-1.0.1cDamien Miller
2010-10-01import OpenSSL-1.0.0aDamien Miller
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2014-04-23improve SQL style: avoid "SELECT *", be explicit in what columns we want;Ingo Schwarze
2014-04-23tweak previous; sorry ingo, my review was pretty poor;Jason McIntyre
2014-04-23Audit strlcpy(3)/strlcat(3) usage.Ingo Schwarze
2014-04-23Fix format string in DEBUG message (not compiled by default).Reyk Floeter
2014-04-23remove Z option and default to something halfway to J.Ted Unangst
2014-04-23No need for vargs here.Florian Obser
2014-04-23Use arc4random as PRNG backend, instead of libcrypto RAND.Jeremie Courreges-Anglas
2014-04-23more info about HISTORY; ok jmc@Ingo Schwarze