mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 09:49:44 +02:00
Improve CHANGELOG again
This commit is contained in:
parent
07d0aa6941
commit
191ec8c07d
1 changed files with 14 additions and 11 deletions
25
CHANGELOG.md
25
CHANGELOG.md
|
@ -7,17 +7,20 @@ SPDX-License-Identifier: Apache-2.0
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 14.0.0-SNAPSHOT
|
## 14.0.0-SNAPSHOT
|
||||||
- Implement changes from SOP spec `11`, `12`, `13`, `14`
|
- Update implementation to [SOP Specification revision 14](https://www.ietf.org/archive/id/draft-dkg-openpgp-stateless-cli-14.html),
|
||||||
- Implement `update-key` command
|
including changes from revisions `11`, `12`, `13`, `14`.
|
||||||
- Implement `merge-certs` command
|
- Implement newly introduced operations
|
||||||
- Implement `certify-userid` command
|
- `update-key` 'fixes' everything wrong with a key
|
||||||
- Implement `validate-userid` command
|
- `merge-certs` merges a certificate with other copies
|
||||||
- Add `UnspecificFailure` exception
|
- `certify-userid` create signatures over user-ids on certificates
|
||||||
- Add `KeyCannotCertify` exception
|
- `validate-userid` validate signatures over user-ids
|
||||||
- Add `NoHardwareKeyFound` exception
|
- Add new exceptions
|
||||||
- Add `HardwareKeyFailure` exception
|
- `UnspecificFailure` maps generic application errors
|
||||||
- Add `PrimaryKeyBad` exception
|
- `KeyCannotCertify` signals that a key cannot be used for third-party certifications
|
||||||
- Add `CertUserIdNoMatch` exception
|
- `NoHardwareKeyFound` signals that a key backed by a hardware device cannot be found
|
||||||
|
- `HardwareKeyFailure` signals a hardware device failure
|
||||||
|
- `PrimaryKeyBad` signals an unusable or bad primary key
|
||||||
|
- `CertUserIdNoMatch` signals that a user-id cannot be found/validated on a certificate
|
||||||
- `Verification`: Add support for JSON description extensions
|
- `Verification`: Add support for JSON description extensions
|
||||||
- Remove `animalsniffer` from build dependencies
|
- Remove `animalsniffer` from build dependencies
|
||||||
- Bump `logback` to `1.5.13`
|
- Bump `logback` to `1.5.13`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue