justinbastress
justinbastress
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,...
zgrab2 needs a special JSON Marshaller that can take into account command line flags and tags like zgrab.debug
The `allow_unknown` feature is currently broken (it will lead to a `KeyError` when it tries to index `theSubRecord[theUnknownKey]`). So, just remove it, since it's not needed.
The `required` flag is ignored during `Record`/`SubRecord` validation. If a `Record` or `SubRecord` has a field with `required=True`, validation should fail if that field is not present in the value...