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
/
tlsext
Age
Commit message (
Expand
)
Author
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-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-03-24
The server only sends a cookie during a HRR, not a SH
Theo Buehler
2021-03-24
Update regress for new_cipher rename.
Joel Sing
2021-03-21
Revise regress to match handshake struct changes.
Joel Sing
2021-03-10
Revise TLS extension regress to match version handling changes.
Joel Sing
2020-10-11
No longer need to cast away const in srtp_find_profile_by_name()
Theo Buehler
2020-10-11
Unbreak regress following SRTP_PROTECTION_PROFILE const change.
Joel Sing
2020-08-09
Update golden values to match P-521 being enabled by default in the client.
Joel Sing
2020-07-03
tlsexttest: pass message type to the extension functions
Theo Buehler
2020-07-03
adjust tlsexttest to new argument order
Theo Buehler
2020-05-24
Previous commit caught a few errx() cases by accident. undo them.
Theo Buehler
2020-05-24
include newlines in FAIL messages
Theo Buehler
2020-05-24
address some nits from jsing
Theo Buehler
2020-05-23
Enforce that SNI hostnames be correct as per rfc 6066 and 5980.
Bob Beck
2020-05-11
Revise regress for TLSv1.3 server being enabled.
Joel Sing
2020-04-17
Update key share regress to match previous change.
Joel Sing
2020-02-05
Reset the key share so that we do not have an existing peer public key.
Joel Sing
2020-02-01
Tweak regress to match change made to tls13_key_share_peer_public().
Joel Sing
2020-01-30
Revise for TLSv1.3 key share changes.
Joel Sing
2020-01-26
server sigalgs test is now bogus, disable for now
Bob Beck
2019-11-10
It has been called to my attention that the cookie monster ascii art
Bob Beck
2019-03-25
Update regress following sigalgs changes.
Joel Sing
2019-02-03
Use malloc() and memcpy() the test X25519 x25519_peer_public value.
Joel Sing
2019-01-24
Add server side of versions, keyshare, and client and server of cookie
Bob Beck
2019-01-24
Remove SHA224 based sigalgs from use in TLS 1.2 as SHA224 is deprecated.
Bob Beck
2019-01-23
Modify sigalgs extension processing to accomodate TLS 1.3.
Bob Beck
2019-01-23
revert previous, accidentally contained another diff in addition
Bob Beck
2019-01-23
Modify sigalgs extension processing for TLS 1.3.
Bob Beck
2019-01-18
Add client side of supported versions and keyshare extensions with basic regress
Bob Beck
2019-01-18
Update regress following TLS extension renaming.
Joel Sing
2018-11-10
Make sure the interop test happen last (since they take a long time)
Bob Beck
2018-11-06
Unbreak regress following Supported Elliptic Curve extension rename.
Joel Sing
2017-12-28
Initialise new_cipher in the serverhello TLS extensions test, to avoid a
Joel Sing
2017-11-28
Add regress test coverage for building clienthello and serverhello
Joel Sing
2017-08-29
When parsing extensions by calling the parse functions directly, ensure
Joel Sing
2017-08-27
Rewrite SRTP extension using CBB/CBS and the new extension framework.
Doug Hogan
2017-08-27
check return value from CBB_init
Bob Beck
2017-08-26
Rewrite ALPN extension using CBB/CBS and the new extension framework.
Doug Hogan
2017-08-12
Rewrite the TLS status request extension to use the new TLS extension framework.
Bob Beck
2017-08-12
Add regress coverage for the TLS signature algorithms extension.
Joel Sing
2017-08-12
Rewrite session ticket TLS extension handling using CBB/CBS and the new
Doug Hogan
2017-08-12
errant whitespace
Bob Beck
2017-08-11
Be consistent with goto labels, failure flag and use of FAIL macro.
Joel Sing
2017-08-11
doug@ added code in here as well.
Joel Sing
2017-08-11
Sort by extension/function name.
Joel Sing
2017-08-11
Rewrite EllipticCurves TLS extension handling using CBB/CBS and the new
Doug Hogan
2017-08-11
Rewrite the ECPointFormats TLS extension handling using CBB/CBS and the
Doug Hogan
[next]