Project

General

Profile

Actions

Bug #2817

closed

Syricata.yaml encrypt-handling instead encryption-handling

Added by Jane Ostin about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

Hi.
I noticed that the code does not check the parameter specified in the configuration and documentation file.

Actions #1

Updated by Jane Ostin about 5 years ago

Typo,
suricata.yaml:
----------------------------------------
If you want, you can also bypass encrypted flows by setting `encrypt-handling` to `bypass`
in the app-layer tls section ::
dp: 443

encrypt-handling: bypass
---------------------------------------
src/app-layer-ssl.c:
ConfNode *enc_handle = ConfGetNode("app-layer.protocols.tls.encryption-handling");
SCLogDebug("have app-layer.protocols.tls.encryption-handling = %s", enc_handle->val)
Actions #2

Updated by Victor Julien about 5 years ago

  • Target version deleted (4.1)
Actions #3

Updated by Victor Julien about 5 years ago

  • Status changed from New to Assigned
  • Assignee set to Travis Green
  • Target version set to 5.0beta1
Actions #4

Updated by Victor Julien about 5 years ago

  • Assignee changed from Travis Green to Eric Leblond

Looks like Eric already has a fix for this.

Actions #6

Updated by Victor Julien about 5 years ago

  • Status changed from Assigned to Closed
Actions

Also available in: Atom PDF