/third_party/mbedtls/docs/ |
D | 3.0-migration-guide.md | 599 ## 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/ |
D | tls_srp.c | 430 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/ |
D | CronetUnitTests.mm | 82 int alpn_cb(SSL *ssl, const unsigned char **out, unsigned char *outlen, const unsigned char *in, category
|
/third_party/grpc/test/core/handshake/ |
D | client_ssl.cc | 104 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/ |
D | ssl_lib.c | 1083 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/ |
D | ossl_typ.h | 148 typedef struct ssl_st SSL; typedef
|
/third_party/grpc/src/core/tsi/ |
D | ssl_transport_security.cc | 1719 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/ |
D | SafeStack.cpp | 501 StackLayout SSL(StackAlignment); in moveStaticAllocasToUnsafeStack() local
|
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 82 typedef struct ssl_st SSL; typedef
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 351 SSL("South Slavey", "xsl"), enumConstant
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 351 SSL("South Slavey", "xsl"), enumConstant
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 1181 SSL = ssl_st variable
|