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
2022-06-29
Add support for sending QUIC transport parameters
Bob Beck
2022-06-29
Use relative paths so beck can run regress in his git tree and have
Theo Buehler
2022-06-10
More %i vs %d cleanup
Theo Buehler
2022-06-07
Fix format strings: change %i, %li, %lli to %d, %ld, %lld and switch to
Theo Buehler
2022-06-06
Minor tweaks to psk modes regress
Theo Buehler
2022-06-05
move the calls to psk kex modes tests down to match order in ssl_tlsext.c
Theo Buehler
2022-06-05
Add regress coverage for PSK kex modes tlsext handlers.
Theo Buehler
2022-05-14
Add the two length tests. Can't currently run them because we need an
Theo Buehler
2022-05-10
If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so that
Theo Buehler
2022-05-08
Default Ruby is now 3.1
Theo Buehler
2022-04-21
Add missing self. From anton
Theo Buehler
2022-03-08
Some more c99 initializers for consistency and readability
Theo Buehler
2022-02-08
Plug leaks reported by Ilya Shipitsin
Theo Buehler
2022-02-08
Plug a number of leaks reported by Ilya Shipitsin
Theo Buehler
2022-02-06
cope with recent S3I removal; ok tb@
Anton Lindqvist
2022-02-05
Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_list
Theo Buehler
2022-02-05
Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.
Theo Buehler
2022-02-05
Adjust the ssl_get_shared_ciphers to the new names.
Theo Buehler
2022-02-05
Revise for S3I removal.
Joel Sing
2022-01-11
Revise for peer_cert.
Joel Sing
2022-01-11
Revise for changes to tls_key_share_peer_public()
Joel Sing
2022-01-07
Let dtlstest peek into bio_local.h
Theo Buehler
2022-01-06
Revise for change to tls_key_share_peer_public()
Joel Sing
2022-01-06
Test CBB_add_u64()
Joel Sing
2022-01-06
With openssl-ruby-tests 20220105, test_post_connection_check_wildcard_san
Theo Buehler
2022-01-05
Revise for tls13_key_share rename.
Joel Sing
2022-01-05
Provide regress for SSL public APIs.
Joel Sing
2021-12-29
Plug memleaks
Theo Buehler
2021-12-29
One more leak of the same kind
Theo Buehler
2021-12-29
Plug memleak
Theo Buehler
2021-12-27
Provide a set of RSA and ECDSA test certificates/keys.
Joel Sing
2021-12-27
Provide a script to generate test certificates/keys.
Joel Sing
2021-12-15
Add coverage for CBS additions.
Joel Sing
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
[next]