-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR drops the Cert-D integration through Store object. I has been problematic for several small reasons: it's not possible to lookup by subkey fingerprints (the test was broken due to the primary key being `CS`). Instead of that ask the client to supply a get_certs callback function and let them plug their own lookup mechanisms (either through local storage, keyservers, or any other means). Signed-off-by: Wiktor Kwapisiewicz <[email protected]>
- Loading branch information
Showing
7 changed files
with
21 additions
and
155 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
# Next version changes | ||
## This file contains changes that will be included in the next version that is released | ||
v0.1.22 | ||
v0.1.23 | ||
|
||
New: | ||
- `verify` - rudimentary support for verifying and extracting signed data. | ||
|
||
Changed: | ||
- `verify` now accepts a callback for supplying signing certificates ([#20]) | ||
|
||
Removed: | ||
- `Store` and the Cert-D has been removed ([#20]) due to confusing semantics | ||
|
||
[#20]: https://github.com/wiktor-k/pysequoia/pull/20 | ||
### git tag --edit -s -F NEXT.md v... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters