summaryrefslogtreecommitdiff
path: root/regress/lib/libssl
AgeCommit message (Expand)Author
2021-05-03Modify regress ssl_get_shared_ciphers for portableKinichiro Inoguchi
2021-05-03Hook openssl-ruby test to regress treeTheo Buehler
2021-05-03Add scaffold to run the ruby/openssl regression testsTheo Buehler
2021-04-23Enable test-renegotiation-changed-clienthello.py but skipTheo Buehler
2021-04-14revert previous. some of the keyupdate tests still fail occasionallyTheo Buehler
2021-04-14Enable test-tls13-keyupdate.pyTheo Buehler
2021-04-14move test-record-size-limit.py to unsupportedTheo Buehler
2021-04-14enable test-record-layer-fragmentation.pyTheo Buehler
2021-04-14factor argument to catch an alert mismatch into a helper functionTheo Buehler
2021-04-13enable test-tlsfuzzer-invalid-compression-methods.pyTheo Buehler
2021-04-13enable test-large-hello.py as a slow testTheo Buehler
2021-04-13with new defaults, test-fuzzed-plaintext.py is no longer slowTheo Buehler
2021-04-13move a few tests to the unsupported group and fix two commentsTheo Buehler
2021-04-13annotate test-ecdhe-rsa-key-exchange-with-bad-messages.py with expectedTheo Buehler
2021-04-08Enable test-cve-2016-6309.pyTheo Buehler
2021-04-04Fix two copy paste errors in error messagesTheo Buehler
2021-04-04Add tests for DTLSv1_2{,_client,_server}_method()Theo Buehler
2021-04-04Use correct type for tmp in test_write_bytes()Theo Buehler
2021-03-29Add regress coverage for TLSv1.2 record number increment.Joel Sing
2021-03-28The failure mode of test-tls13-version-negotiation.py has changed.Theo Buehler
2021-03-27Enable test-sig-algs-renegotiation-resumption.py.Theo Buehler
2021-03-26Add test-sig-algs-renegotiation-resumption.pyTheo Buehler
2021-03-24The server only sends a cookie during a HRR, not a SHTheo Buehler
2021-03-24Update regress for new_cipher rename.Joel Sing
2021-03-22Plug a few memory leaks reported by Ilya ShipitsinTheo Buehler
2021-03-21Revise regress to match handshake struct changes.Joel Sing
2021-03-20typoTheo Buehler
2021-03-20Add new test-tls13-multiple-ccs-messages.pyTheo Buehler
2021-03-17Update for DTLSv1.2 being enabled.Joel Sing
2021-03-17Update for DTLSv1.2 version handling.Joel Sing
2021-03-10Revise TLS extension regress to match version handling changes.Joel Sing
2021-02-25Update regress to match TLS versions change.Joel Sing
2021-02-20Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().Joel Sing
2021-02-08Update DTLS client hello due to ECC changes.Joel Sing
2021-02-07Enable auto DHE and disable session tickets for some tests.Joel Sing
2021-02-06Only hexdump packets/messages on higher debug levels.Joel Sing
2021-02-06Test reads and writes between the client and server.Joel Sing
2021-01-27wrap an overlong lineTheo Buehler
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.Theo Buehler
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.Theo Buehler
2021-01-21don't set AUTO_RETRY. it's a remnant of an experiment.Theo Buehler
2021-01-12A few minor tweaks to make my OCD happy.Theo Buehler
2021-01-11Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.Theo Buehler
2021-01-11Shut down the TLS connections properly.Theo Buehler
2021-01-11Include headers used instead of relying on ssl.h pulling in the world.Theo Buehler
2021-01-10Merge handshake_loop() into handshake(). There's no benefit in havingTheo Buehler
2021-01-10tweak a commentTheo Buehler
2021-01-10Link shared ciphers test to buildTheo Buehler
2021-01-10Add a regress for SSL_get_shared_ciphers() for the change of returnedTheo Buehler
2021-01-09whitespaceTheo Buehler