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
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
2016-12-30
Add regress coverage for enabled protocol version range.
Joel Sing
2016-12-18
Revise regress for changes to ssl_parse_serverhello_tlsext().
Joel Sing
2016-12-04
Update regress test to handle change to ssl_cipher_list_to_bytes().
Joel Sing
2016-11-04
Some tests require internal symbols; have them link with the static
Philip Guenther
2016-09-03
remove unneeded reach-around include
Brent Cook
2016-08-27
Enable ALPN regress now that it passes.
Joel Sing
2015-07-13
Unhook tls_ext_alpn test until the code passes it.
Doug Hogan
2015-07-09
Add tests for parsing TLS extension ALPN (RFC 7301).
Doug Hogan
2015-07-01
specify the array initializer value
Brent Cook
2015-06-28
Convert ssl_bytes_to_cipher_list to CBS.
Doug Hogan
2015-06-27
Add unit tests for LibreSSL.
Doug Hogan