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
2022-11-26
Make internal header file names consistent
Theo Buehler
2022-10-21
tlsexttest.c: make various static structs const
Theo Buehler
2022-10-21
quic tlsext tests: use byte vector in place of string
Theo Buehler
2022-10-02
Revise for SSL_CTX_INTERNAL and SSL_INTERNAL removal.
Joel Sing
2022-08-21
Revise regress now that SSL_QUIC_METHOD exists.
Joel Sing
2022-08-05
fix error message
Theo Buehler
2022-08-05
Use the FAIL macro instead of fprintf(stderr, "FAIL: ...\n");
Theo Buehler
2022-08-05
Make the bogokey[] global static const.
Theo Buehler
2022-08-05
Move CBB_init() to a consistent place.
Theo Buehler
2022-08-05
Consistently initialize failure to 1 at the top of the function and
Theo Buehler
2022-08-05
Consistently check for CBB_init() failure.
Theo Buehler
2022-08-05
Remove most of the indirection introduced in previous and instead fetch
Theo Buehler
2022-08-04
Add some glue to fetch the tlsext functions from the tls_extensions[]
Theo Buehler
2022-07-17
Revise regress for QUIC transport parameters TLS extension.
Joel Sing
2022-07-02
Adjust to new tls1_ec_nid2group_id API.
Theo Buehler
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-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-02-08
Plug a number of leaks reported by Ilya Shipitsin
Theo Buehler
2022-02-05
Revise for S3I removal.
Joel Sing
2022-01-11
Revise for changes to tls_key_share_peer_public()
Joel Sing
2022-01-06
Revise for change to tls_key_share_peer_public()
Joel Sing
2022-01-05
Revise for tls13_key_share rename.
Joel Sing
2021-12-29
One more leak of the same kind
Theo Buehler
2021-12-29
Plug memleak
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-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
[next]