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.
- build: add installers config (cpack) and fix windows builds
- docs: add Windows build instructions
- feat: use std::filesystem::path for storage path building
- fix: add binary-mode switch for DataSource_Stream imports
- fix: use std::filesystem for get_storage_path() (windows fix)
- build: add cmake files for cross-platform builds
- docs: update building instructions
- 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)
- 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.
- v1.0.0-beta: https://github.com/evias/dotsig/releases/tag/v1.0.0-beta
- v1.0.0-beta.3: https://github.com/evias/dotsig/releases/tag/v1.0.0-beta.3
- v1.0.0-beta.4: https://github.com/evias/dotsig/releases/tag/v1.0.0-beta.4