-
Notifications
You must be signed in to change notification settings - Fork 916
tls ocsp: support lazy cert loading with ocsp stapling #9144
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
Conversation
93e9ce1 to
a3a2ba8
Compare
|
I like the changes. |
3f513f7 to
581e50e
Compare
|
🛟 Devin Lifeguard found 1 likely issues in this PR
@julek-wolfssl |
581e50e to
90efade
Compare
|
Devin is wrong. |
90efade to
2e1b479
Compare
f42333b to
15bb03a
Compare
julek-wolfssl
left a comment
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.
TODO
- Add docs once we settle on the new API
a82fde9 to
8b039b0
Compare
|
Jenkins retest this please: "AgentOfflineException" |
bb5b53d to
6cc35f8
Compare
|
Retest this please RequestAbortedException AgentOfflineException |
6cc35f8 to
1d11cfa
Compare
|
Espressif failure not relevant and Jenkins keeps crashing. |
|
Jenkins retest this please. Fips test was aborted. |
dgarske
left a comment
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.
Looks good otherwise! Thank you
|
@julek-wolfssl Please rebase and squash too with your next push. Thank you |
1d11cfa to
fb51e04
Compare
Exposes dynamic TLS certificate loading and OCSP stapling to allow applications to load certs lazily. The server no longer needs to load the CA to staple OCSP responses. Adds a certificate setup callback (WOLFSSL_CERT_SETUP_CB) Adds an OCSP status callback to load OCSP responses directly Adds `wc_NewOCSP`, `wc_FreeOCSP`, and `wc_CheckCertOcspResponse` Don't call verify twice on the same error Send correct alert on status response error
fb51e04 to
f9063c4
Compare
|
Retest this please RequestAbortedException AgentOfflineException |
wc_InitOCSP,wc_FreeOCSP, andwc_CheckCertOcspResponseas wrapper functions around existing OCSP functionalityCo-Authored-By: Marco Oliverio [email protected]