mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Merge pull request #591 from reaperhulk/fix-590
add X509_verify_cert_error_string (fixes #590)
This commit is contained in:
commit
bc1f8b887e
1 changed files with 2 additions and 0 deletions
|
|
@ -167,6 +167,8 @@ X509_STORE *X509_STORE_new(void);
|
|||
void X509_STORE_free(X509_STORE *);
|
||||
int X509_STORE_add_cert(X509_STORE *, X509 *);
|
||||
int X509_verify_cert(X509_STORE_CTX *);
|
||||
|
||||
const char *X509_verify_cert_error_string(long);
|
||||
"""
|
||||
|
||||
MACROS = """
|
||||
|
|
|
|||
Loading…
Reference in a new issue