Home | History | Annotate | Download | only in openssl

Lines Matching defs:ssl

0 /* ssl/tls1.h */
5 * This package is an SSL implementation written
7 * The implementation was written so as to conform with Netscapes SSL.
12 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
134 /* SSL_CTX_set_srtp_profiles enables SRTP for all SSL objects created from
140 /* SSL_set_srtp_profiles enables SRTP for |ssl|. |profile| contains a
143 OPENSSL_EXPORT int SSL_set_srtp_profiles(SSL *ctx, const char *profiles);
145 /* SSL_get_srtp_profiles returns the SRTP profiles supported by |ssl|. */
147 SSL *ssl);
152 SSL *s);
170 OPENSSL_EXPORT int SSL_set_tlsext_use_srtp(SSL *ctx, const char *profiles);