Releases: timokoessler/easy-ocsp
Releases · timokoessler/easy-ocsp
v1.2.0
Breaking changes ❗
- The function
getCertURLs
is no longer async (was async with no need)
Added
- Export
downloadIssuerCert
function for usage outside of the module - Thanks @xuzuxing
Changed
- Use biome for linting and formatting instead of eslint and prettier
- Improve code quality and test coverage
- Update dependencies and GitHub Actions
v1.1.0 - Raw OCSP response
Added
- Add
getRawOCSPResponse
function to get only the bytes of the OCSP response - New option
rawResponse
to get the raw OCSP response additionally to the parsed response
Changed
- Update dependencies
v1.0.1 - Fix CommonJS import
Changed
- Fix CommonJS import
- Update dependencies
v1.0.0 - Stable release 🚀
Added
- Automatically convert url to domain in
getCertStatusByDomain
- Add examples
Changed
- Throw error if the certificate is already expired
- Update dependencies
v0.3.0 - Revocation reason
Added
- Return the revocation reason when the certificate is revoked, if available
- Check licenses of dependencies
Changed
- Add VSCode recommended extensions
- Fix failing tests because of expired certificate
- Update dependencies
v0.2.0 - Bug fix release
Added
- Publish package via GitHub Actions
Changed
- Fixed downloading issuer cert when the data is pem encoded