- feat(ec): added EC keys and certs supports.
- config(deps): updated development deps.
- config(deps): replaced exception with "@litert/exception".
- Fixed the X509 extension decoding.
- Fixed the dependencies.
- Added: method
validate
for classCertificateManager
. - Added: RSA key decoders.
- Now the x509 decoder could decode the content of RSA public key.
- Added: method
findExpiringCertificates
for classCertificateManager
. - Added: method
clear
for classCertificateManager
. - Fixed: method
use
of classCertificateManager
can not update certificate.