Skip to content

Commit 436ee80

Browse files
committed
pkcs12: reunite with the workspace
1 parent 00a08aa commit 436ee80

File tree

5 files changed

+36
-610
lines changed

5 files changed

+36
-610
lines changed

Cargo.lock

+27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ members = [
1515
"pkcs1",
1616
"pkcs5",
1717
"pkcs8",
18-
#"pkcs12",
18+
"pkcs12",
1919
"sec1",
2020
"serdect",
2121
"spki",
@@ -29,7 +29,6 @@ members = [
2929
]
3030
exclude = [
3131
"base64ct",
32-
"pkcs12",
3332
"x509-tsp",
3433
"x509-ocsp"
3534
]
@@ -54,7 +53,7 @@ pem-rfc7468 = { path = "./pem-rfc7468" }
5453
pkcs1 = { path = "./pkcs1" }
5554
pkcs5 = { path = "./pkcs5" }
5655
pkcs8 = { path = "./pkcs8" }
57-
#pkcs12 = { path = "./pkcs12" }
56+
pkcs12 = { path = "./pkcs12" }
5857
sec1 = { path = "./sec1" }
5958
serdect = { path = "./serdect" }
6059
spki = { path = "./spki" }

0 commit comments

Comments
 (0)