deimos.openssl.srtp

Undocumented in source.

Members

Functions

SSL_CTX_set_tlsext_use_srtp
int SSL_CTX_set_tlsext_use_srtp(SSL_CTX* ctx, const(char)* profiles)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_get_selected_srtp_profile
SRTP_PROTECTION_PROFILE* SSL_get_selected_srtp_profile(SSL* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_get_selected_srtp_profile
SRTP_PROTECTION_PROFILE* SSL_get_selected_srtp_profile(SSL* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SSL_get_srtp_profiles
STACK_OF!SRTP_PROTECTION_PROFILE* SSL_get_srtp_profiles(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_set_tlsext_use_srtp
int SSL_set_tlsext_use_srtp(SSL* ctx, const(char)* profiles)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SRTP_AES128_CM_SHA1_32
enum SRTP_AES128_CM_SHA1_32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRTP_AES128_CM_SHA1_80
enum SRTP_AES128_CM_SHA1_80;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRTP_AES128_F8_SHA1_32
enum SRTP_AES128_F8_SHA1_32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRTP_AES128_F8_SHA1_80
enum SRTP_AES128_F8_SHA1_80;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRTP_NULL_SHA1_32
enum SRTP_NULL_SHA1_32;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SRTP_NULL_SHA1_80
enum SRTP_NULL_SHA1_80;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta