Searched refs:ssl3 (Results 1 – 5 of 5) sorted by relevance
23 var ssl3 *bool = flag.Bool("ssl3", false, "If true, use the SSLv3 MAC and padding rather than TLS") var152 if *ssl3 {171 if *ssl3 {201 if *implicitIV || *ssl3 {235 if *ssl3 {240 if *ssl3 {256 if !*ssl3 {317 if *ssl3 {
17 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -ssl3 > aes_128_cbc_sha1_ssl3_tests.txt18 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -ssl3 > aes_256_cbc_sha1_ssl3_tests.txt19 go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -ssl3 > des_ede3_cbc_sha1_ssl3_tests.txt
2 # go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -ssl3
2 # go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -ssl3
2 # go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -ssl3