From fb2d400de8a01efad7ddc211830bb03240c831bd Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Tue, 20 Nov 2018 15:29:43 +0000 Subject: [PATCH 1/4] 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 From d092de9a6431ea2bf2a43b8e4fc7349976a6582e Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Tue, 20 Nov 2018 15:30:14 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 41e8bfc..61e8336 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ -# TLS testing +# Servers -## Servers - -### Quantum-resistant key exchange +## Quantum-resistant key exchange * ``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) +## 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 | @@ -20,6 +18,5 @@ | home.amongbytes.com | pq-arm7.amongbytes.com | armv7 without optims without OoO| - -### TLS-TRIS +## TLS-TRIS * ``gotls13.amongbytes.com``: Currently alias to gotls13-p1 (referenced at https://github.com/tlswg/tls13-spec/wiki/Implementations) From d1b0f8ad3585baf7133c2839609d45d789a866fd Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Tue, 20 Nov 2018 15:37:42 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61e8336..5baa766 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ ## Quantum-resistant key exchange +### golang based + * ``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) +### BoringSSL based (SIDH/P503-X25519 only - mainly for toure/interoperability testing) | domain | SNI | desc | |--------|-----|------| | home.amongbytes.com | pq-clang.amongbytes.com | Clang on X64_64 with all optims | From 574a592610fa765662112571b91dc0c7ab1d7d52 Mon Sep 17 00:00:00 2001 From: Kris Kwiatkowski Date: Sun, 20 Jan 2019 22:52:10 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5baa766..e703cf4 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ ### BoringSSL based (SIDH/P503-X25519 only - mainly for toure/interoperability testing) | 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| +| pq.amongbytes.com | pq-clang.amongbytes.com | Clang on X64_64 with all optims | +| pq.amongbytes.com | pq-clang-san.amongbytes.com | Clang with sanitizers on x86_64 with optims | +| pq.amongbytes.com | pq-gcc.amongbytes.com | GCC with all optims on x86_64 | +| pq.amongbytes.com | pq-gcc-nop.amongbytes.com | GCC without optims on x86_64 | +| pq.amongbytes.com | pq-arm8.amongbytes.com | ARMv8 with optims and out of order execution | +| pq.amongbytes.com | pq-arm8-nop.amongbytes.com | aarch64 without optims out of order execution | +| pq.amongbytes.com | pq-arm8-noo.amongbytes.com | aarch64 without optims without OoO| +| pq.amongbytes.com | pq-arm7.amongbytes.com | armv7 without optims without OoO| ## TLS-TRIS