-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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] |