您最多选择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>