From 3a011c9f29b429717002c001bfb0bb2e2ef559d6 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Sun, 8 Jan 2017 14:18:36 -0500 Subject: [PATCH] Updating with more recent algorithms --- Frequently-Asked-Questions.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions.md b/Frequently-Asked-Questions.md index aa40af8..84c68c3 100644 --- a/Frequently-Asked-Questions.md +++ b/Frequently-Asked-Questions.md @@ -4,7 +4,7 @@ The KMIP specification supports a wide variety of symmetric and asymmetric key a #### Symmetric Key Algorithms * [DES](https://en.wikipedia.org/wiki/Data_Encryption_Standard) -* [3DES](https://en.wikipedia.org/wiki/Triple_DES) (*) +* [TRIPLE_DES](https://en.wikipedia.org/wiki/Triple_DES) (*) * [AES](https://en.wikipedia.org/wiki/Advanced_Encryption_Standard) (*) * [BLOWFISH](https://en.wikipedia.org/wiki/Blowfish_%28cipher%29) (*) * [CAMELLIA](https://en.wikipedia.org/wiki/Camellia_%28cipher%29) (*) @@ -24,5 +24,7 @@ The KMIP specification supports a wide variety of symmetric and asymmetric key a * [DH](https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange) * [ECDH](https://en.wikipedia.org/wiki/Elliptic_curve_Diffie%E2%80%93Hellman) * [ECMQV](https://en.wikipedia.org/wiki/MQV) +* [EC](https://en.wikipedia.org/wiki/Elliptic_curve_cryptography) (KMIP 1.2+ only) +* [ONE_TIME_PAD](https://en.wikipedia.org/wiki/One-time_pad) (KMIP 1.3+ only) (*) - supported by the PyKMIP server \ No newline at end of file