CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/02/10 17:11:51
Modified files:
security/py-cryptography: Makefile
Added files:
security/py-cryptography/patches:
patch-src__cffi_src_openssl_x509_vfy_py
Log message:
shuffle py-cryptography's checks following addition of X509_VERIFY_PARAM_*
functions
to libcrypto; the ifdef version number checks they're doing can't handle the
case
when the functions actually exist.
this could be simplified by moving us to CRYPTOGRAPHY_OPENSSL_102_OR_GREATER if
we
get suite b error codes / flags later.