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
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
2017-08-28
Use current chacha20-poly1305 cipher suite values.
Joel Sing
2017-05-06
Bring in an SSL_HANDSHAKE structure and commence the great shovelling
Bob Beck
2017-05-06
Add regress coverage for SSL{,_CTX}_set_{min,max}_proto_version().
Joel Sing
2017-03-25
Update regress to match changes to tls1_PRF().
Joel Sing
2017-03-18
Update regress and remove temporary buffer to match changes in tls_PRF().
Joel Sing
2017-03-10
Add a unit test for tls1_PRF().
Joel Sing
2017-01-25
Update ssl versions regress to handle min/max configured versions and
Joel Sing
2017-01-23
Fix regress to handle movement of ssl structures to internal
Bob Beck
2017-01-22
Update the TLS ALPN unit tests to work with internal/opaque data.
Joel Sing
2017-01-03
Add regress tests for max shared version code.
Joel Sing
[next]