mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
* Expose SSL_session_reused. * Fix test name. * Don't name the parameters :) Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com> * Remove test as requested by Alex. --------- Co-authored-by: Alex Gaynor <alex.gaynor@gmail.com>
This commit is contained in:
parent
61676b5b05
commit
14c16ebb9f
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ FUNCTIONS = """
|
|||
const char *SSL_state_string_long(const SSL *);
|
||||
SSL_SESSION *SSL_get1_session(SSL *);
|
||||
int SSL_set_session(SSL *, SSL_SESSION *);
|
||||
int SSL_session_reused(const SSL *);
|
||||
SSL *SSL_new(SSL_CTX *);
|
||||
void SSL_free(SSL *);
|
||||
int SSL_set_fd(SSL *, int);
|
||||
|
|
|
|||
Loading…
Reference in a new issue