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
// Validator is an interface that provides revocation checking with// contexttypeValidatorinterface {
// ValidateContext checks the revocation status given caller provided options// and returns an array of CertRevocationResults that contain the results// and any errors that are encountered during the processValidateContext(ctx context.Context, validateContextOptsValidateContextOptions) ([]*result.CertRevocationResult, error)
}
The OCSP package should use the ctx when sending the request to write the logs.
What is not working as expected?
We have refactored the revocation interface to be
The OCSP package should use the
ctx
when sending the request to write the logs.What did you expect to happen?
No
How can we reproduce it?
No
Describe your environment
Source code
What is the version of your notation-core-go Library?
v1.1.0-rc.1
The text was updated successfully, but these errors were encountered: