qrtesting/README.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2018-11-20 15:30:14 +00:00
# Servers
2018-08-19 12:28:04 +01:00
2018-11-20 15:30:14 +00:00
## Quantum-resistant key exchange
2018-08-19 12:28:04 +01:00
2018-11-20 15:29:43 +00:00
* ``pq.amongbytes.com``: SIDH/P503-x25519, SIDH/751-x448
* ``pq-t1.amongbytes.com``: SIDH tests: Test phase 1. Allowed to be broken
2018-11-20 15:30:14 +00:00
## SIDH/P503-X25519 test phases (temporary - mainly for tourtuing)
2018-11-20 15:29:43 +00:00
| 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|
2018-11-20 15:30:14 +00:00
## TLS-TRIS
2018-09-16 20:23:38 +01:00
* ``gotls13.amongbytes.com``: Currently alias to gotls13-p1 (referenced at https://github.com/tlswg/tls13-spec/wiki/Implementations)