From 59d2f1ad2848f9364310c7469fe98ef4d0d6e980 Mon Sep 17 00:00:00 2001 From: zhangyanxian Date: Tue, 20 Sep 2016 07:46:31 +0000 Subject: [PATCH] Fix some typos in simple_crypto.py TrivialFix Change-Id: Iff082daa301c524993c6d7a21271adbc0729156c --- barbican/plugin/crypto/simple_crypto.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/barbican/plugin/crypto/simple_crypto.py b/barbican/plugin/crypto/simple_crypto.py index 4377b1fb0..3e0023690 100644 --- a/barbican/plugin/crypto/simple_crypto.py +++ b/barbican/plugin/crypto/simple_crypto.py @@ -120,11 +120,11 @@ class SimpleCryptoPlugin(c.CryptoPluginBase): - DSA, with passphrase (not supported) Note: PyCrypto is not capable of serializing DSA - keys and DER formated keys. Such keys will be + keys and DER formatted keys. Such keys will be serialized to Base64 PEM to store in DB. TODO (atiwari/reaperhulk): PyCrypto is not capable to serialize - DSA keys and DER formated keys, later we need to pick better + DSA keys and DER formatted keys, later we need to pick better crypto lib. """ if(generate_dto.algorithm is None or generate_dto