ChangeLog
=========
# 0.1.3
- Set no-new-privileges (NNP) bit on Linux, and Android.
- Confine using _landlock_(7) on Linux and Android.
- Confine using _pledge_(2) and _unveil_(2) on OpenBSD.
- Confine using _capsicum_(4) on FreeBSD.
- Set resource limits for confinement on UNIX.
- Port to WASM.
# 0.1.2
- Extract library code into
[`libsignify-rs`](https://crates.io/crates/libsignify-rs) crate.
# 0.1.1
- Write unit tests, property based tests, and
[AFL++](https://aflplus.plus/) fuzz tests to ensure code correctness.
- Compile _keyrings_(7) support by default on Linux and Android, and
remove the `keyring` feature.
- Port OpenBSD regression tests and fix issues related to CLI option
parsing spotted by them.
- Use a 1KB buffer rather than 4KB for password input which is
consistent with OpenBSD.
# 0.1.0
- Initial public release.