-
Notifications
You must be signed in to change notification settings - Fork 77
Start basic SCT support #423
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
842a112 to
e918319
Compare
| #[allow(dead_code)] // pending sct verification | ||
| extensions: untrusted::Input<'a>, | ||
| #[allow(dead_code)] // pending sct verification | ||
| signature_algorithm: u16, | ||
| #[allow(dead_code)] // pending sct verification | ||
| signature: untrusted::Input<'a>, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What kind of verification needs to happen? Thoughts on a testing strategy?
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #423 +/- ##
==========================================
- Coverage 97.05% 95.26% -1.80%
==========================================
Files 20 21 +1
Lines 4247 4331 +84
==========================================
+ Hits 4122 4126 +4
- Misses 125 205 +80 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
This (or precisely the hash of it) is used as an identifier to scope the serial number of a given end-entity cert.
No description provided.