Data update

This commit is contained in:
Ingy döt Net 2026-04-30 12:34:36 -04:00
parent 4bb20c9b71
commit cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions

View file

@ -0,0 +1,10 @@
*Protocol-type: enum [
CHANGE_CIPHER_SPEC: 20
ALERT: 21
HANDSHAKE: 22
APPLICATION: 23
] 'TLS-protocol-type
*Protocol-type/APPLICATION ;== 23
*Protocol-type/name 23 ;== 'APPLICATION
*Protocol-type/assert 23 ;== #(true)
*Protocol-type/assert 24 ;** Script error: invalid value 24 for: TLS-protocol-type