From 2ff811ae711c58a0f67dc873dbdc504995e19007 Mon Sep 17 00:00:00 2001 From: Hossein Shafagh Date: Tue, 26 Feb 2019 16:36:59 -0800 Subject: [PATCH] updating cryptography API call, to create right signing algorithm object. --- lemur/common/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lemur/common/utils.py b/lemur/common/utils.py index 44c5142b..62c3182b 100644 --- a/lemur/common/utils.py +++ b/lemur/common/utils.py @@ -199,8 +199,6 @@ def is_selfsigned(cert): return True except InvalidSignature: return False - except UnsupportedAlgorithm as e: - raise Exception(e) def is_weekend(date):