-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Closed
Labels
branch: 1.1.1Merge to OpenSSL_1_1_1-stable branchMerge to OpenSSL_1_1_1-stable branchbranch: masterMerge to master branchMerge to master branchtriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug
Description
Currently there is no API to clear various members of a X509_VERIFY_PARAM e.g. an IP set with X509_VERIFY_PARAM_set1_ip
In my particular case, I have a SSL_CTX* that has an ip set, however I want to un-set it in a single one of the derived SSL* objects
Potential solutions:
- A flag (modifiable via
X509_VERIFY_PARAM_set_flags) that allows to opt-out of a field X509_VERIFY_PARAM_set1_ip(param, NULL, 0)should clear the value
Metadata
Metadata
Assignees
Labels
branch: 1.1.1Merge to OpenSSL_1_1_1-stable branchMerge to OpenSSL_1_1_1-stable branchbranch: masterMerge to master branchMerge to master branchtriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug