ADDED:
* cryptparse, which makes managing certs/keys MUCH much easier (and
  better) than the stdlib utilities.
This commit is contained in:
brent saner
2024-06-21 17:18:19 -04:00
parent c0c924b75a
commit db20c70d86
9 changed files with 1333 additions and 13 deletions

3
cryptparse/TODO Normal file
View File

@@ -0,0 +1,3 @@
- PKCS#12/PFX parsing/support
- Move to struct tags and reflection, so it can not only be easier to maintain in the future but also be implemented in custom structs downstream.