From a4b74c70dbdac7f9f19f417ef9f216b1f886789e Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 21 Feb 2021 22:51:08 +0000 Subject: [PATCH] Note --- httpsig.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/httpsig.py b/httpsig.py index 2b0c9eb1b..f61d0c7d2 100644 --- a/httpsig.py +++ b/httpsig.py @@ -8,6 +8,9 @@ __email__ = "bob@freedombone.net" __status__ = "Production" # see https://tools.ietf.org/html/draft-cavage-http-signatures-06 +# +# This might change in future +# see https://tools.ietf.org/html/draft-ietf-httpbis-message-signatures-01 from cryptography.hazmat.backends import default_backend from cryptography.hazmat.primitives.serialization import load_pem_private_key