Skip to content

v1.1.3 - 20240409

Latest
Compare
Choose a tag to compare
@acavella acavella released this 09 Apr 18:48
8a2f32e

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

  • #32 - Fixed bug that caused GoRevoke to perform hash comparison on files even when download from CA source failed.

Full Changelog: v1.1.2...v1.1.3