Skip to content

v0.0.56: Import PEM Account Key Command, OCSP Must-Staple Fixes

Compare
Choose a tag to compare
@hlandau hlandau released this 05 Aug 02:58
· 143 commits to master since this release
v0.0.56
Adds an `import-pem-account` command which can import an account key stored in
PEM format. This complements the existing `import-jwk-account` command which
can import an account key stored in JWK format.

Fixes a bug whereby OCSP must-staple requests in CSRs would not be generated
correctly.

Expose raw response in OCSP API.

Fixes to makefile for freebsd. GNU make must still be used.

Release engineering fixes.