Skip to content

Commit

Permalink
Add support for specifying the PortableCiphers cipher-suite list adde…
Browse files Browse the repository at this point in the history
…d in zmap/zcrypto#238 (#302)
  • Loading branch information
anproagile committed Feb 6, 2022
1 parent bcd8862 commit 7220e87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (t *TLSFlags) GetTLSConfigForTarget(target *ScanTarget) (*tls.Config, error

// TODO: Find standard names
cipherMap := map[string][]uint16{
"portable": tls.PortableCiphers,
"dhe-only": tls.DHECiphers,
"ecdhe-only": tls.ECDHECiphers,
"exports-dh-only": tls.DHEExportCiphers,
Expand Down

0 comments on commit 7220e87

Please sign in to comment.