Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

15 righe
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>