Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

54 lines (36 loc) · 1.88 KB

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.

v1.0.0-beta.4 - 2024-05-09

Added

  • build: add installers config (cpack) and fix windows builds
  • docs: add Windows build instructions
  • feat: use std::filesystem::path for storage path building

Changed

  • fix: add binary-mode switch for DataSource_Stream imports
  • fix: use std::filesystem for get_storage_path() (windows fix)

v1.0.0-beta.3 - 2024-05-08

Added

  • build: add cmake files for cross-platform builds
  • docs: update building instructions

Changed

  • docs: fix changelog, add reference documentation to readme
  • fix: missing includes filesystem and algorithm
  • build: removed manual Makefile targets, use cmake instead
  • build: use statically linked botan and libstdc++ (temporary)

v1.0.0-beta - 2024-05-03

Added

  • Support for ECDSA private- and public keys using PEM encoding.
  • Support for PKCS (RSA) private- and public keys using PEM encoding.
  • Support for Unix-style command line options with flags and value options.
  • Identities abstraction layer (template class) compatible with botan/pk_keys.h.
  • Cross-platform terminal (buffered) input management compatible with pipes.
  • Cross-platform storage path with Unix' home folders and Windows' APPDATA.
  • Support for multiple files inputs, including a mix of .sig and documents.
  • Create and verify digital signatures with ECDSA using files and/or stdin.
  • Create and verify digital signatures with PKCS using files and/or stdin.

All Versions