diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-18 15:36:17 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-07-18 15:36:17 -0700 |
commit | ad116e26d102651ab6dc2752ae21afb92b72ad6f (patch) | |
tree | 0f62d7842c2eafa4208a6a960a98dfd47e0b67d2 | |
parent | 5ea03c7b1c3d353c55e8c79f602fe62566259d4b (diff) | |
parent | 30f15c2416b9f92188004b2e128a3e76d59c89d4 (diff) | |
download | cryptography-ad116e26d102651ab6dc2752ae21afb92b72ad6f.tar.gz cryptography-ad116e26d102651ab6dc2752ae21afb92b72ad6f.tar.bz2 cryptography-ad116e26d102651ab6dc2752ae21afb92b72ad6f.zip |
Merge pull request #1275 from crc32a/master
Adding binding for NID_issuer_alt_name cause we may need it in pyopenssl
-rw-r--r-- | cryptography/hazmat/bindings/openssl/nid.py | 1 |
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; |