Commit 23be719
authored
fix: Callback signer (#125)
* fix: create signer tests
* fix: Test repro
* fix: Clean up
* fix: Plenty of debug logs
* fix: Remove debug logs
* fix: Clean up
* fix: FOrmat
* fix: Clean up
* fix: Change return
* fix: Change sign_file signature again
* fix: Improve pointer handling and refactor
* fix: Refactor
* fix: Refactor
* fix: Refactor
* fix: Refactor 3
* fix: Refactor once more
* fix: Refactor once more with overload
* fix: Refactor once more with overload
* fix: Format
* fix: Change logic
* fix: Deprecation
* fix: Logic
* fix: Test stdout output
* fix: One last format
* fix: Refactor
* fix: Refactor 2
* fix: Refactor
* fix: Better API
* fix: Verify error gets raised
* fix: Verify error gets raised 2
* fix: Add context manager test for callback signer
* fix: Verify used alg in tests
* fix: More tests
* fix: Verify signer can be used multiple times
* fix: Be more friendly with input
* fix: Throw in stream optimization
* fix: Faster memory tricks
* fix: Memory handling change
* fix: Docs
* fix: Docs
* fix: Refactor
* fix: Import changes, error handling made consistent, formatting (#126)
* fix: No error emssage dict recreation, all strings are static, so...
* fix: Imports
* fix: autopep8 formatting opinions
* fix: Errors become consistent
* fix: Stream closing error handling
* fix: Stream error handling update
* fix: Format
* fix: Format 2
* fix: Return sign values
* fix: Return sign values
* fix: Change API build.sign* to return manifest bytes
* fix: Version number bump1 parent b13fdd0 commit 23be719
File tree
4 files changed
+780
-214
lines changed- src/c2pa
- tests
4 files changed
+780
-214
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments