Go to the source code of this file.
◆ X509_MAX_CN_LEN
| #define X509_MAX_CN_LEN 64 |
◆ X509_MAX_FP_LEN
| #define X509_MAX_FP_LEN 256 |
◆ X509_MAX_O_LEN
| #define X509_MAX_O_LEN 64 |
◆ X509_MAX_OU_LEN
| #define X509_MAX_OU_LEN 32 |
◆ tls_session_free()
◆ tls_session_new()
| TLSSession* tls_session_new |
( |
SSL * |
ssl, |
|
|
TLSContext * |
ctx |
|
) |
| |
◆ tls_session_ocsp_client_verify_callback()
| int tls_session_ocsp_client_verify_callback |
( |
SSL * |
ssl, |
|
|
void * |
user_data |
|
) |
| |
◆ tls_session_set_trusted_dn()
| void tls_session_set_trusted_dn |
( |
TLSContext * |
self, |
|
|
GList * |
dns |
|
) |
| |
◆ tls_session_set_trusted_fingerprints()
| void tls_session_set_trusted_fingerprints |
( |
TLSContext * |
self, |
|
|
GList * |
fingerprints |
|
) |
| |
◆ tls_session_set_verifier()
◆ tls_session_verify_callback()
| int tls_session_verify_callback |
( |
int |
ok, |
|
|
X509_STORE_CTX * |
ctx |
|
) |
| |