From fb2d400de8a01efad7ddc211830bb03240c831bd Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Tue, 20 Nov 2018 15:29:43 +0000 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 150bf04..41e8bfc 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,22 @@ ### Quantum-resistant key exchange -* ``pq-t1.amongbytes.com``: SIDH tests -* ``pq-t2.amongbytes.com``: SIDH tests - TLS 1.3 only is supported +* ``pq.amongbytes.com``: SIDH/P503-x25519, SIDH/751-x448 +* ``pq-t1.amongbytes.com``: SIDH tests: Test phase 1. Allowed to be broken + +### SIDH/P503-X25519 test phases (temporary - mainly for tourtuing) +| domain | SNI | desc | +|--------|-----|------| +| home.amongbytes.com | pq-clang.amongbytes.com | Clang on X64_64 with all optims | +| home.amongbytes.com | pq-clang-san.amongbytes.com | Clang with sanitizers on x86_64 with optims | +| home.amongbytes.com | pq-gcc.amongbytes.com | GCC with all optims on x86_64 | +| home.amongbytes.com | pq-gcc-nop.amongbytes.com | GCC without optims on x86_64 | +| home.amongbytes.com | pq-arm8.amongbytes.com | ARMv8 with optims and out of order execution | +| home.amongbytes.com | pq-arm8-nop.amongbytes.com | aarch64 without optims out of order execution | +| home.amongbytes.com | pq-arm8-noo.amongbytes.com | aarch64 without optims without OoO| +| home.amongbytes.com | pq-arm7.amongbytes.com | armv7 without optims without OoO| + + ### TLS-TRIS -* ``gotls13-t1.amongbytes.com``: Testing branch of tls-tris. It supports only TLS 1.3 (0x0304) * ``gotls13.amongbytes.com``: Currently alias to gotls13-p1 (referenced at https://github.com/tlswg/tls13-spec/wiki/Implementations) -* ``gotls13-p1.amongbytes.com``: Testing branch of tls-tris - master branch -* ``gotls13-r1.amongbytes.com``: Testing branch of tls-tris - latest release