15 рядки
513 B
HTML
15 рядки
513 B
HTML
<html>
|
|
<head>
|
|
<title>TLSv1.3/Post-Quantum test server</title>
|
|
</head>
|
|
<body>
|
|
Connection sucessful <br />
|
|
You are using TLS Version: {{.TLSVersion}}
|
|
|
|
<p>
|
|
This page uses <a href="https://github.com/cloudflare/tls-tris">this tls</a> package and <a href="https://caddyserver.com/">Caddy</a> HTTP server.</p>
|
|
<p>It was built <a href="http://hdc.amongbytes.com/post/201810-baby-steps-to-pq-https-server/">this</a> way and is used for experimenting with post-quantum cryptography.</p>
|
|
|
|
</body>
|
|
</html>
|