aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-02 08:42:20 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-07-02 08:42:20 -0500
commit692292354ddc62b16699a1169c7289696d476ce3 (patch)
treeb412273a9ad906d56b1e7bea8b0081f6ee7c34dd
parent8e2dabd263ba57d7ca0fd60274b1273d83a17b6f (diff)
downloadcryptography-692292354ddc62b16699a1169c7289696d476ce3.tar.gz
cryptography-692292354ddc62b16699a1169c7289696d476ce3.tar.bz2
cryptography-692292354ddc62b16699a1169c7289696d476ce3.zip
add a binding that is needed for RSA in security.framework
-rw-r--r--cryptography/hazmat/bindings/commoncrypto/seckey.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cryptography/hazmat/bindings/commoncrypto/seckey.py b/cryptography/hazmat/bindings/commoncrypto/seckey.py
index 38aaece8..5e4b6dac 100644
--- a/cryptography/hazmat/bindings/commoncrypto/seckey.py
+++ b/cryptography/hazmat/bindings/commoncrypto/seckey.py
@@ -23,6 +23,7 @@ typedef ... *SecKeyRef;
FUNCTIONS = """
OSStatus SecKeyGeneratePair(CFDictionaryRef, SecKeyRef *, SecKeyRef *);
+size_t SecKeyGetBlockSize(SecKeyRef);
"""
MACROS = """