From 13d64e093894aca90062feac6db264e17e654e4d Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Sun, 19 Oct 2014 16:05:37 -0700 Subject: remove nids not universally available in all our versions will re-add later with additional boilerplate --- cryptography/hazmat/bindings/openssl/nid.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/cryptography/hazmat/bindings/openssl/nid.py b/cryptography/hazmat/bindings/openssl/nid.py index 8938ada2..b2e61492 100644 --- a/cryptography/hazmat/bindings/openssl/nid.py +++ b/cryptography/hazmat/bindings/openssl/nid.py @@ -200,7 +200,6 @@ static const int NID_name_constraints; static const int NID_crl_distribution_points; static const int NID_certificate_policies; static const int NID_inhibit_any_policy; -static const int NID_id_pkix_OCSP_noCheck; static const int NID_private_key_usage_period; static const int NID_crl_number; @@ -211,7 +210,6 @@ static const int NID_any_policy; static const int NID_policy_mappings; static const int NID_target_information; static const int NID_no_rev_avail; -static const int NID_anyExtendedKeyUsage; """ FUNCTIONS = """ @@ -231,14 +229,6 @@ static const int NID_ecdsa_with_SHA256 = 0; static const int NID_ecdsa_with_SHA384 = 0; static const int NID_ecdsa_with_SHA512 = 0; #endif - -#ifndef NID_id_pkix_OCSP_noCheck -static const long NID_id_pkix_OCSP_noCheck = 369; -#endif - -#ifndef NID_anyExtendedKeyUsage -static const long NID_anyExtendedKeyUsage = 910; -#endif """ CONDITIONAL_NAMES = { -- cgit v1.2.3