Skip to content

Commit 7c0c679

Browse files
committed
Expose session serialization primitives
1 parent 6245f3e commit 7c0c679

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 **a, const unsigned char **pp, long length);
301+
int i2d_SSL_SESSION(SSL_SESSION *in, unsigned char **pp);
302+
300303
uint64_t SSL_set_options(SSL *, uint64_t);
301304
uint64_t SSL_get_options(SSL *);
302305

0 commit comments

Comments
 (0)