-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support for OCSP_request_verify (#1778)
`OCSP_request_verify` is the last OCSP API needed for Ruby. OCSP request signatures are optional according to the OCSP RFC, so this is less used than `OCSP_basic_verify`. Much of the logic & flags are reused across each other however. A significant portion of the logic was also reworked without changing the behavior. Documentation was also rewritten slightly so that it could be applied to both OCSP verification APIs. We don't support `OCSP_NOSIGS` for `OCSP_basic_verify` either, so I've left that out of here for the time being. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
- Loading branch information
1 parent
90dd0b7
commit 97a04f5
Showing
11 changed files
with
1,438 additions
and
1,169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.