Skip to content

Releases: msimerson/ocsp

1.2.0

07 Apr 22:51
37f994e

Choose a tag to compare

  • dep(simple-lru-cache): replaced with native Map

1.1.1

07 Apr 22:32
7bd958b

Choose a tag to compare

  • doc(README): updated with modern syntax
  • feat: added index.d.ts

1.1.0

07 Apr 21:56

Choose a tag to compare

Modernization, Function Testing, and Dependency Thinning

  • node >= 20
  • getResponses is now async
  • chore: fully qualify node modules (eg. http -> node:http)
  • style(es6/7): replace forEach with for...of
    • function -> () (arrow functions)
    • || -> ?? (nullish coalescing)
  • fix: skip OCSP validation when cert has no OCSP URL (e.g. LE certs)
  • added caCert option to ocsp.Server.create() (separate CA from server cert)
  • ci: replace Travis with GitHub Actions
  • dep(async): refactored away with Promise.all
  • deps: refactored test setup to remove all dev dependencies
  • deps: bump dependency versions
  • test: replace mocha with node:test
  • test fixes due to tests running concurrently