Skip to content

Commit 8f3aac1

Browse files
authored
Expose session serialization primitives (#11811)
1 parent a4003a2 commit 8f3aac1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/_cffi_src/openssl/ssl.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,9 @@
297297
298298
SSL_SESSION *SSL_get_session(const SSL *);
299299
300+
SSL_SESSION *d2i_SSL_SESSION(SSL_SESSION **, const unsigned char **, long);
301+
int i2d_SSL_SESSION(SSL_SESSION *, unsigned char **);
302+
300303
uint64_t SSL_set_options(SSL *, uint64_t);
301304
uint64_t SSL_get_options(SSL *);
302305

0 commit comments

Comments
 (0)