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.