From f0f9d3ca8ab7d3ca39619d2158ff1ca7fbd33b6c Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:05:00 +0200 Subject: [PATCH] add explicit usage warning [skip ci] Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 77997f0f..e4e0838c 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,23 @@ THIS SOFTWARE IS PROVIDED WITH NO WARRANTIES, EXPRESS OR IMPLIED, AND ALL IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING ANY WARRANTY OF MERCHANTABILITY AND WARRANTY OF FITNESS FOR A PARTICULAR PURPOSE. +## Standards compliance + +This project follows the [NIST PQC standardization process](https://csrc.nist.gov/projects/post-quantum-cryptography) +and aims to support experimentation with the various PQC algorithms +under evaluation and in different stages of standardization by NIST. +`oqsprovider` at this time cannot claim or prove adherence to any +standards documents published. For more details, review the file +[STANDARDS.md](STANDARDS.md) carefully. Most notably, hybrid and +composite implementations exclusively implemented in `oqsprovider` +are at a pre-standard/draft stage only. Over time the project aims +to provide standards compliance and solicits input by way of +contributions to achieve this state. + ## Component disclaimer +`oqsprovider` for the implementation of all pure PQC functionality +is completely dependent on the following package and accordingly +cannot recommend any use beyond experimentation purposes: + [liboqs disclaimer](https://github.com/open-quantum-safe/liboqs#limitations-and-security)