Skip to content

Commit

Permalink
Merge branch 'floitsch/update-certs.30.remove-deprecated' into floits…
Browse files Browse the repository at this point in the history
…ch/update-certs.40.kebab
  • Loading branch information
floitsch committed Oct 17, 2024
2 parents f6ba388 + cddf320 commit 5d079cb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/parse_x509_test.toit
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import certificate_roots
import expect show *

main:
dst := certificate_roots.DST_ROOT_CA_X3
cyber := certificate_roots.CYBERTRUST_GLOBAL_ROOT
globalsign := certificate_roots.GLOBALSIGN_ROOT_CA_R2
expect_not_equals dst cyber
expect_not_equals dst globalsign
expect_not_equals cyber globalsign
baltimore := certificate_roots.BALTIMORE-CYBERTRUST-ROOT
amazon-1 := certificate_roots.AMAZON-ROOT-CA-1
comodo := certificate_roots.COMODO-AAA-SERVICES-ROOT
expect_not_equals baltimore amazon-1
expect_not_equals amazon-1 comodo
expect_not_equals comodo baltimore

0 comments on commit 5d079cb

Please sign in to comment.