commit | 692292354ddc62b16699a1169c7289696d476ce3 | [log] [tgz] |
---|---|---|
author | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jul 02 08:42:20 2014 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Wed Jul 02 08:42:20 2014 -0500 |
tree | b412273a9ad906d56b1e7bea8b0081f6ee7c34dd | |
parent | 8e2dabd263ba57d7ca0fd60274b1273d83a17b6f [diff] |
add a binding that is needed for RSA in security.framework
diff --git a/cryptography/hazmat/bindings/commoncrypto/seckey.py b/cryptography/hazmat/bindings/commoncrypto/seckey.py index 38aaece..5e4b6da 100644 --- a/cryptography/hazmat/bindings/commoncrypto/seckey.py +++ b/cryptography/hazmat/bindings/commoncrypto/seckey.py
@@ -23,6 +23,7 @@ FUNCTIONS = """ OSStatus SecKeyGeneratePair(CFDictionaryRef, SecKeyRef *, SecKeyRef *); +size_t SecKeyGetBlockSize(SecKeyRef); """ MACROS = """