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