summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/quic (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dynamically link libssl for QUIC regress.jsing2022-10-021-2/+2
| | | | Now that the QUIC API is public, we can stop linking this statically.
* Add regress for QUIC.jsing2022-08-272-0/+358
This exercises the libssl QUIC implementation and completes a TLS handshake using the SSL_QUIC_METHOD interface.