shellpki/CHANGELOG.md

32 lines
763 B
Markdown
Raw Normal View History

2020-05-04 17:41:21 +02:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [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)
2020-05-04 17:41:21 +02:00
### Changed
* Rename internal function usage() to show_usage()
2020-05-04 18:16:07 +02:00
* More readable variable names
* verify_ca_password() looks for a previously set password and verifies it
2020-05-04 23:12:48 +02:00
* Extract function cert_end_date()
2020-05-04 17:41:21 +02:00
### Deprecated
### Removed
### Fixed
2020-05-04 17:42:01 +02:00
* Check on $USER was always true
2020-05-04 17:41:21 +02:00
### Security