選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

15 行
513 B

  1. <html>
  2. <head>
  3. <title>TLSv1.3/Post-Quantum test server</title>
  4. </head>
  5. <body>
  6. Connection sucessful <br />
  7. You are using TLS Version: {{.TLSVersion}}
  8. <p>
  9. 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>
  10. <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>
  11. </body>
  12. </html>