shellpki/CHANGELOG.md

808 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Create a changelog
  • Add a version number and version command
  • Accept a password-file command line option to read password from a file
  • CA key length is configurable (minimum 4096)

Changed

  • Rename internal function usage() to show_usage()
  • More readable variable names
  • verify_ca_password() looks for a previously set password and verifies it
  • Extract cert_end_date() function
  • Extract is_user() and is_group() functions

Deprecated

Removed

Fixed

  • Check on $USER was always true

Security