From fc3ee21ac236d46eadf7f503956e71cb059010ae Mon Sep 17 00:00:00 2001 From: "Martyrshot martyrshot@gmail.com" <> Date: Fri, 16 Feb 2024 21:30:32 -0600 Subject: [PATCH] Update liboqs readme to point to oqs-provider instead of deprecated openssl1.1.1 fork [skip-ci] This PR updates the OpenSSL link to point to oqs-provider now that OpenSSL1.1.1 is deprecated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6733fa2fa..99e8414c3b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ liboqs provides: - a common API for these algorithms - a test harness and benchmarking routines -liboqs is part of the **Open Quantum Safe (OQS)** project led by [Douglas Stebila](https://www.douglas.stebila.ca/research/) and [Michele Mosca](http://faculty.iqc.uwaterloo.ca/mmosca/), which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts. In particular, OQS provides prototype integrations of liboqs into TLS and SSH, through [OpenSSL](https://github.com/open-quantum-safe/openssl) and [OpenSSH](https://github.com/open-quantum-safe/openssh-portable). +liboqs is part of the **Open Quantum Safe (OQS)** project led by [Douglas Stebila](https://www.douglas.stebila.ca/research/) and [Michele Mosca](http://faculty.iqc.uwaterloo.ca/mmosca/), which aims to develop and integrate into applications quantum-safe cryptography to facilitate deployment and testing in real world contexts. In particular, OQS provides prototype integrations of liboqs into TLS and SSH, through [OpenSSL](https://github.com/open-quantum-safe/oqs-provider) and [OpenSSH](https://github.com/open-quantum-safe/openssh-portable). More information on OQS can be found [here](https://openquantumsafe.org/) and in the [associated](https://openquantumsafe.org/papers/SAC-SteMos16.pdf) [whitepapers](https://openquantumsafe.org/papers/NISTPQC-CroPaqSte19.pdf).