Skip to content

Commit

Permalink
Expose session serialization primitives
Browse files Browse the repository at this point in the history
  • Loading branch information
mdulaney committed Oct 2, 2024
1 parent 6245f3e commit 7c0c679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/_cffi_src/openssl/ssl.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,9 @@
SSL_SESSION *SSL_get_session(const SSL *);
SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **a, const unsigned char **pp, long length);
int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);
uint64_t SSL_set_options(SSL *, uint64_t);
uint64_t SSL_get_options(SSL *);
Expand Down

0 comments on commit 7c0c679

Please sign in to comment.