From 8bae15f18694b22627989b4517bf3dabea94a30e Mon Sep 17 00:00:00 2001 From: Andre Caron Date: Mon, 18 May 2015 21:45:13 -0400 Subject: Adds ASN1 time binding for OpenSSL. --- src/cryptography/hazmat/bindings/openssl/asn1.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cryptography/hazmat/bindings/openssl/asn1.py b/src/cryptography/hazmat/bindings/openssl/asn1.py index 475bd052..5cdc28cc 100644 --- a/src/cryptography/hazmat/bindings/openssl/asn1.py +++ b/src/cryptography/hazmat/bindings/openssl/asn1.py @@ -98,6 +98,7 @@ ASN1_TIME *ASN1_TIME_new(void); void ASN1_TIME_free(ASN1_TIME *); ASN1_GENERALIZEDTIME *ASN1_TIME_to_generalizedtime(ASN1_TIME *, ASN1_GENERALIZEDTIME **); +ASN1_TIME *ASN1_TIME_set(ASN1_TIME *s, time_t t); /* ASN1 UTCTIME */ ASN1_UTCTIME *ASN1_UTCTIME_new(void); -- cgit v1.2.3