diff --git a/src/lib/tls/tls_algos.h b/src/lib/tls/tls_algos.h index 6927e8df08..d5869c04df 100644 --- a/src/lib/tls/tls_algos.h +++ b/src/lib/tls/tls_algos.h @@ -113,7 +113,7 @@ enum class Group_Params_Code : uint16_t { // Cloudflare code points for hybrid PQC // https://blog.cloudflare.com/post-quantum-for-all/ - HYBRID_X25519_KYBER_512_R3_CLOUDFLARE = 0xFE30, + HYBRID_X25519_KYBER_512_R3_CLOUDFLARE BOTAN_DEPRECATED("removed without replacement") = 0xFE30, // libOQS defines those in: // https://github.com/open-quantum-safe/oqs-provider/blob/main/ALGORITHMS.md diff --git a/src/scripts/test_cli.py b/src/scripts/test_cli.py index db9fffe140..bc53b7d8ac 100755 --- a/src/scripts/test_cli.py +++ b/src/scripts/test_cli.py @@ -1323,7 +1323,6 @@ def get_oqs_rootca(): return get_oqs_resource("/CA.crt") test_cfg = [ - TestConfig("pq.cloudflareresearch.com", "x25519/Kyber-512-r3/cloudflare"), TestConfig("pq.cloudflareresearch.com", "x25519/Kyber-768-r3"), TestConfig("google.com", "x25519/Kyber-768-r3"),