diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-11-19 12:02:19 +0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-11-18 23:02:19 -0500 |
commit | 7db611785fdae1f9c31efba385ac44fe9deea86e (patch) | |
tree | 01c2b9011ad4324909cf53b1e0fc7e4af17b5f90 /src/_cffi_src | |
parent | e09754c74d75c1ba59c989cb053aaf61b519188d (diff) | |
download | cryptography-7db611785fdae1f9c31efba385ac44fe9deea86e.tar.gz cryptography-7db611785fdae1f9c31efba385ac44fe9deea86e.tar.bz2 cryptography-7db611785fdae1f9c31efba385ac44fe9deea86e.zip |
add some NIDs (#3251)
Diffstat (limited to 'src/_cffi_src')
-rw-r--r-- | src/_cffi_src/openssl/nid.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/nid.py b/src/_cffi_src/openssl/nid.py index b404addf..5ee495ad 100644 --- a/src/_cffi_src/openssl/nid.py +++ b/src/_cffi_src/openssl/nid.py @@ -215,6 +215,9 @@ static const int NID_dnQualifier; static const int NID_pseudonym; static const int NID_domainComponent; static const int NID_pkcs9_emailAddress; + +static const int NID_ad_OCSP; +static const int NID_ad_ca_issuers; """ FUNCTIONS = """ |