Add +all argument
This commit is contained in:
@@ -238,7 +238,7 @@ func dumpDataTile(tileData []byte, opts Options) (*DumpResult, error) {
|
||||
|
||||
func dumpHashTile(tileData []byte, opts Options) (*DumpResult, error) {
|
||||
if opts.ShowSCT || opts.ShowIssuer || opts.ShowCTLog {
|
||||
return nil, fmt.Errorf("+sct, +issuer, and +ctlog are not valid for hash tiles (only data tiles contain certificates)")
|
||||
return nil, fmt.Errorf("+sct, +issuer, +ctlog, and +all are not valid for hash tiles (only data tiles contain certificates)")
|
||||
}
|
||||
|
||||
const hashSize = 32 // SHA-256 hash size
|
||||
|
||||
Reference in New Issue
Block a user