From 1544c86323929cb2de0097f7f3edd80a9736ffee Mon Sep 17 00:00:00 2001 From: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com> Date: Sat, 22 Feb 2025 11:52:52 +0800 Subject: [PATCH 1/2] Update pqc-support.mdx --- src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx b/src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx index 47d3d0ee2f9ec6..6d5254c3016110 100644 --- a/src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx +++ b/src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx @@ -24,6 +24,7 @@ The list below is for reference only. Responsibility for third-party software li - [BoringSSL](https://boringssl.googlesource.com/boringssl/) - [rustls 0.23.22+](https://crates.io/crates/rustls) - Default for [rpxy 0.9.4+](https://github.com/junkurihara/rust-rpxy) +- [NGINX](https://github.com/nginx/nginx) compiled with OpenSSL 3.5+ ([instructions](https://github.com/nginx/nginx/issues/288)) or BoringSSL - [Open Quantum Safe](https://openquantumsafe.org/) - C library: liboqs 0.10.0+ - OpenSSL provider: oqs-provider 0.7.0+ From 9e801add7184fb8ab6768992a04ce474345c13c6 Mon Sep 17 00:00:00 2001 From: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com> Date: Sat, 1 Mar 2025 16:23:02 +0800 Subject: [PATCH 2/2] Remove reference to nginx+BoringSSL --- src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx b/src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx index 6d5254c3016110..3aff2a19ae25b9 100644 --- a/src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx +++ b/src/content/docs/ssl/post-quantum-cryptography/pqc-support.mdx @@ -24,7 +24,7 @@ The list below is for reference only. Responsibility for third-party software li - [BoringSSL](https://boringssl.googlesource.com/boringssl/) - [rustls 0.23.22+](https://crates.io/crates/rustls) - Default for [rpxy 0.9.4+](https://github.com/junkurihara/rust-rpxy) -- [NGINX](https://github.com/nginx/nginx) compiled with OpenSSL 3.5+ ([instructions](https://github.com/nginx/nginx/issues/288)) or BoringSSL +- [NGINX](https://github.com/nginx/nginx) compiled with OpenSSL 3.5+ ([instructions](https://github.com/nginx/nginx/issues/288)) - [Open Quantum Safe](https://openquantumsafe.org/) - C library: liboqs 0.10.0+ - OpenSSL provider: oqs-provider 0.7.0+