updating cryptography API call, to create right signing algorithm object.

This commit is contained in:
Hossein Shafagh 2019-02-26 16:36:59 -08:00 committed by Jose Plana
parent 09796cf7c9
commit 2ff811ae71
1 changed files with 0 additions and 2 deletions

View File

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