Skip to content

v1.1.1 - 20240122

Compare
Choose a tag to compare
@acavella acavella released this 22 Jan 23:57
· 10 commits to master since this release
bce9759

GoRevoke is a standalone Certificate Revocation List Distrution Point written in Go, designed to be lightweight and fully self-contained. Using a simple configuration, GoRevoke automates downloading and serving of remote CRLs. GoRevoke is based on, revoke, a shell based script providing similar function.

Key Features

  • Cross-platform compatiblity; tested on Linux and Windows
  • Native and containerized deployment options
  • Retrieve remote CRL data via HTTP or HTTPS
  • Validation and confirmation of CRL data
  • Built-in webserver alleviates the need for additional servers
  • Ability to retrieve and serve an unlimited number of CRL sources
  • Support for full and delta CRLs

Changes

  • #19 - [bug] removed unncecessary carriage return from logger
  • #20 - [bug] removed Issuer.Serial from logger and replaced with caid

Full Changelog: v1.1.0...v1.1.1