zgrab2 icon indicating copy to clipboard operation
zgrab2 copied to clipboard

tls.go/arguments: Accept --signature-algorithms list

Open justinbastress opened this issue 6 years ago • 0 comments

We have a placeholder for this, but because of (https://github.com/zmap/zgrab2/blob/master/tls.go#L164), this is not implemented.

Requires a corresponding update to zcrypto to (a) expose the necessary types / functions / constants, and (b) make use of them -- see https://github.com/zmap/zcrypto/issues/116.

Take a comma-separated list of hex values, maybe ((signature << 8) | hash)?

justinbastress avatar Mar 22 '18 15:03 justinbastress