Searched refs:ssl3 (Results 1 – 7 of 7) sorted by relevance
20 go run make_legacy_aead_tests.go -cipher rc4 -mac md5 -ssl3 > rc4_md5_ssl3_tests.txt21 go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 -ssl3 > rc4_sha1_ssl3_tests.txt22 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -ssl3 > aes_128_cbc_sha1_ssl3_tests.txt23 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -ssl3 > aes_256_cbc_sha1_ssl3_tests.txt24 go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -ssl3 > des_ede3_cbc_sha1_ssl3_tests.txt
23 var ssl3 *bool = flag.Bool("ssl3", false, "If true, use the SSLv3 MAC and padding rather than TLS") var146 if *ssl3 {165 if *ssl3 {210 if *implicitIV || *ssl3 {232 if *ssl3 {237 if *ssl3 {250 if !*ssl3 {300 if *ssl3 {
2 # go run make_legacy_aead_tests.go -cipher rc4 -mac md5 -ssl3
2 # go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -ssl3
2 # go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -ssl3
2 # go run make_legacy_aead_tests.go -cipher rc4 -mac sha1 -ssl3
2 # go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -ssl3