Skip to content

v1.3.0

Latest

Choose a tag to compare

@timokoessler timokoessler released this 02 Aug 10:27
· 6 commits to main since this release
a136937

Added

  • Allow passing a custom certificate for the OCSP response verification - Thanks @ArekDobosz
  • Export the parseOCSPResponse and convertToPkijsCert functions for advanced use cases - Thanks @Gldywn
  • All functions now accept raw certificates as ArrayBuffer

Changed

  • Better error messages on HTTP request failures
  • The unit tests are now using a selfhosted OCSP responder
  • Use a new linter and formatter
  • Update dependencies
  • Update issue templates