Updating with more recent algorithms

Peter Hamilton 2017-01-08 14:18:36 -05:00
parent b21524f150
commit 3a011c9f29

@ -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