index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
regress
/
lib
/
libssl
Age
Commit message (
Expand
)
Author
2021-12-02
Tell testers which packages to install right away (and why)
Klemens Nanni
2021-11-21
Prepare ssltest for opaque DH
Theo Buehler
2021-11-20
Switch to BIO_up_ref() instead of adjusting references manually.
Theo Buehler
2021-11-20
Use BIO_up_ref() instead of adjusting refcounts manually
Theo Buehler
2021-11-18
Fix ssltest to work with opaque EVP_PKEY.
Theo Buehler
2021-11-02
Add regress that calls SSL_set_tlsext_host_name() with a NULL host name.
Joel Sing
2021-11-01
Rework SNI hostname regress to be table driven.
Joel Sing
2021-10-31
Make this test compile again after the damage done in libcrypto
Theo Buehler
2021-10-28
openssl-ruby tests: rework for x509_alt.c r1.3 and r1.5.
Theo Buehler
2021-10-26
Free memory on text exit to make asan quieter
Bob Beck
2021-10-26
Revise regress for removal of SSL_SESSION_INTERNAL.
Joel Sing
2021-10-23
Add a regress test for TLS client/server.
Joel Sing
2021-10-23
Revise regress test for tls13_buffer rename.
Joel Sing
2021-10-23
Revise regress for tlsext_tick_lifetime_hint changing type.
Joel Sing
2021-10-15
Pull in ssl_locl.h so that we can keep reaching into libssl internals.
Joel Sing
2021-10-13
ssltest.c does not need param.h
Theo Buehler
2021-10-13
Remove __dead from usage() to reduce the diff needed to build LibreSSL
Theo Buehler
2021-09-09
Rework openssl-ruby-tests to run all passing tests first, then
Theo Buehler
2021-09-09
zap trailing whitespace
Theo Buehler
2021-09-06
The default Ruby has switched to 3.0
Theo Buehler
2021-09-03
Implement a -h option that allows specifying a target host that
Theo Buehler
2021-09-03
Now that the issue is fixed, enable test-extensions.py
Theo Buehler
2021-09-03
Make Bob happy.
Alexander Bluhm
2021-09-02
Add -f to usage
Theo Buehler
2021-08-30
hook verify regress test to build
Theo Buehler
2021-08-30
Revert accidental commit
Theo Buehler
2021-08-30
link verify regress tests to build
Theo Buehler
2021-08-30
Reimplement part of the openssl/x509 regress tests in C
Theo Buehler
2021-08-11
add new (unsupported) eddsa in certificate verify tests
Theo Buehler
2021-07-06
alarm(3) cannot fail, remove error handling.
Alexander Bluhm
2021-07-03
Garbage collect do_test_cipherlist().
Joel Sing
2021-07-03
Add test that ensures ssl3_ciphers[] is sorted by cipher id.
Joel Sing
2021-07-03
Rewrite get_put_test() as cipher_find_test().
Joel Sing
2021-06-30
Disable some code that reaches into libssl internals.
Joel Sing
2021-06-30
Disable some tests that probably no longer make sense.
Joel Sing
2021-06-30
Pull in ssl_locl.h to allow for move of struct ssl_session_st.
Joel Sing
2021-06-27
Add test coverage for TLSv1.3 client hellos.
Joel Sing
2021-06-27
Add test coverage for DTLSv1.2 client hellos.
Joel Sing
2021-06-27
Improve test coverage for SSL_OP_NO_DTLSv1.
Joel Sing
2021-06-27
Teach hexdump() how to identify differing bytes.
Joel Sing
2021-06-27
More appropriately set cipher_list_len when AES acceleration is available.
Joel Sing
2021-06-27
Tweak some data types and sprinkle some const.
Joel Sing
2021-06-19
zap trailing whitespace
Theo Buehler
2021-06-19
Add DTLS test cases that use non-zero initial epochs.
Joel Sing
2021-06-19
Add more complex DTLS tests for delay/reordering.
Joel Sing
2021-06-19
Expand comment that details why two DTLS tests currently fail.
Joel Sing
2021-06-19
Provide the ability to delay/reorder DTLS packets.
Joel Sing
2021-06-18
Remove SSL_CTX_set_read_ahead() calls - it is now the default for DTLS.
Joel Sing
2021-05-04
Rename shutdown_all() to shutdown_peers() for consistency.
Theo Buehler
2021-05-03
Use limits.h instead of sys/limits.h in dtlstest.c for portable
Kinichiro Inoguchi
[next]