Merge "Fix some typos in simple_crypto.py"

This commit is contained in:
Jenkins 2016-10-14 20:28:38 +00:00 committed by Gerrit Code Review
commit df0cb76466
1 changed files with 2 additions and 2 deletions

View File

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