From 692292354ddc62b16699a1169c7289696d476ce3 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 2 Jul 2014 08:42:20 -0500 Subject: add a binding that is needed for RSA in security.framework --- cryptography/hazmat/bindings/commoncrypto/seckey.py | 1 + 1 file changed, 1 insertion(+) 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 = """ -- cgit v1.2.3