mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Remove X.509 from first-sentence documention.
It turns out that Doxygen uses the first dot (in X.509) as marker for the one-sentence summary.
This commit is contained in:
parent
b04b5fea16
commit
6ba62b200d
1 changed files with 2 additions and 2 deletions
|
@ -3624,7 +3624,7 @@ X509* d2i_X509_(X509** px, const u_char** in, int len)
|
|||
%%}
|
||||
|
||||
|
||||
## Verifies a X.509 certificate.
|
||||
## Verifies a certificate.
|
||||
##
|
||||
## der_cert: The X.509 certificate in DER format.
|
||||
##
|
||||
|
@ -3719,7 +3719,7 @@ function x509_verify%(der_cert: string, cert_stack: string_vec, root_certs: tabl
|
|||
return new Val((uint64) csc.error, TYPE_COUNT);
|
||||
%}
|
||||
|
||||
## Converts a X.509 certificate verification error code into an ASCII string.
|
||||
## Converts a certificate verification error code into an ASCII string.
|
||||
##
|
||||
## err_num: The error code.
|
||||
##
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue