mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Signature: remove todo about M2Crypto
This commit is contained in:
@@ -32,8 +32,6 @@ class Signature(util.JSONDeSerializable, util.ImmutableMap):
|
|||||||
def from_msg(cls, msg, key, nonce=None):
|
def from_msg(cls, msg, key, nonce=None):
|
||||||
"""Create signature with nonce prepended to the message.
|
"""Create signature with nonce prepended to the message.
|
||||||
|
|
||||||
.. todo:: Change this over to M2Crypto... PKey
|
|
||||||
|
|
||||||
.. todo:: Protect against crypto unicode errors... is this sufficient?
|
.. todo:: Protect against crypto unicode errors... is this sufficient?
|
||||||
Do I need to escape?
|
Do I need to escape?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user