Merge remote-tracking branch 'origin/topic/awelzel/spicy-ldap-krb-wrap-tokens'

* origin/topic/awelzel/spicy-ldap-krb-wrap-tokens:
  ldap: Remove MessageWrapper with magic 0x30 searching
  ldap: Harden parsing a bit
  ldap: Handle integrity-only KRB wrap tokens
This commit is contained in:
Arne Welzel 2024-07-17 16:45:13 +02:00
commit 2ea3a651bd
18 changed files with 394 additions and 107 deletions

6
NEWS
View file

@ -12,9 +12,15 @@ Breaking Changes
New Functionality
-----------------
* The LDAP analyzer now supports handling of non-sealed GSS-API WRAP tokens.
Changed Functionality
---------------------
* Heuristics for parsing SASL encrypted and signed LDAP traffic have been
made more strict and predictable. Please provide input if this results in
less visibility in your environment.
Removed Functionality
---------------------