mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Make x509 certificates an opaque type
This commit is contained in:
parent
2b87499fd9
commit
2c7e7f962e
9 changed files with 114 additions and 117 deletions
|
@ -111,6 +111,7 @@ SERIAL_VAL(ENTROPY_VAL, 19)
|
|||
SERIAL_VAL(TOPK_VAL, 20)
|
||||
SERIAL_VAL(BLOOMFILTER_VAL, 21)
|
||||
SERIAL_VAL(CARDINALITY_VAL, 22)
|
||||
SERIAL_VAL(X509_VAL, 23)
|
||||
|
||||
#define SERIAL_EXPR(name, val) SERIAL_CONST(name, val, EXPR)
|
||||
SERIAL_EXPR(EXPR, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue