From 86b0b4fc52491eb7c9a6f5f92e0ef27e402a5200 Mon Sep 17 00:00:00 2001 From: Mike Ounsworth Date: Tue, 3 Oct 2023 08:20:04 -0500 Subject: [PATCH] Added providers/readme.md --- providers/readme.md | 93 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 providers/readme.md diff --git a/providers/readme.md b/providers/readme.md new file mode 100644 index 00000000..ae4ff16c --- /dev/null +++ b/providers/readme.md @@ -0,0 +1,93 @@ +# List of providers + +# BouncyCastle + +Provider short name: `bc` +Company name: BouncyCastle / KeyFactor +Company website: [https://www.keyfactor.com/products/implementing-cryptography/] +Implementation: {Proprietary, Open Source, OpenQuantumSafe/PQClean} +Implementation link: [https://github.com/bcgit] + + +# Botan + +Provider short name: `botan` +Company name: +Company website: +Implementation: +Implementation link: + + +# Carl Wallace - Red Hound Software + +Provider short name: `carl-redhound` +Company name: Red Hound Software +Company website: [http://www.hound.red/about.html] +Implementation: Proprietary wrapper for Rust crypto, which internally is PQClean. + + +# Corey Bonnell - Digicert + +Provider short name: `corey-digicert` +Company name: Digicert +Company website: [https://www.digicert.com/] +Implementation: Proprietary, but internally uses OpenQuantumSafe? + + +# Cryptonext Security + +Provider short name: `cryptonext` +Company name: Cryptonext Security +Company website: [https://www.cryptonext-security.com/] +Implementation: Proprietary + + +# Entrust + +Provider short name: `botentrustan` +Company name: Entrust +Company website: [https://www.entrust.com/] +Implementation: Proprietary, but internally uses OpenQuantumSafe. + +# ISI + +Provider short name: `isi-wolfssl` +Company name: Industrial Systems Institute +Company website: [https://www.isi.gr/] +Implementation: WolfSSL, which internally uses WolfSSL, which internally uses OpenQuantumSafe. No artifacts were provided since they would not be different from other OQS artifacts, but test vectors are provided which test parsing other providers' artifacts with WolfSSL. +Implementation link: [https://github.com/wolfSSL] + + +# PQShield + +Provider short name: `kris` +Company name: PQShield +Company website: [https://pqshield.com/] +Implementation: Proprietary + + +# OpenCA + +Provider short name: `openca` +Company name: Open CA Research Labs +Company website: [https://www.openca.org/] +Implementation: Open sourceOpenCA / LibPKI. Internally uses OpenQuantumSafe? +Implementation link: [https://github.com/openca] + + +# Open Quantum Safe + +Provider short name: `oqs` +Company name: Open Quantum Safe +Company website: [https://openquantumsafe.org/] +Implementation: Open source +Implementation link: [https://github.com/open-quantum-safe/] + + +# GNU TLS + +Provider short name: `oqs-gnutls` +Company name: GNU TLS +Company website: [https://www.gnutls.org/] +Implementation: GNU TLS using OpenQuantumSafe. +Implementation link: [https://github.com/gnutls/gnutls] \ No newline at end of file