base/protocols/ssl/files.zeek
- SSL
- Namespace:
SSL
- Imports:
base/files/x509, base/frameworks/files, base/protocols/ssl/main.zeek, base/utils/conn-ids.zeek
Summary
Redefinable Options
|
Set this to true to include the client certificate subject and issuer in the SSL logfile. |
|
Set this to true to include the server certificate subject and issuer from the SSL log file. |
Redefinitions
|
Functions
Default file describer for SSL. |
|
Default file handle provider for SSL. |
Detailed Interface
Redefinable Options
- SSL::log_include_client_certificate_subject_issuer
-
Set this to true to include the client certificate subject and issuer in the SSL logfile. This information is rarely present and probably only interesting in very specific circumstances
- SSL::log_include_server_certificate_subject_issuer
-
Set this to true to include the server certificate subject and issuer from the SSL log file. This information is still available in x509.log.
Functions
- SSL::describe_file
-
Default file describer for SSL.
- SSL::get_file_handle
- Type:
function
(c:connection
, is_orig:bool
) :string
Default file handle provider for SSL.