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