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
/
unit
Age
Commit message (
Expand
)
Author
2023-05-24
Copy the verify param hostflags independently of the host list
Theo Buehler
2023-05-24
Add a test to verify that an SSL inherits the hostflags from the SSL_CTX
Theo Buehler
2022-12-17
Revise cipher list regress coverage of SSL_set_security_level().
Joel Sing
2022-12-02
regres/libssl/unit: simplify Makefile
Theo Buehler
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-02
Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.
Joel Sing
2022-07-21
Make test table based, extend it a little
Theo Buehler
2022-07-20
link ssl_set_alpn_protos to regress
Theo Buehler
2022-07-20
Add a quick and dirty regress for SSL{_CTX,}_set_alpn_protos()
Theo Buehler
2022-07-07
Add some minimal regress coverage for the security level.
Theo Buehler
2022-06-10
More %i vs %d cleanup
Theo Buehler
2022-02-08
Plug leaks reported by Ilya Shipitsin
Theo Buehler
2022-02-06
cope with recent S3I removal; ok tb@
Anton Lindqvist
2022-02-05
Adjust the ssl_get_shared_ciphers to the new names.
Theo Buehler
2021-12-29
Plug memleaks
Theo Buehler
2021-06-27
Improve test coverage for SSL_OP_NO_DTLSv1.
Joel Sing
2021-05-04
Rename shutdown_all() to shutdown_peers() for consistency.
Theo Buehler
2021-05-03
Modify regress ssl_get_shared_ciphers for portable
Kinichiro Inoguchi
2021-04-04
Fix two copy paste errors in error messages
Theo Buehler
2021-04-04
Add tests for DTLSv1_2{,_client,_server}_method()
Theo Buehler
2021-03-24
Update regress for new_cipher rename.
Joel Sing
2021-03-17
Update for DTLSv1.2 being enabled.
Joel Sing
2021-03-17
Update for DTLSv1.2 version handling.
Joel Sing
2021-02-25
Update regress to match TLS versions change.
Joel Sing
2021-02-20
Revise regress to match change in SSL{_CTX,}_get_{min,max}_proto_version().
Joel Sing
2021-01-21
don't set AUTO_RETRY. it's a remnant of an experiment.
Theo Buehler
2021-01-12
A few minor tweaks to make my OCD happy.
Theo Buehler
2021-01-11
Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.
Theo Buehler
2021-01-11
Shut down the TLS connections properly.
Theo Buehler
2021-01-11
Include headers used instead of relying on ssl.h pulling in the world.
Theo Buehler
2021-01-10
Merge handshake_loop() into handshake(). There's no benefit in having
Theo Buehler
2021-01-10
tweak a comment
Theo Buehler
2021-01-10
Link shared ciphers test to build
Theo Buehler
2021-01-10
Add a regress for SSL_get_shared_ciphers() for the change of returned
Theo Buehler
2021-01-09
whitespace
Theo Buehler
2020-12-01
Extend the methods test to cover dtls methods as well
Theo Buehler
2020-12-01
Enable ssl_methods unit test.
Theo Buehler
2020-12-01
Add an ssl_methods() unit test that currently only covers the
Theo Buehler
2020-08-09
Update TLS versions to match TLSv1.3 being enabled for TLS_method().
Joel Sing
2020-08-09
Fix regress test so that it exits non-zero for failure cases.
Joel Sing
2020-07-03
adjust alpn extension test to new argument order
Theo Buehler
2019-04-04
Use correct define.
Joel Sing
2019-01-18
Update regress following TLS extension renaming.
Joel Sing
2018-11-06
Add TLSv1.3 to version regress tests.
Joel Sing
2018-06-02
Update regress for DES cipher suite removal.
Joel Sing
2018-03-15
Provide SSL_CTX_get_min_proto_version and SSL_CTX_get_max_proto_version
Jeremie Courreges-Anglas
2018-02-08
Update regress to use tlsext_serverhello_parse().
Joel Sing
2018-01-27
Update regress to match removal of ssl_parse_clienthello_tlsext().
Joel Sing
2017-10-11
Update regress now that ssl_cipher_list_to_bytes() takes a CBB.
Joel Sing
2017-10-10
Revise regress now that ssl_bytes_to_cipher_list() takes a CBS.
Joel Sing
[next]