From f81e936a499847245555e40e5fb3c2844a325299 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Sun, 15 Feb 2015 11:31:40 +0000 Subject: [PATCH] Signature: remove todo about M2Crypto --- letsencrypt/acme/other.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/letsencrypt/acme/other.py b/letsencrypt/acme/other.py index 3f866b91b..0ddd8e8eb 100644 --- a/letsencrypt/acme/other.py +++ b/letsencrypt/acme/other.py @@ -32,8 +32,6 @@ class Signature(util.JSONDeSerializable, util.ImmutableMap): def from_msg(cls, msg, key, nonce=None): """Create signature with nonce prepended to the message. - .. todo:: Change this over to M2Crypto... PKey - .. todo:: Protect against crypto unicode errors... is this sufficient? Do I need to escape?