Fix PKCS#1 v1.5 signature generation

This commit is contained in:
Jack Grigg
2019-12-15 16:38:51 +00:00
parent 620f2bcc74
commit 1a95a5f921
3 changed files with 33 additions and 5 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ sha-1 = "0.8"
sha2 = "0.8"
subtle = "2"
subtle-encoding = "0.5"
x509 = "0.1"
x509 = "0.1.1"
x509-parser = "0.6"
zeroize = "1"