Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
10
Task/Enumerations/Rebol/enumerations.rebol
Normal file
10
Task/Enumerations/Rebol/enumerations.rebol
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue