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