forked from open62541/open62541
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(plugin): Manual OpenSSL certificate verification steps
The previous certificate verification relied on many OpenSSL internals and a forest of feature-flags. The new code is about the same size and makes the certificate verification steps explicit. The only downside is that we no longer auto-retrieve revocation lists if a distribution point is defined in a CA certificate. But revocation is handled by a GDS in OPC UA. And we don't want our certificate verification to do synchronous HTTP calls in the background.
- Loading branch information
Showing
1 changed file
with
195 additions
and
174 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