mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 21:48:21 +00:00
SSL: Fix type of ssl validation result
This commit is contained in:
parent
b8e81029f8
commit
d531a5405a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ export {
|
|||
validation_status: string &log &optional;
|
||||
## Result of certificate validation for this connection, given
|
||||
## as OpenSSL validation code.
|
||||
validation_code: count &optional;
|
||||
validation_code: int &optional;
|
||||
## Ordered chain of validated certificate, if validation succeeded.
|
||||
valid_chain: vector of opaque of x509 &optional;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue