Skip to content

Releases: lkirkwood/certreplace

v0.1.3

21 Jun 08:08
Compare
Choose a tag to compare

Security Patch

Bumped openssl crate version to patch vulnerabilities.

v0.1.2

10 Dec 22:23
Compare
Choose a tag to compare

Performance improvements

v0.1.1

30 Nov 02:58
Compare
Choose a tag to compare

Documentation Update

Changes:

  • Added docstrings to methods, structs and constants that were missing them.
  • Improved help messages.
  • Updated readme with examples.
  • Added package metadata for crates.io

v0.1.0

28 Nov 14:51
Compare
Choose a tag to compare

Initial Release

Features:

  • Finding certificates matching a given common name, and private keys matching those certs.
  • Parse a common name from the provided replacement certificate, and use that to find certs.
  • Replace matching certificates with the provided replacement, without affecting other data in the file.
  • Replace the private keys associated with replaced certificates in the same way as above, if a replacement is provided.
  • Backup the old files to avoid any data loss.