go_sysutils/cryptparse/TODO
brent saner db20c70d86
v1.4.0
ADDED:
* cryptparse, which makes managing certs/keys MUCH much easier (and
  better) than the stdlib utilities.
2024-06-21 17:18:19 -04:00

4 lines
178 B
Plaintext

- 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.