Age | Commit message (Expand) | Author |
2014-04-20 | Chop off more SSLv2 tentacles and start fixing and noting y2038 issues. | Philip Guenther |
2014-04-20 | Use calloc(a,b) instead of malloc(a*b) + memset(a*b). I don't know if | Theo de Raadt |
2014-04-19 | release buffers fix was lost in merge. put it back. | Ted Unangst |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | More KNF. | Joel Sing |
2014-04-19 | The internal ssl2_* functions and variables are gone | Philip Guenther |
2014-04-19 | More KNF and style consistency tweaks | Philip Guenther |
2014-04-18 | spacing | Ted Unangst |
2014-04-18 | now that knf carpet bombing is finished, switch to hand to hand combat. | Ted Unangst |
2014-04-18 | Finish zapping SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION usage; only keep | Philip Guenther |
2014-04-18 | igetest.c moved to regress we don't need another copy | Jonathan Gray |
2014-04-17 | whack a bunch of disabled code. ok beck lteo | Ted Unangst |
2014-04-17 | no longer need to fool emacs indentation and other if (0) oddities. | Ted Unangst |
2014-04-17 | always build in RSA and DSA. ok deraadt miod | Ted Unangst |
2014-04-17 | kill REF_PRINT/REF_CHECK debugging framework noone would use | Theo de Raadt |
2014-04-17 | SHA and AES (and sadly MD5) can't be considered optional. ok beck miod | Ted Unangst |
2014-04-17 | Mostly gut e_os.h: | Theo de Raadt |
2014-04-17 | quick pass at removing ability to disable sha256 and sha512. ok miod | Ted Unangst |
2014-04-17 | expunge more of the old build system | Andrew Fresh |
2014-04-17 | fix a potential double free | Jonathan Gray |
2014-04-17 | remove some code that is now unused after guenther's changes in 1.20. | Jonathan Gray |
2014-04-17 | Change library to use intrinsic memory allocation functions instead of | Bob Beck |
2014-04-16 | TANSTAAFL - delete the buf freelist code. if you need a better malloc, get | Ted Unangst |
2014-04-16 | add back SRP. i was being too greedy. | Ted Unangst |
2014-04-16 | Clean up dangerous strncpy use. This included a use where the resulting | Bob Beck |
2014-04-16 | fix a few bugs observed on http://www.viva64.com/en/b/0250/ | Ted Unangst |
2014-04-16 | Thanks to the knobs in http://tools.ietf.org/html/rfc5746, we have a knob | Bob Beck |
2014-04-16 | disentangle SRP code from TLS | Ted Unangst |
2014-04-16 | Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from | Philip Guenther |
2014-04-16 | strncpy(d, s, strlen(s)) is a special kind of stupid. even when it's right, | Ted Unangst |
2014-04-16 | KNF | Ryan Thomas McBride |
2014-04-15 | o_dir.c had a very funny odor. all users of this now use standard functions. | Bob Beck |
2014-04-15 | remove ssl2 support even more completely. | Ted Unangst |
2014-04-15 | repair some whitespace | Ted Unangst |
2014-04-15 | Crank major for libcrypto and libssl; more symbol removals to occur during the | Miod Vallat |
2014-04-15 | remove FIPS mode support. people who require FIPS can buy something that | Ted Unangst |
2014-04-15 | Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternity | Bob Beck |
2014-04-15 | Part 1 of eliminating BIO_snprintf(). This fixes mechanical conversions | Bob Beck |
2014-04-15 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-15 | correct cases of code occuring directly after goto/break/return | Jonathan Gray |
2014-04-14 | Flense all use of BIO_snprintf from ssl source - use the real one instead, | Bob Beck |
2014-04-14 | make OPENSSL_NO_HEARTBLEED the default and only option. ok deraadt miod | Ted Unangst |
2014-04-14 | So the OpenSSL codebase does "get the time, add it as a random seed" | Theo de Raadt |
2014-04-14 | convert the use of OPENSSL_DIR_XXX functions to opendir() and frends. | Bob Beck |
2014-04-14 | remove auto-generated dependencies from the old unused build system, so | Theo de Raadt |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |
2014-04-14 | First pass at applying KNF to the OpenSSL code, which almost makes it | Joel Sing |