add private extension support for Cert CRL and CSR
- Changes from 9.1.1 to 9.1.2 (2020-Aug-27)
- undefined extension regarded as private extesion
in extension parser X509.getExtParam.
Thus certificate, CRL and CSR parser will
not raise error when undefined extension
is parsed. - src/x509.js
- unknown extension is parsed as
private extension.
- unknown extension is parsed as
- test/qunit-do-{x509-param}.html
- add test case to follow above update
- undefined extension regarded as private extesion