Skip to content

Commit

Permalink
remove CB_ISSUER_CHECK (#982)
Browse files Browse the repository at this point in the history
Deprecated under OpenSSL 1.1

Signed-off-by: Rosen Penev <rosenp@gmail.com>
  • Loading branch information
neheb authored Feb 21, 2021
1 parent 901b3d3 commit d290855
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion doc/api/crypto.rst
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ X509StoreFlags constants
.. data:: INHIBIT_MAP
.. data:: NOTIFY_POLICY
.. data:: CHECK_SS_SIGNATURE
.. data:: CB_ISSUER_CHECK

.. _openssl-x509storeflags:

Expand Down
1 change: 0 additions & 1 deletion src/OpenSSL/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,6 @@ class X509StoreFlags(object):
INHIBIT_MAP = _lib.X509_V_FLAG_INHIBIT_MAP
NOTIFY_POLICY = _lib.X509_V_FLAG_NOTIFY_POLICY
CHECK_SS_SIGNATURE = _lib.X509_V_FLAG_CHECK_SS_SIGNATURE
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK


class X509Store(object):
Expand Down

0 comments on commit d290855

Please sign in to comment.