92c1a2bd0a
* New PKI API to generate and sign a CRL based on input data - Add a new PKI API that allows an end-user to feed in all the information required to generate and sign a CRL by a given issuer. - This is pretty powerful API allowing an escape hatch for 3rd parties to craft customized CRLs with extensions based on their individual needs * Add api-docs and error if reserved extension is provided as input * Fix copy/paste error in Object Identifier constants * Return nil on errors instead of partially filled slices * Add cl
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
```release-note:improvement
|
|
secrets/pki: Added a new API that allows external actors to craft a CRL through JSON parameters
|
|
```
|