summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/ssl_get_shared_ciphers.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update for OPENSSL_cpu_caps() now being machine independent.jsing2024-08-311-6/+2
* Use the new certificates/chains in regress.jsing2024-03-201-2/+2
* Adjust the ssl_get_shared_ciphers to the new names.tb2022-02-051-23/+23
* Rename shutdown_all() to shutdown_peers() for consistency.tb2021-05-041-3/+3
* Modify regress ssl_get_shared_ciphers for portableinoguchi2021-05-031-4/+4
* don't set AUTO_RETRY. it's a remnant of an experiment.tb2021-01-211-3/+1
* A few minor tweaks to make my OCD happy.tb2021-01-121-12/+9
* Print error if SSL_{connect,accept,shutdown}(3) don't run to completion.tb2021-01-111-3/+13
* Shut down the TLS connections properly.tb2021-01-111-3/+28
* Include headers used instead of relying on ssl.h pulling in the world.tb2021-01-111-1/+7
* Merge handshake_loop() into handshake(). There's no benefit in havingtb2021-01-101-18/+7
* tweak a commenttb2021-01-101-2/+2
* Add a regress for SSL_get_shared_ciphers() for the change of returnedtb2021-01-101-0/+457