diff options
author | corvid <devnull@localhost> | 2015-06-24 00:17:45 +0000 |
---|---|---|
committer | corvid <devnull@localhost> | 2015-06-24 00:17:45 +0000 |
commit | 10d6b4af3b06e6a03d42f2a284a0212751263fd8 (patch) | |
tree | 30d6a293c988492b2902d690bc90dd128b755e52 /src | |
parent | 84137e86bfdcb051561e5d19cd5355d8f1b5a3ef (diff) |
add a tls test site
Diffstat (limited to 'src')
-rw-r--r-- | src/IO/tls.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IO/tls.c b/src/IO/tls.c index f0f33215..89ad7989 100644 --- a/src/IO/tls.c +++ b/src/IO/tls.c @@ -21,7 +21,9 @@ * all respects for all of the code used other than OpenSSL or LibreSSL. */ -/* https://www.ssllabs.com/ssltest/viewMyClient.html */ +/* https://www.ssllabs.com/ssltest/viewMyClient.html + * https://github.com/lgarron/badssl.com + */ /* * Using TLS in Applications: http://datatracker.ietf.org/wg/uta/documents/ |