Skip to content

Commit

Permalink
temporarily expect error on sha{284,512}.badssl.com chromium/badssl.c…
Browse files Browse the repository at this point in the history
  • Loading branch information
pufferffish committed Apr 14, 2022
1 parent f50accd commit 59d98b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/src/LTLS.idr
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,10 @@ tls_test target_hostname port = do
tls_test_targets : List (Bool, String, Int)
tls_test_targets =
[ (True, "sha256.badssl.com", 443)
, (True, "sha384.badssl.com", 443)
, (True, "sha512.badssl.com", 443)
-- TODO: change back to True when they are fixed
-- https://github.com/chromium/badssl.com/issues/501
, (False, "sha384.badssl.com", 443)
, (False, "sha512.badssl.com", 443)
, (True, "github.com", 443)
, (True, "google.com", 443)
-- TODO: investigate why these 2 are not working
Expand Down

0 comments on commit 59d98b4

Please sign in to comment.