mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Improve the formatting of the SSL::Info::ssl_history documentation
This commit is contained in:
parent
67410a0aa3
commit
f02079e3c8
1 changed files with 32 additions and 26 deletions
|
@ -71,32 +71,38 @@ export {
|
||||||
|
|
||||||
## SSL history showing which types of packets we received in which order.
|
## SSL history showing which types of packets we received in which order.
|
||||||
## Letters have the following meaning with client-sent letters being capitalized:
|
## Letters have the following meaning with client-sent letters being capitalized:
|
||||||
## H hello_request
|
##
|
||||||
## C client_hello
|
## ====== ====================================================
|
||||||
## S server_hello
|
## Letter Meaning
|
||||||
## V hello_verify_request
|
## ====== ====================================================
|
||||||
## T NewSessionTicket
|
## H hello_request
|
||||||
## X certificate
|
## C client_hello
|
||||||
## K server_key_exchange
|
## S server_hello
|
||||||
## R certificate_request
|
## V hello_verify_request
|
||||||
## N server_hello_done
|
## T NewSessionTicket
|
||||||
## Y certificate_verify
|
## X certificate
|
||||||
## G client_key_exchange
|
## K server_key_exchange
|
||||||
## F finished
|
## R certificate_request
|
||||||
## W certificate_url
|
## N server_hello_done
|
||||||
## U certificate_status
|
## Y certificate_verify
|
||||||
## A supplemental_data
|
## G client_key_exchange
|
||||||
## Z unassigned_handshake_type
|
## F finished
|
||||||
## I change_cipher_spec
|
## W certificate_url
|
||||||
## B heartbeat
|
## U certificate_status
|
||||||
## D application_data
|
## A supplemental_data
|
||||||
## E end_of_early_data
|
## Z unassigned_handshake_type
|
||||||
## O encrypted_extensions
|
## I change_cipher_spec
|
||||||
## P key_update
|
## B heartbeat
|
||||||
## M message_hash
|
## D application_data
|
||||||
## J hello_retry_request
|
## E end_of_early_data
|
||||||
## L alert
|
## O encrypted_extensions
|
||||||
## Q unknown_content_type
|
## P key_update
|
||||||
|
## M message_hash
|
||||||
|
## J hello_retry_request
|
||||||
|
## L alert
|
||||||
|
## Q unknown_content_type
|
||||||
|
## ====== ====================================================
|
||||||
|
##
|
||||||
ssl_history: string &log &default="";
|
ssl_history: string &log &default="";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue