requests.ssl_adapter_static

Undocumented in source.

Members

Static functions

ERR_get_error
c_ulong ERR_get_error()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR_reason_error_string
char* ERR_reason_error_string(c_ulong code)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_init_crypto
int OPENSSL_init_crypto(ulong , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_init_ssl
int OPENSSL_init_ssl(ulong , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OpenSSL_add_all_ciphers
void OpenSSL_add_all_ciphers()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OpenSSL_add_all_digests
void OpenSSL_add_all_digests()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OpenSSL_version_num
c_ulong OpenSSL_version_num()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_ctrl
c_ulong SSL_CTX_ctrl(SSL_CTX* , int , c_long , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_free
void SSL_CTX_free(SSL_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_load_verify_locations
int SSL_CTX_load_verify_locations(SSL_CTX* ctx, char* CAFile, char* CAPath)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_new
SSL_CTX* SSL_CTX_new(SSL_METHOD* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_set_cipher_list
int SSL_CTX_set_cipher_list(SSL_CTX* ssl_ctx, char* c)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_set_default_verify_paths
int SSL_CTX_set_default_verify_paths(SSL_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_set_verify
void SSL_CTX_set_verify(SSL_CTX* ctx, int mode, void* callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_use_PrivateKey_file
int SSL_CTX_use_PrivateKey_file(SSL_CTX* ctx, char* file, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTX_use_certificate_file
int SSL_CTX_use_certificate_file(SSL_CTX* ctx, char* file, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_connect
int SSL_connect(SSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_ctrl
c_ulong SSL_ctrl(SSL* , int , c_long , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_free
void SSL_free(SSL* ssl)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_get_error
int SSL_get_error(SSL* ssl, int err)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_library_init
int SSL_library_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_load_error_strings
void SSL_load_error_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_new
SSL* SSL_new(SSL_CTX* ctx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_read
int SSL_read(SSL* ssl, void* b, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_set_fd
int SSL_set_fd(SSL* ssl, int fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_write
int SSL_write(SSL* ssl, void* b, int n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSLv23_client_method
SSL_METHOD* SSLv23_client_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLS_method
SSL_METHOD* TLS_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLSv1_2_client_method
SSL_METHOD* TLSv1_2_client_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLSv1_client_method
SSL_METHOD* TLSv1_client_method()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

SSL
struct SSL
Undocumented in source.
SSL_CTX
struct SSL_CTX
Undocumented in source.
SSL_METHOD
struct SSL_METHOD
Undocumented in source.
openssl
struct openssl
Undocumented in source.

Variables

SSL_CTRL_SET_MAX_PROTO_VERSION
enum int SSL_CTRL_SET_MAX_PROTO_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_CTRL_SET_MIN_PROTO_VERSION
enum int SSL_CTRL_SET_MIN_PROTO_VERSION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TLS1_2_VERSION
int TLS1_2_VERSION;
Undocumented in source.
TLS1_VERSION
int TLS1_VERSION;
Undocumented in source.
TLS_ANY_VERSION
int TLS_ANY_VERSION;
Undocumented in source.

Meta