aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Disable RSA-PSS by default.version_for_cocoapods_8.0chromium-2883Adam Langley3-44/+100
2016-09-27Refresh fuzzer corpus.David Benjamin154-0/+0
2016-09-27Apply GREASE to the version extension.David Benjamin3-2/+15
2016-09-27Teach generate_build_files.py about ppc64le.David Benjamin1-0/+3
2016-09-27Moving TLS 1.3 version negotiation into extension.Steven Valdez14-120/+339
2016-09-27Update aes.c for new ARM asm names.Adam Langley1-12/+12
2016-09-27Add PPC64LE assembly for AES-GCM.Adam Langley14-38/+4911
2016-09-27Add a test for SSL_version.David Benjamin1-7/+57
2016-09-27Avoid using empty initializer lists.David Benjamin1-1/+2
2016-09-27Prepare runner's wire/version conversions for the version extension.David Benjamin6-39/+96
2016-09-27Apply version/wire mapping at a higher layer in runner.David Benjamin6-44/+43
2016-09-27Fix ssl_ctx_make_profiles error handling.David Benjamin1-14/+17
2016-09-27Check for sk_X509_NAME_push failures.David Benjamin1-20/+21
2016-09-26Fix run_tests target.Adam Langley1-3/+3
2016-09-26Add deleters for some more X.509 things.Matthew Braithwaite2-0/+7
2016-09-26Add some sanity checks when checking CRL scores and testsSteven Valdez2-25/+204
2016-09-26Require custom private keys to specify curve in 1.3.David Benjamin1-2/+1
2016-09-23Implement draft-davidben-tls-grease-01.David Benjamin13-6/+180
2016-09-23Better explain usage of CBB_flushNick Harper1-2/+4
2016-09-23Fix up x509_vpm.c comment.David Benjamin1-18/+29
2016-09-23Fix documentation for POINT_CONVERSION_UNCOMPRESSED in ec.hNick Harper1-1/+1
2016-09-22Refresh TLS fuzzer corpora.David Benjamin475-0/+0
2016-09-22Disable Channel ID signature checking in fuzzer mode.David Benjamin2-3/+8
2016-09-22Rename NPN-Server test.David Benjamin1-1/+1
2016-09-22Record resumption and renewal transcripts separately.David Benjamin1-12/+6
2016-09-22Enable more features in the fuzzers.David Benjamin2-1/+288
2016-09-22No-op ticket encryption in fuzzer mode.David Benjamin3-3/+22
2016-09-22Document how to refresh the TLS corpora.David Benjamin1-0/+23
2016-09-22Fix remaining non-determinism in fuzzer transcripts.David Benjamin4-3/+12
2016-09-22Add a fuzzer mode suppressions file.David Benjamin1-0/+25
2016-09-22Add a InvalidChannelIDSignature test.David Benjamin4-0/+24
2016-09-22Switch from readdir_r back to readdir.David Benjamin1-86/+26
2016-09-22Add tests for SSL_peek.David Benjamin4-1/+97
2016-09-21Support default versions with set_{min,max}_proto_version.David Benjamin3-19/+70
2016-09-21Only predict X25519 in TLS 1.3.David Benjamin6-69/+34
2016-09-21Renumber TLS 1.3 signature algorithms.David Benjamin3-10/+10
2016-09-21Start fuzzing the TLS 1.3 code.David Benjamin155-0/+2
2016-09-21Fix some bugs in TLS 1.3 server key_share code.David Benjamin8-22/+75
2016-09-21Align SSL_set_{min,max}_version with upstream.David Benjamin6-69/+99
2016-09-21Don't return invalid versions in version_from_wire.David Benjamin13-116/+251
2016-09-21Take the version parameter out of ssl_do_msg_callback.David Benjamin9-30/+48
2016-09-21Improve -valgrind error-handling.David Benjamin2-3/+10
2016-09-21Don't swallow tool output on failure.David Benjamin1-1/+1
2016-09-21Fix TLS 1.3 fuzzer mode in Go.David Benjamin4-36/+39
2016-09-21Remove SSL_set_fallback_version.David Benjamin8-124/+14
2016-09-21Unwind unnecessary Android hacks.David Benjamin3-43/+1
2016-09-20Test interaction of RSA key exchange and ClientHello.version.David Benjamin1-0/+14
2016-09-20Do not distinguish NULL and empty PSK identity hints.David Benjamin6-5/+51
2016-09-20Move peer_psk_identity_hint to SSL_HANDSHAKE.David Benjamin5-15/+8
2016-09-20Shush a MinGW warning in crypto/x509.David Benjamin1-1/+1