summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/quic/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use the new certificates/chains in regress.jsing2024-03-201-4/+4
| | | | | | | | | | The new certificates are more representative of the real world. The old certificates use weak algorithms and expire in the very near future. Most of our regress has already been switched over, this changes the remainder. Thanks to Bernhard M. Wiedemann for reminding us of the upcoming expiry. ok tb@
* 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-271-0/+19
This exercises the libssl QUIC implementation and completes a TLS handshake using the SSL_QUIC_METHOD interface.