aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-06Don't False Start with DHE.chromium-2311Adam Langley1-4/+2
2015-03-31Don't set NEON_FUNCTIONAL in the getauxval path.Adam Langley1-1/+1
2015-03-09Switch an assert back to a check.Adam Langley1-1/+4
2015-02-19Style guide tweaks.David Benjamin1-2/+10
2015-02-19Allow False Start only for >= TLS 1.2 && AEAD && forward-secure && ALPN/NPN.David Benjamin2-20/+15
2015-02-17Add support for Chromium's JSON test result format.David Benjamin3-25/+193
2015-02-17Pull in a pre-built tarball of cmake 3.1.3 for the bots.David Benjamin3-0/+161
2015-02-17Drop in Go toolchain bootstrap scripts for the bots.David Benjamin3-0/+349
2015-02-17Remove X509_get_pubkey_parameters.David Benjamin2-52/+1
2015-02-17Don't EVP_PKEY_copy_parameters when configuring cert and key.David Benjamin1-9/+0
2015-02-17Handle failures in ssl3_finish_mac.David Benjamin8-41/+80
2015-02-17Add some missing error failure checks.David Benjamin12-37/+69
2015-02-17Rename cutthrough to False Start.David Benjamin7-24/+37
2015-02-17Remove server-side HelloVerifyRequest support.David Benjamin11-194/+1
2015-02-13Switch nonce type in chacha_vec.c to uint32_t.Adam Langley1-1/+1
2015-02-13Don't require the ChaCha nonce to be aligned on ARM.Adam Langley2-355/+346
2015-02-13Remove support for zero lengths from do_x509_check.Adam Langley1-3/+0
2015-02-13Update API to use (char *) for email addresses and hostnames.Adam Langley7-43/+43
2015-02-13Set optional peername when X509_check_host() succeeds.Adam Langley4-28/+36
2015-02-13New peername element in X509_VERIFY_PARAM_ID.Adam Langley3-1/+13
2015-02-13More complete input validation of X509_check_mumble.Adam Langley1-2/+12
2015-02-13Multiple verifier reference identities.Adam Langley4-10/+100
2015-02-13Add sk_deep_copy and its macro.Adam Langley4-0/+384
2015-02-13Rerun make_macros.sh.Adam Langley1-189/+143
2015-02-13X509_check_mumble() failure is <= 0, not just 0.Adam Langley1-3/+3
2015-02-13Drop hostlen from X509_VERIFY_PARAM_ID.Adam Langley4-8/+6
2015-02-13Fix more memory leaks on malloc failure.David Benjamin4-2/+11
2015-02-13Update BUILDING documentation regarding Go.David Benjamin1-4/+2
2015-02-11Fix memory leak in pqueue_test.David Benjamin2-2/+16
2015-02-11Replace all_tests.sh with a test runner in Go.David Benjamin2-85/+153
2015-02-11Add in missing curly braces part 3.David Benjamin28-160/+291
2015-02-11Add in missing curly braces part 2.David Benjamin9-404/+515
2015-02-11Fix standalone build on Win64.David Benjamin3-1/+14
2015-02-11Reset all the error codes.David Benjamin41-4726/+3650
2015-02-11Fix cross-module errors.David Benjamin7-657/+720
2015-02-11Add in missing curly braces part 1.David Benjamin20-260/+420
2015-02-11Fix some function parameters in OPENSSL_PUT_ERROR.David Benjamin2-18/+22
2015-02-10Split error string data across multiple lines.David Benjamin2-4/+1482
2015-02-10Make make_errors.go -reset reproducible.David Benjamin1-7/+14
2015-02-10Make err_data_generate.go reproducible.David Benjamin2-1528/+1529
2015-02-10Remove more bits of ERR_STRING_DATA.Adam Langley7-82/+46
2015-02-09Precompute sorted array for error strings.Adam Langley76-2358/+3592
2015-02-09Add SSL_CIPHER_get_rfc_name.David Benjamin4-17/+193
2015-02-10Don't lock anything in SSL_set_generate_session_id.David Benjamin1-2/+0
2015-02-10Unrefcount SSL*.David Benjamin2-10/+0
2015-02-10Fix memory leak on malloc failure.David Benjamin2-13/+19
2015-02-10Don't use a global for early_callback_called.David Benjamin1-28/+24
2015-02-10Use just one style for the shim.David Benjamin5-136/+128
2015-02-10Test asynchronous session lookup.David Benjamin1-12/+41
2015-02-10Set rwstate inside ssl3_get_client_hello.David Benjamin2-11/+3