summaryrefslogtreecommitdiff
path: root/src/_cffi_src
diff options
context:
space:
mode:
authorajoino <jacob.nilsson@ltu.se>2022-02-26 01:26:14 +0100
committerGitHub <noreply@github.com>2022-02-26 00:26:14 +0000
commitff79cc150873c0246f569290339df27e98eddc46 (patch)
tree9e0e9aedee7d558640e4e754f7ae77d2a94a1e13 /src/_cffi_src
parent443cee84f52f5063f014c948068748159056b9c3 (diff)
downloadcryptography-ff79cc150873c0246f569290339df27e98eddc46.tar.gz
Added X509_alias_set1 to the ffi (#6897)
Diffstat (limited to 'src/_cffi_src')
-rw-r--r--src/_cffi_src/openssl/x509.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_cffi_src/openssl/x509.py b/src/_cffi_src/openssl/x509.py
index 8ab047225..3031ba1b5 100644
--- a/src/_cffi_src/openssl/x509.py
+++ b/src/_cffi_src/openssl/x509.py
@@ -58,6 +58,7 @@ EVP_PKEY *X509_get_pubkey(X509 *);
int X509_set_pubkey(X509 *, EVP_PKEY *);
unsigned char *X509_alias_get0(X509 *, int *);
+int X509_alias_set1(X509 *, const unsigned char *, int);
int X509_sign(X509 *, EVP_PKEY *, const EVP_MD *);
int X509_digest(const X509 *, const EVP_MD *, unsigned char *, unsigned int *);