mirror of
https://github.com/nmap/nmap.git
synced 2025-12-18 13:39:02 +00:00
Remove incomplete certificate_request parser in tls.record_read
This commit is contained in:
@@ -1183,11 +1183,6 @@ function record_read(buffer, i)
|
|||||||
-- parse these with sslcert.parse_ssl_certificate
|
-- parse these with sslcert.parse_ssl_certificate
|
||||||
table.insert(b["certificates"], cert)
|
table.insert(b["certificates"], cert)
|
||||||
end
|
end
|
||||||
elseif b["type"] == "certificate_request" then
|
|
||||||
local num_types
|
|
||||||
j, num_types = bin.unpack("C", buffer, j)
|
|
||||||
for i = 1, num_types do
|
|
||||||
end
|
|
||||||
else
|
else
|
||||||
-- TODO: implement other handshake message types
|
-- TODO: implement other handshake message types
|
||||||
stdnse.debug2("Unknown handshake message type: %s", b["type"])
|
stdnse.debug2("Unknown handshake message type: %s", b["type"])
|
||||||
|
|||||||
Reference in New Issue
Block a user