package http:openssl
⌘K
Ctrl+K
or
/
Index
Types (4)
Constants (3)
Variables (1)
Procedure Groups (1)
Types
SSL_METHOD ¶
SSL_METHOD :: struct {}
Related Procedures With Parameters
Related Procedures With Returns
Constants
SSL_CTRL_SET_TLSEXT_HOSTNAME ¶
SSL_CTRL_SET_TLSEXT_HOSTNAME :: 55
TLSEXT_NAMETYPE_host_name ¶
TLSEXT_NAMETYPE_host_name :: 0
Variables
Procedures
ERR_print_errors_fp ¶
ERR_print_errors_fp :: proc "c" (fp: ^libc.FILE) ---
ERR_print_errors_stderr ¶
ERR_print_errors_stderr :: proc() {…}
OpenSSL_version_num ¶
OpenSSL_version_num :: proc "c" () -> u64 ---
SSL_CTX_free ¶
SSL_CTX_free :: proc "c" (ctx: ^SSL_CTX) ---
SSL_CTX_new ¶
SSL_CTX_new :: proc "c" (method: ^SSL_METHOD) -> ^SSL_CTX ---
SSL_free ¶
SSL_free :: proc "c" (ssl: ^SSL) ---
SSL_set_tlsext_host_name ¶
This is a macro in c land.
TLS_client_method ¶
TLS_client_method :: proc "c" () -> ^SSL_METHOD ---
Procedure Groups
ERR_print_errors ¶
ERR_print_errors :: proc{ ERR_print_errors_fp, ERR_print_errors_stderr, }
Source Files
Generation Information
Generated with odin version dev-2024-10 (vendor "odin") Linux_amd64 @ 2024-10-30 12:34:52.777486405 +0000 UTC