| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Hook renegotiation regress. | jsing | 2025-02-01 | 1 | -1/+2 |
| | | |||||
| * | Instead of unhooking libssl/client regress tests, flag them as expected | anton | 2024-04-22 | 1 | -3/+2 |
| | | | | | | | to fail. ok tb@ | ||||
| * | Disable client handshake test for now for pending changes. | beck | 2024-03-26 | 1 | -2/+3 |
| | | | | | ok jsing@ | ||||
| * | Enable shutdown regress test. | jsing | 2024-01-19 | 1 | -1/+2 |
| | | |||||
| * | Link symbols test to build | tb | 2023-07-15 | 1 | -1/+2 |
| | | |||||
| * | Reenable clienttest and servertest | tb | 2023-07-12 | 1 | -3/+3 |
| | | |||||
| * | Disable TLS 1.0 and TLS 1.1 in libssl | beck | 2023-07-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | Their time has long since past, and they should not be used. This change restricts ssl to versions 1.2 and 1.3, and changes the regression tests to understand we no longer speak the legacy protocols. For the moment the magical "golden" byte for byte comparison tests of raw handshake values are disabled util jsing fixes them. ok jsing@ tb@ | ||||
| * | Add regress coverage for TLS exporters. | jsing | 2022-11-05 | 1 | -1/+2 |
| | | |||||
| * | Link rust-openssl to regress | tb | 2022-10-20 | 1 | -1/+2 |
| | | |||||
| * | Wire up QUIC regress. | jsing | 2022-08-27 | 1 | -1/+2 |
| | | |||||
| * | Provide regress for SSL public APIs. | jsing | 2022-01-05 | 1 | -1/+2 |
| | | | | | | | This will largely test curly and inconsistent APIs that are not covered by other regress tests. Currently, this tests the wonder that is SSL_get_peer_cert_chain(). | ||||
| * | Add a regress test for TLS client/server. | jsing | 2021-10-23 | 1 | -1/+2 |
| | | | | | | | | | | This currently exercises various combinations of TLS versions and their associated key exchange mechanisms. Note that this currently fails for TLSv1.0/TLSv1.1 with RSA KEX (to be fixed shortly). Over time all of the ssl regress should be moved into the dtls and tls regress tests. | ||||
| * | hook verify regress test to build | tb | 2021-08-30 | 1 | -1/+2 |
| | | |||||
| * | Revert accidental commit | tb | 2021-08-30 | 1 | -2/+1 |
| | | |||||
| * | link verify regress tests to build | tb | 2021-08-30 | 1 | -1/+2 |
| | | |||||
| * | Hook openssl-ruby test to regress tree | tb | 2021-05-03 | 1 | -1/+2 |
| | | |||||
| * | Hook up dtls regress. | jsing | 2020-10-14 | 1 | -1/+2 |
| | | |||||
| * | Hook up tlslegacy regress. | jsing | 2020-10-07 | 1 | -1/+2 |
| | | |||||
| * | 1) Move the interop tests to the end so we see tlsfuzzer first | beck | 2020-09-21 | 1 | -2/+2 |
| | | | | | | | | | | | 2) Reorder the interop tests so the really slow "cert" test is at the end 3) Change the cert tests to use REGRESS_SLOW_TARGETS when testing combination of client and server that does not involve libressl. This way we can skip testing openssl to openssl11 when running these manually by setting REGRESS_SKIP_SLOW to "yet" in mk.conf ok jsing@ | ||||
| * | hook tlsfuzzer to regress | tb | 2020-05-21 | 1 | -1/+2 |
| | | |||||
| * | Re-enable the client test now that it passes again. | jsing | 2020-04-06 | 1 | -2/+2 |
| | | |||||
| * | Add regress for TLSv1.3 sequence number handling. | jsing | 2020-03-13 | 1 | -1/+2 |
| | | |||||
| * | Disable the client hello message regress test for now. | jsing | 2020-01-25 | 1 | -2/+2 |
| | | | | | | | | The golden values have changed due to TLSv1.3 and will likely change more in the near future. This will be updated and re-enabled when things settle. Discussed with beck@ | ||||
| * | hook handshake test | tb | 2019-01-20 | 1 | -1/+2 |
| | | |||||
| * | Hook record regress. | jsing | 2019-01-19 | 1 | -1/+3 |
| | | |||||
| * | Add regress for extensible buffer code. | jsing | 2019-01-17 | 1 | -1/+2 |
| | | |||||
| * | Speling | beck | 2018-11-10 | 1 | -2/+2 |
| | | |||||
| * | Make sure the interop test happen last (since they take a long time) | beck | 2018-11-10 | 1 | -2/+3 |
| | | |||||
| * | remove the not yet implemented "handshake" subdirectory | tb | 2018-11-09 | 1 | -2/+1 |
| | | |||||
| * | Add subdirectires with SUBDIR += instead of a single assignment with | tb | 2018-11-09 | 1 | -13/+13 |
| | | | | | line continuations. | ||||
| * | Add in key_schedule regress tests to regress build | beck | 2018-11-07 | 1 | -1/+2 |
| | | |||||
| * | +interop | bluhm | 2018-11-07 | 1 | -1/+2 |
| | | |||||
| * | Provide a new regress test for TLS extension handlers, currently covering | jsing | 2017-07-16 | 1 | -1/+2 |
| | | | | | the newly converted SNI code. | ||||
| * | Add an initial regress test that covers the server-side of libssl, by | jsing | 2017-03-05 | 1 | -1/+2 |
| | | | | | providing SSL_accept() with fixed ClientHello messages. | ||||
| * | Move pqueue regress from libcrypto to libssl, since that's where the pqueue | jsing | 2016-11-04 | 1 | -1/+2 |
| | | | | | | code now lives. Also unbreak the regress following the symbol hiding changes in libssl. | ||||
| * | Add an initial TLS client regress, which currently covers ClientHello | jsing | 2015-09-01 | 1 | -1/+2 |
| | | | | | message generation. | ||||
| * | Convert ssl_bytes_to_cipher_list to CBS. | doug | 2015-06-28 | 1 | -2/+3 |
| | | | | | | | | Link in the new 'unit' regress and expand the invalid tests to include some that would fail before the CBS conversion. input + ok miod@ jsing@ | ||||
| * | Import BoringSSL's crypto bytestring and crypto bytebuilder APIs. | doug | 2015-02-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | This is imported with as few changes as possible for the initial commit. I removed OPENSSL_EXPORT, replaced OPENSSL_malloc() etc with malloc() and changed a few header includes. BoringSSL has this as part of their public API. We're leaving it internal to libssl for now. Based on BoringSSL's CBB/CBS API as of commit c5cc15b4f5b1d6e9b9112cb8d30205a638aa2c54. input + ok jsing@, miod@ | ||||
| * | Add libssl ciphers regress, which currently only covers | jsing | 2015-02-06 | 1 | -1/+2 |
| | | | | | get_cipher_by_char/put_cipher_by_char. | ||||
| * | Add a regress test for the ASN1 handling of SSL session tickets. | jsing | 2014-07-13 | 1 | -1/+2 |
| | | |||||
| * | Move ssltest.c to a regress test. | jsing | 2014-05-24 | 1 | -0/+8 |
| | | |||||
| * | Move the regress tests that are in lib/libssl to usr.sbin/openssl, | jsing | 2014-05-24 | 1 | -58/+0 |
| | | | | | | | | since they are really testing openssl(1) (although this also tests libcrypto and libssl), rather than actual parts of the libssl library. Discussed with miod@ | ||||
| * | Remove the ossltests target, these are now all in libcrypto regress | jsg | 2014-04-17 | 1 | -208/+2 |
| | | | | | except sha256t/sha512t which are likely to be removed for license reasons. | ||||
| * | adapt to test file moves | jsg | 2014-04-16 | 1 | -63/+50 |
| | | | | | md2test and rsatest targets removed as the files have been removed | ||||
| * | don't use non-standard CFLAGS; ok miod@, deraadt@ | naddy | 2010-10-03 | 1 | -2/+2 |
| | | |||||
| * | update for openssl-0.9.8h | djm | 2008-09-06 | 1 | -47/+93 |
| | | |||||
| * | missing blowfish test | mickey | 2003-06-16 | 1 | -4/+4 |
| | | |||||
| * | un-break test; report and test by davidkrause | markus | 2003-05-24 | 1 | -90/+90 |
| | | |||||
| * | remove MDC2; patents | markus | 2002-09-26 | 1 | -7/+1 |
| | | |||||
| * | Rename a bunch of the old bsd.regress.mk variables into the new ones. | avsm | 2002-09-02 | 1 | -3/+3 |
| | | | | | ok art@ | ||||
