Skip to content

Commit

Permalink
test(badssl): update cipher list
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Jan 23, 2025
1 parent 6209589 commit 6b01366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/badssl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ async fn test_firefox_7x_100_cipher() -> Result<(), rquest::Error> {
.curves(CURVES)
.cipher_list(join!(
":",
"TLS_DHE_RSA_WITH_AES_128_CBC_SHA",
"TLS_DHE_RSA_WITH_AES_256_CBC_SHA",
"TLS_DHE_RSA_WITH_AES_128_CBC_SHA256",
"TLS_DHE_RSA_WITH_AES_256_CBC_SHA256",
"TLS_DHE_RSA_WITH_AES_128_GCM_SHA256",
"TLS_DHE_RSA_WITH_AES_256_GCM_SHA384"
"TLS_DHE_RSA_WITH_AES_256_CBC_SHA256"
))
.build(),
)
Expand Down

0 comments on commit 6b01366

Please sign in to comment.