Testing server for GOST TLS ciphersuites

I have setup a server running 4 instances of patched GnuTLS. This version should support all relevant GOST TLS ciphersuites (using both registered values and values predating IANA registration). Different instances use different keys, so one can test different scenarios.

All server certificates are signed by CryptoPro's test certificate. Be sure to use one for testing. You can get one either here or at CryptoPro site.

  1. GOST 2001 — server using GOST R 34.10-2001 keys with GostR3410-2001-CryptoPro-A paramset,
  2. GOST 2012 256-bit — server using GOST R 34.10-2012 keys with tc26-gost-3410-2012-256-paramSetB paramset,
  3. GOST 2012 512-bit — server using GOST R 34.10-2012 keys with tc26-gost-3410-12-512-paramSetA paramset,
  4. GOST combined — server using all three certificates, selecting one on demand.
  5. GOST TLS 1.3 — server using TLS 1.3 support.