Commit e448a0c
authored
Add X509_V_FLAG_EXTENDED_CRL_SUPPORT binding (#15473)
Expose the OpenSSL verification-parameter flag
X509_V_FLAG_EXTENDED_CRL_SUPPORT in the _cffi_src OpenSSL bindings,
alongside the existing X509_V_FLAG_CRL_CHECK{,_ALL} constants.
This flag enables OpenSSL's extended CRL features during path
validation.
The flag has existed in OpenSSL since the 0.9.9/1.0.0 development cycle
(openssl/openssl@9d84d4e, 2008), so excluding the version guard.1 parent f45cda9 commit e448a0c
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
0 commit comments