aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat/bindings/openssl
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2017-05-18 19:09:49 -0700
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-18 21:09:49 -0500
commit21ef4080ec7666299f1268f3bbfb136582744359 (patch)
treedfe7baa296d4dbaf693524470a1760d8a4b6ca21 /src/cryptography/hazmat/bindings/openssl
parent99ebc227db0de7258309f3e236ebd3d0846f163e (diff)
downloadcryptography-21ef4080ec7666299f1268f3bbfb136582744359.tar.gz
cryptography-21ef4080ec7666299f1268f3bbfb136582744359.tar.bz2
cryptography-21ef4080ec7666299f1268f3bbfb136582744359.zip
Added a binding that will be useful for AIA chasing (#3546)
* Added a binding that will be useful for AIA chasing * another function * This is required * void arguments are morally complex * These are macros * fixes * This has existed for a while * long line * typo * Cory wants this as well * This is conditional
Diffstat (limited to 'src/cryptography/hazmat/bindings/openssl')
-rw-r--r--src/cryptography/hazmat/bindings/openssl/_conditional.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cryptography/hazmat/bindings/openssl/_conditional.py b/src/cryptography/hazmat/bindings/openssl/_conditional.py
index 11e329e7..d047736e 100644
--- a/src/cryptography/hazmat/bindings/openssl/_conditional.py
+++ b/src/cryptography/hazmat/bindings/openssl/_conditional.py
@@ -166,4 +166,8 @@ CONDITIONAL_NAMES = {
"sk_SCT_value",
"SCT_LIST_free",
],
+ "Cryptography_HAS_X509_STORE_CTX_GET_ISSUER": [
+ "X509_STORE_get_get_issuer",
+ "X509_STORE_set_get_issuer",
+ ],
}