Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 607944
Collapse All | Expand All

(-)cryptography-1.8.1.orig/src/_cffi_src/openssl/x509_vfy.py (+3 lines)
Lines 221-230 Link Here
221
static const long X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM = 0;
221
static const long X509_V_ERR_SUITE_B_INVALID_SIGNATURE_ALGORITHM = 0;
222
static const long X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED = 0;
222
static const long X509_V_ERR_SUITE_B_LOS_NOT_ALLOWED = 0;
223
static const long X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 = 0;
223
static const long X509_V_ERR_SUITE_B_CANNOT_SIGN_P_384_WITH_P_256 = 0;
224
#if !CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER || \
225
    (defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x2050100fL)
224
static const long X509_V_ERR_HOSTNAME_MISMATCH = 0;
226
static const long X509_V_ERR_HOSTNAME_MISMATCH = 0;
225
static const long X509_V_ERR_EMAIL_MISMATCH = 0;
227
static const long X509_V_ERR_EMAIL_MISMATCH = 0;
226
static const long X509_V_ERR_IP_ADDRESS_MISMATCH = 0;
228
static const long X509_V_ERR_IP_ADDRESS_MISMATCH = 0;
227
#endif
229
#endif
230
#endif
228
231
229
/* OpenSSL 1.0.2beta2+ verification parameters */
232
/* OpenSSL 1.0.2beta2+ verification parameters */
230
#if CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER && \
233
#if CRYPTOGRAPHY_OPENSSL_102BETA2_OR_GREATER && \

Return to bug 607944