mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
update SSL consts from TLS 1.3
This commit is contained in:
parent
d5803d7047
commit
5ba46eaa71
5 changed files with 23 additions and 8 deletions
|
@ -78,6 +78,7 @@ export {
|
|||
[4] = "sha256",
|
||||
[5] = "sha384",
|
||||
[6] = "sha512",
|
||||
[8] = "Intrinsic",
|
||||
} &default=function(i: count):string { return fmt("unknown-%d", i); };
|
||||
|
||||
## Mapping between numeric codes and human readable strings for signature
|
||||
|
@ -87,6 +88,16 @@ export {
|
|||
[1] = "rsa",
|
||||
[2] = "dsa",
|
||||
[3] = "ecdsa",
|
||||
[4] = "rsa_pss_sha256",
|
||||
[5] = "rsa_pss_sha384",
|
||||
[6] = "rsa_pss_sha512",
|
||||
[7] = "ed25519",
|
||||
[8] = "ed448",
|
||||
[9] = "rsa_pss_sha256",
|
||||
[10] = "rsa_pss_sha384",
|
||||
[11] = "rsa_pss_sha512",
|
||||
[64] = "gostr34102012_256",
|
||||
[65] = "gostr34102012_256",
|
||||
} &default=function(i: count):string { return fmt("unknown-%d", i); };
|
||||
|
||||
## Mapping between numeric codes and human readable strings for alert
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue