Closed voltone closed 6 years ago
Right now there are generic functions in X509, and specialized variants in PublicKey and PrivateKey. Consider adding to_pem/from_pem and to_der/to_der to all modules, with a consistent API.
to_pem
from_pem
to_der
First stage implemented in #7. Next version will update the behaviour of existing functions, as described in the v0.3.0 release notes
In master, will be part of v0.4.0
Right now there are generic functions in X509, and specialized variants in PublicKey and PrivateKey. Consider adding
to_pem
/from_pem
andto_der
/to_der
to all modules, with a consistent API.