HomeSort by relevance Sort by last modified time
    Searched refs:SSLv3 (Results 1 - 25 of 31) sorted by null

1 2

  /external/curl/docs/cmdline-opts/
sslv3.d 2 Long: sslv3
9 Help: Use SSLv3
12 server. Sometimes curl is built without SSLv3 support. SSLv3 is widely
  /libcore/support/src/test/java/libcore/java/security/
StandardNames.java 260 // Android does not support SSLv3
262 provide("SSLContext", "SSLv3");
640 provideSslContextEnabledProtocols("SSL", TLSVersion.SSLv3, TLSVersion.TLSv1);
641 provideSslContextEnabledProtocols("SSLv3", TLSVersion.SSLv3, TLSVersion.TLSv1);
642 provideSslContextEnabledProtocols("TLS", TLSVersion.SSLv3, TLSVersion.TLSv1);
643 provideSslContextEnabledProtocols("TLSv1", TLSVersion.SSLv3, TLSVersion.TLSv1);
644 provideSslContextEnabledProtocols("TLSv1.1", TLSVersion.SSLv3, TLSVersion.TLSv11);
645 provideSslContextEnabledProtocols("TLSv1.2", TLSVersion.SSLv3, TLSVersion.TLSv12);
646 provideSslContextEnabledProtocols("Default", TLSVersion.SSLv3, TLSVersion.TLSv1)
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/
java.security 655 # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
656 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \
    [all...]
  /prebuilts/jdk/jdk9/linux-x86/conf/security/
java.security 654 # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
655 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 1024, \
    [all...]
  /external/boringssl/src/crypto/cipher_extra/test/
make_legacy_aead_tests.go 23 var ssl3 *bool = flag.Bool("ssl3", false, "If true, use the SSLv3 MAC and padding rather than TLS")
173 return nil, fmt.Errorf("invalid hash for SSLv3: '%s'", *mac)
236 // SSLv3 padding must be minimal.
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/security/
java.security 618 # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
619 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768, \
    [all...]
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/security/
java.security 615 # jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
616 jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768, \
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
prf.go 86 // bytes. Since no more ciphersuites will be added to SSLv3, this will
253 // finishedSum30 calculates the contents of the verify_data member of a SSLv3
cipher_suites.go 244 // ssl30MAC implements the SSLv3 MAC function, as defined in
handshake_server_test.go 682 runServerTestForVersion(t, template, "SSLv3-", "-ssl3")
    [all...]
conn.go 247 // protocol version is SSLv3. In this version, the contents of the padding
    [all...]
handshake_client_test.go 81 const opensslEndOfHandshake = "SSL_accept:SSLv3/TLS write finished"
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
prf.go 86 // bytes. Since no more ciphersuites will be added to SSLv3, this will
253 // finishedSum30 calculates the contents of the verify_data member of a SSLv3
cipher_suites.go 244 // ssl30MAC implements the SSLv3 MAC function, as defined in
handshake_server_test.go 682 runServerTestForVersion(t, template, "SSLv3-", "-ssl3")
    [all...]
conn.go 247 // protocol version is SSLv3. In this version, the contents of the padding
    [all...]
handshake_client_test.go 81 const opensslEndOfHandshake = "SSL_accept:SSLv3/TLS write finished"
    [all...]
  /external/boringssl/src/ssl/test/runner/
prf.go 87 // bytes. Since no more ciphersuites will be added to SSLv3, this will
283 // finishedSum30 calculates the contents of the verify_data member of a SSLv3
cipher_suites.go 320 // ssl30MAC implements the SSLv3 MAC function, as defined in
conn.go 378 // protocol version is SSLv3. In this version, the contents of the padding
    [all...]
common.go 423 // If zero, then SSLv3 is taken as the minimum.
    [all...]
runner.go     [all...]
  /external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
StandardNames.java 619 SSLv3("SSLv3"),
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudfront/1.11.18/
aws-java-sdk-cloudfront-1.11.18.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 

Completed in 2178 milliseconds

1 2