Home
last modified time | relevance | path

Searched defs:SSL (Results 1 – 12 of 12) sorted by relevance

/third_party/mbedtls/docs/
D3.0-migration-guide.md599 ## SSL section in Migrating from Mbed TLS 2.x to Mbed TLS 3.0
601 ### Remove support for TLS 1.0, 1.1 and DTLS 1.0
628 ### Remove support for SSL 3.0
638 ### Remove support for parsing SSLv2 ClientHello
648 ### Remove support for truncated HMAC
658 ### Remove support for TLS record-level compression
670 ### Remove support for TLS RC4-based ciphersuites
680 ### Remove support for TLS single-DES ciphersuites
689 ### Remove support for TLS record-level hardware acceleration
698 ### Remove config option `MBEDTLS_SSL_DEFAULT_TICKET_LIFETIME`
[all …]
/third_party/openssl/ssl/
Dtls_srp.c430 int SSL_CTX_set_srp_verify_param_callback(SSL_CTX *ctx, in SSL_CTX_set_srp_verify_param_callback()
442 int SSL_CTX_set_srp_username_callback(SSL_CTX *ctx, in SSL_CTX_set_srp_username_callback()
449 int SSL_CTX_set_srp_client_pwd_callback(SSL_CTX *ctx, in SSL_CTX_set_srp_client_pwd_callback()
/third_party/grpc/src/objective-c/tests/CronetTests/
DCronetUnitTests.mm82 int alpn_cb(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, category
/third_party/grpc/test/core/handshake/
Dclient_ssl.cc104 static int alpn_select_cb(SSL* /*ssl*/, const uint8_t** out, uint8_t* out_len, in alpn_select_cb() argument
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
Dssl_lib.c1083 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *)) in SSL_CTX_set_verify()
1094 void SSL_set_verify(SSL *ssl, int mode, int (*verify_callback)(SSL *, mbedtls_x509_crt *)) in SSL_set_verify()
/third_party/openssl/include/openssl/
Dossl_typ.h148 typedef struct ssl_st SSL; typedef
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc1719 SSL* /*ssl*/, unsigned char** out, unsigned char* outlen, in client_handshaker_factory_npn_callback() argument
1830 SSL* /*ssl*/, const unsigned char** out, unsigned char* outlen, in server_handshaker_factory_alpn_callback() argument
1841 SSL* /*ssl*/, const unsigned char** out, unsigned int* outlen, void* arg) { in server_handshaker_factory_npn_advertised_callback() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStack.cpp501 StackLayout SSL(StackAlignment); in moveStaticAllocasToUnsafeStack() local
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h82 typedef struct ssl_st SSL; typedef
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java351 SSL("South Slavey", "xsl"), enumConstant
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java351 SSL("South Slavey", "xsl"), enumConstant
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1181 SSL = ssl_st variable