You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* verifier: Fix TSA cert chain construction
Using add_root_certificate() multiple times looks like a bug: it usually
works but in the case of timestamps with no embedded certs verification
seems to fails with
Certificates neither found in the answer or in the Verification Options
Signed-off-by: Jussi Kukkonen <[email protected]>
* verify: avoid modifying the cert list
We don't need to modify the list so let's avoid it to make it easier to
review.
Signed-off-by: Jussi Kukkonen <[email protected]>
* tests: Add regression test for timestamp without certs
Signed-off-by: Jussi Kukkonen <[email protected]>
---------
Signed-off-by: Jussi Kukkonen <[email protected]>
0 commit comments