mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
X509 caching API change: callback gets entry directly
Suggestion from Jon: now the callback is passed the table-entry directly. This allows us to skip one lookup.
This commit is contained in:
parent
3ed9379b9e
commit
e228061f1d
6 changed files with 11 additions and 10 deletions
|
@ -916,7 +916,7 @@ function x509_set_certificate_cache%(tbl: string_any_table%) : bool
|
|||
## callback function if you are sure you will not conflict with the base scripts.
|
||||
##
|
||||
## .. zeek:see:: x509_set_certificate_cache
|
||||
function x509_set_certificate_cache_hit_callback%(f: string_file_hook%) : bool
|
||||
function x509_set_certificate_cache_hit_callback%(f: string_any_file_hook%) : bool
|
||||
%{
|
||||
file_analysis::X509::SetCertificateCacheHitCallback({NewRef{}, f->AsFunc()});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue