mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
parent
fc11bce693
commit
563b119399
1 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,9 @@ int i2d_ECPrivateKey_bio(BIO *, EC_KEY *);
|
|||
|
||||
const ASN1_INTEGER *X509_REVOKED_get0_serialNumber(const X509_REVOKED *);
|
||||
const ASN1_TIME *X509_REVOKED_get0_revocationDate(const X509_REVOKED *);
|
||||
|
||||
void X509_ALGOR_get0(const ASN1_OBJECT **, int *, const void **,
|
||||
const X509_ALGOR *);
|
||||
"""
|
||||
|
||||
CUSTOMIZATIONS = """
|
||||
|
|
|
|||
Loading…
Reference in a new issue