Skip to content

Commit

Permalink
Added d2i_X509_NAME binding for pyOpenSSL (#11403)
Browse files Browse the repository at this point in the history
* Added d2i_X509_NAME binding for pyOpenSSL

* Update x509name.py
  • Loading branch information
alex authored Aug 8, 2024
1 parent 4d619ba commit a429ec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_cffi_src/openssl/x509name.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
unsigned long X509_NAME_hash(X509_NAME *);
int i2d_X509_NAME(X509_NAME *, unsigned char **);
X509_NAME *d2i_X509_NAME(X509_NAME **, const unsigned char **, long);
X509_NAME_ENTRY *X509_NAME_delete_entry(X509_NAME *, int);
void X509_NAME_ENTRY_free(X509_NAME_ENTRY *);
int X509_NAME_get_index_by_NID(X509_NAME *, int, int);
Expand Down

0 comments on commit a429ec0

Please sign in to comment.