aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos D. Garza <carlos.garza@rackspace.com>2014-07-18 15:28:26 -0500
committerCarlos D. Garza <carlos.garza@rackspace.com>2014-07-18 15:28:26 -0500
commit30f15c2416b9f92188004b2e128a3e76d59c89d4 (patch)
tree55d903dc7e7ce551938cd08703e2c1630344b809
parent06de17fe795015ce9b96a7e2d918c0b8907389fb (diff)
downloadcryptography-30f15c2416b9f92188004b2e128a3e76d59c89d4.tar.gz
cryptography-30f15c2416b9f92188004b2e128a3e76d59c89d4.tar.bz2
cryptography-30f15c2416b9f92188004b2e128a3e76d59c89d4.zip
Adding binding for NID_issuer_alt_name cause we may need it in pyopenssl
-rw-r--r--cryptography/hazmat/bindings/openssl/nid.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/bindings/openssl/nid.py b/cryptography/hazmat/bindings/openssl/nid.py
index 7fa08660..133d2ca4 100644
--- a/cryptography/hazmat/bindings/openssl/nid.py
+++ b/cryptography/hazmat/bindings/openssl/nid.py
@@ -42,6 +42,7 @@ static const int NID_ecdsa_with_SHA512;
static const int NID_crl_reason;
static const int NID_pbe_WithSHA1And3_Key_TripleDES_CBC;
static const int NID_subject_alt_name;
+static const int NID_issuer_alt_name;
static const int NID_X9_62_c2pnb163v1;
static const int NID_X9_62_c2pnb163v2;
static const int NID_X9_62_c2pnb163v3;