Merge remote-tracking branch 'origin/topic/johanna/ssl-small-tweaks'

* origin/topic/johanna/ssl-small-tweaks:
  Spicy SSL analyzer: move unknown version out of possible range
  Spicy SSL analyzer: move exceptions to &requires & throw
This commit is contained in:
Johanna Amann 2025-07-02 07:47:32 +01:00
commit 2a34cf3f46
3 changed files with 17 additions and 15 deletions

View file

@ -1,3 +1,11 @@
8.0.0-dev.581 | 2025-07-02 07:47:32 +0100
* Spicy SSL analyzer: non-functional tweaks (Johanna Amann, Corelight).
Move the negotiated version outside of the possible range of protocol values,
and move exceptions to &requires & throw instead of directly calling
spicy::decline. This is stylistic with no functional changes.
8.0.0-dev.577 | 2025-07-01 14:19:26 -0400
* Touchup TODOs in the Redis analyzer (Evan Typanski, Corelight)