Improve self-signed certificates (#207)

Adds support for:
- A hierarchical SubjectName field.
- Certificate extensions.
This commit is contained in:
str4d
2021-01-12 04:49:15 +13:00
committed by GitHub
parent 90bc878b21
commit 24b035008c
4 changed files with 27 additions and 10 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ sha-1 = "0.9"
sha2 = "0.9"
subtle = "2"
subtle-encoding = "0.5"
x509 = "0.1.2"
x509 = "0.2"
x509-parser = "0.9"
zeroize = "1"