Enable large number of extension tests and stop skippking QUIC transportparameter extension which we now know about
tlsfuzzer: add a start-server convenience target for interactive testing
tlsfuzzer: grammar fix missed in previous
typo: troups -> groups
Prepare for an upcoming tlsfuzzer test that expects decode_errorwhen we send illegal_parameter. Shrug.
Prepare tlsfuzzer.py for ports update
Link new ccs test to buildException needed since the test expects an unexpected_message alert, whilewe throw a decode_error.
Disable TLS 1.0 and TLS 1.1 in libsslTheir time has long since past, and they should not be used.This change restricts ssl to versions 1.2 and 1.3, and changesthe regression tests to understand w
Disable TLS 1.0 and TLS 1.1 in libsslTheir time has long since past, and they should not be used.This change restricts ssl to versions 1.2 and 1.3, and changesthe regression tests to understand we no longer speak the legacyprotocols.For the moment the magical "golden" byte for byte comparisontests of raw handshake values are disabled util jsing fixes them.ok jsing@ tb@
show more ...
File new test-bleichenbacher-timing-pregenerate.py under failing testsuntil someone finds time and motivation to figure out how to use this.
tlsfuzzer: hook up new connection abort tests while skipping the NSTtests for TLSv1.3 since that's not currently handled.
Revert accidental commit
Add comments to explain the magic numbers 57 and 58
Avoid sending the QUIC transport parameters extension now that wesend an unsupported extension alert.Noted by anton
Add the two length tests. Can't currently run them because we need anecho server.
Add missing self. From anton
Implement a -h option that allows specifying a target host thatwill be passed to the test scripts.
Now that the issue is fixed, enable test-extensions.py
Add -f to usage
link verify regress tests to build
add new (unsupported) eddsa in certificate verify tests
Enable test-renegotiation-changed-clienthello.py but skip"drop extended_master_secret in renegotiation" since we don'tsupport this extension.
revert previous. some of the keyupdate tests still fail occasionally
Enable test-tls13-keyupdate.py
move test-record-size-limit.py to unsupported
123