From 32b27d151890b153cac38bb356e6595aa5f8f600 Mon Sep 17 00:00:00 2001 From: Mike Ounsworth Date: Tue, 3 Oct 2023 08:23:56 -0500 Subject: [PATCH] Added providers/readme.md --- providers/readme.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/providers/readme.md b/providers/readme.md index 0a68a6cc..0bf983e8 100644 --- a/providers/readme.md +++ b/providers/readme.md @@ -4,9 +4,9 @@ * Provider short name: `bc` * Company name: BouncyCastle / KeyFactor -* Company website: [https://www.keyfactor.com/products/implementing-cryptography/] +* Company website: https://www.keyfactor.com/products/implementing-cryptography/ * Implementation: {Proprietary, Open Source, OpenQuantumSafe/PQClean} -* Implementation link: [https://github.com/bcgit] +* Implementation link: https://github.com/bcgit # Botan @@ -22,7 +22,7 @@ * Provider short name: `carl-redhound` * Company name: Red Hound Software -* Company website: [http://www.hound.red/about.html] +* Company website: http://www.hound.red/about.html * Implementation: Proprietary wrapper for Rust crypto, which internally is PQClean. @@ -30,7 +30,7 @@ * Provider short name: `corey-digicert` * Company name: Digicert -* Company website: [https://www.digicert.com/] +* Company website: https://www.digicert.com/ * Implementation: Proprietary, but internally uses OpenQuantumSafe? @@ -38,7 +38,7 @@ * Provider short name: `cryptonext` * Company name: Cryptonext Security -* Company website: [https://www.cryptonext-security.com/] +* Company website: https://www.cryptonext-security.com/ * Implementation: Proprietary @@ -46,23 +46,23 @@ * Provider short name: `botentrustan` * Company name: Entrust -* Company website: [https://www.entrust.com/] +* 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/] +* 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] +* Implementation link: https://github.com/wolfSSL # PQShield * Provider short name: `kris` * Company name: PQShield -* Company website: [https://pqshield.com/] +* Company website: https://pqshield.com/ * Implementation: Proprietary @@ -70,24 +70,24 @@ * Provider short name: `openca` * Company name: Open CA Research Labs -* Company website: [https://www.openca.org/] +* Company website: https://www.openca.org/ * Implementation: Open sourceOpenCA / LibPKI. Internally uses OpenQuantumSafe? -* Implementation link: [https://github.com/openca] +* Implementation link: https://github.com/openca # Open Quantum Safe * Provider short name: `oqs` * Company name: Open Quantum Safe -* Company website: [https://openquantumsafe.org/] +* Company website: https://openquantumsafe.org/ * Implementation: Open source -* Implementation link: [https://github.com/open-quantum-safe/] +* 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/] +* Company website: https://www.gnutls.org/ * Implementation: GNU TLS using OpenQuantumSafe. -* Implementation link: [https://github.com/gnutls/gnutls] \ No newline at end of file +* Implementation link: https://github.com/gnutls/gnutls \ No newline at end of file