mirror of
https://github.com/adulau/ssldump.git
synced 2024-11-21 17:07:04 +00:00
Compare commits
3 commits
a7534300bb
...
8b2d9bf613
Author | SHA1 | Date | |
---|---|---|---|
8b2d9bf613 | |||
7d8b828c17 | |||
1a0be242a8 |
4 changed files with 315 additions and 3 deletions
|
@ -178,9 +178,9 @@ unreleased_version_label = "%%version%% (unreleased)"
|
|||
## Examples:
|
||||
## - makotemplate("restructuredtext")
|
||||
##
|
||||
output_engine = rest_py
|
||||
#output_engine = rest_py
|
||||
#output_engine = mustache("restructuredtext")
|
||||
#output_engine = mustache("markdown")
|
||||
output_engine = mustache("markdown")
|
||||
#output_engine = makotemplate("restructuredtext")
|
||||
|
||||
|
||||
|
|
3
CREDITS
3
CREDITS
|
@ -12,6 +12,9 @@
|
|||
- David Kretch https://github.com/davidkretch
|
||||
- Vishwa Pravin https://github.com/lord8266
|
||||
- Robert Scheck https://github.com/robert-scheck
|
||||
- Peter Kovář https://github.com/1div0
|
||||
- Christian Rosentreter https://github.com/the-real-tokai
|
||||
- Oleg Smolsky https://github.com/ns-osmolsky
|
||||
|
||||
# Original credits from ssldump
|
||||
|
||||
|
|
309
ChangeLog
309
ChangeLog
|
@ -1,10 +1,319 @@
|
|||
# Changelog
|
||||
|
||||
|
||||
## v1.9 (2024-11-03)
|
||||
|
||||
### Other
|
||||
|
||||
* Merge pull request #115 from adulau/dependabot/github_actions/actions/upload-artifact-4.4.3. [Alexandre Dulaunoy]
|
||||
|
||||
Bump actions/upload-artifact from 4.4.0 to 4.4.3
|
||||
|
||||
* Bump actions/upload-artifact from 4.4.0 to 4.4.3. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.4.3.
|
||||
- [Release notes](https://github.com/actions/upload-artifact/releases)
|
||||
- [Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/upload-artifact
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
* Merge pull request #113 from infokek/pcap-logger-original-timestamps. [Alexandre Dulaunoy]
|
||||
|
||||
Original PCAP timestamps instead of timeofday-generated
|
||||
|
||||
* Unused debug info removed. [infokek]
|
||||
|
||||
* Original pcap timestamps instead of timeofday-generated fix. [infokek]
|
||||
|
||||
* Merge pull request #114 from adulau/dependabot/github_actions/actions/upload-artifact-4.4.0. [Alexandre Dulaunoy]
|
||||
|
||||
Bump actions/upload-artifact from 4.3.6 to 4.4.0
|
||||
|
||||
* Bump actions/upload-artifact from 4.3.6 to 4.4.0. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
|
||||
- [Release notes](https://github.com/actions/upload-artifact/releases)
|
||||
- [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/upload-artifact
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
* Merge pull request #112 from adulau/dependabot/github_actions/actions/upload-artifact-4.3.6. [Alexandre Dulaunoy]
|
||||
|
||||
Bump actions/upload-artifact from 4.3.4 to 4.3.6
|
||||
|
||||
* Bump actions/upload-artifact from 4.3.4 to 4.3.6. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.6.
|
||||
- [Release notes](https://github.com/actions/upload-artifact/releases)
|
||||
- [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...834a144ee995460fba8ed112a2fc961b36a5ec5a)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/upload-artifact
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
* Merge pull request #108 from adulau/dependabot/github_actions/ossf/scorecard-action-2.4.0. [Alexandre Dulaunoy]
|
||||
|
||||
Bump ossf/scorecard-action from 2.3.3 to 2.4.0
|
||||
|
||||
* Bump ossf/scorecard-action from 2.3.3 to 2.4.0. [dependabot[bot]]
|
||||
|
||||
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.3 to 2.4.0.
|
||||
- [Release notes](https://github.com/ossf/scorecard-action/releases)
|
||||
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
|
||||
- [Commits](https://github.com/ossf/scorecard-action/compare/dc50aa9510b46c811795eb24b2f1ba02a914e534...62b2cac7ed8198b15735ed49ab1e5cf35480ba46)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: ossf/scorecard-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-minor
|
||||
...
|
||||
|
||||
* Merge pull request #111 from 1div0/ECH. [Alexandre Dulaunoy]
|
||||
|
||||
ECH
|
||||
|
||||
* Add ECH. [Peter Kovář]
|
||||
|
||||
* Add TLS Version 1.3 Handling. [Peter Kovář]
|
||||
|
||||
* Merge pull request #107 from adulau/dependabot/github_actions/actions/upload-artifact-4.3.4. [Alexandre Dulaunoy]
|
||||
|
||||
Bump actions/upload-artifact from 4.3.3 to 4.3.4
|
||||
|
||||
* Bump actions/upload-artifact from 4.3.3 to 4.3.4. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.4.
|
||||
- [Release notes](https://github.com/actions/upload-artifact/releases)
|
||||
- [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/upload-artifact
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
* Merge pull request #106 from adulau/dependabot/github_actions/ossf/scorecard-action-2.3.3. [Alexandre Dulaunoy]
|
||||
|
||||
Bump ossf/scorecard-action from 2.3.1 to 2.3.3
|
||||
|
||||
* Bump ossf/scorecard-action from 2.3.1 to 2.3.3. [dependabot[bot]]
|
||||
|
||||
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
|
||||
- [Release notes](https://github.com/ossf/scorecard-action/releases)
|
||||
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
|
||||
- [Commits](https://github.com/ossf/scorecard-action/compare/0864cf19026789058feabb7e87baa5f140aac736...dc50aa9510b46c811795eb24b2f1ba02a914e534)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: ossf/scorecard-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
* Merge pull request #104 from adulau/dependabot/github_actions/actions/upload-artifact-4.3.3. [Alexandre Dulaunoy]
|
||||
|
||||
Bump actions/upload-artifact from 4.3.2 to 4.3.3
|
||||
|
||||
* Bump actions/upload-artifact from 4.3.2 to 4.3.3. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.2 to 4.3.3.
|
||||
- [Release notes](https://github.com/actions/upload-artifact/releases)
|
||||
- [Commits](https://github.com/actions/upload-artifact/compare/1746f4ab65b179e0ea60a494b83293b640dd5bba...65462800fd760344b1a7b4382951275a0abb4808)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/upload-artifact
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-patch
|
||||
...
|
||||
|
||||
* Merge pull request #102 from the-real-tokai/fix-fdatasync-osx. [Alexandre Dulaunoy]
|
||||
|
||||
Fix problematic fdatasync() call on macOS
|
||||
|
||||
* Fix problematic fdatasync() call on macOS. [Christian Rosentreter]
|
||||
|
||||
The fdatasync call generates a "implicit declaration of function 'fdatasync' is invalid in C99" warning when building for macOS (it's nowhere to be found in the system includes), but linking will eventually work fine because there is an unrelated syscall by the same name (different prototype), so it's not doing what it should. So lets not use it.
|
||||
|
||||
* Merge pull request #103 from adulau/dependabot/github_actions/actions/upload-artifact-4.3.2. [Alexandre Dulaunoy]
|
||||
|
||||
Bump actions/upload-artifact from 3.pre.node20 to 4.3.2
|
||||
|
||||
* Bump actions/upload-artifact from 3.pre.node20 to 4.3.2. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.pre.node20 to 4.3.2.
|
||||
- [Release notes](https://github.com/actions/upload-artifact/releases)
|
||||
- [Commits](https://github.com/actions/upload-artifact/compare/97a0fba1372883ab732affbe8f94b823f91727db...1746f4ab65b179e0ea60a494b83293b640dd5bba)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/upload-artifact
|
||||
dependency-type: direct:production
|
||||
...
|
||||
|
||||
* Update README.md. [Alexandre Dulaunoy]
|
||||
|
||||
* Update README.md. [Alexandre Dulaunoy]
|
||||
|
||||
* Update README.md. [Alexandre Dulaunoy]
|
||||
|
||||
* Create scorecard.yml. [Alexandre Dulaunoy]
|
||||
|
||||
* Merge pull request #98 from adulau/dependabot/github_actions/github/codeql-action-3. [Alexandre Dulaunoy]
|
||||
|
||||
Bump github/codeql-action from 2 to 3
|
||||
|
||||
* Bump github/codeql-action from 2 to 3. [dependabot[bot]]
|
||||
|
||||
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
|
||||
- [Release notes](https://github.com/github/codeql-action/releases)
|
||||
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: github/codeql-action
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
|
||||
* Merge pull request #92 from wllm-rbnt/dbg. [Alexandre Dulaunoy]
|
||||
|
||||
Set packet type for RAW PCAPs
|
||||
|
||||
* Merge branch 'adulau:master' into dbg. [wllm-rbnt]
|
||||
|
||||
* Set packet type for RAW PCAPs. [William Robinet]
|
||||
|
||||
* Merge pull request #93 from adulau/revert-88-raw-ip. [Alexandre Dulaunoy]
|
||||
|
||||
Revert "base: add support for "raw ip" captures"
|
||||
|
||||
* Revert "base: add support for "raw ip" captures" [Alexandre Dulaunoy]
|
||||
|
||||
* Merge pull request #88 from os12/raw-ip. [Alexandre Dulaunoy]
|
||||
|
||||
base: add support for "raw ip" captures
|
||||
|
||||
* Base: add support for "raw ip" captures. [Oleg Smolsky]
|
||||
|
||||
- there is no need to deal with L2 as it's not even there
|
||||
|
||||
* Merge pull request #91 from wllm-rbnt/dbg. [Alexandre Dulaunoy]
|
||||
|
||||
Implement compilation options
|
||||
|
||||
* Enable DEBUG flag differently. [William Robinet]
|
||||
|
||||
* Add compilation options to CMakeLists.txt. [William Robinet]
|
||||
|
||||
* Merge pull request #90 from adulau/dependabot/github_actions/actions/checkout-4. [Alexandre Dulaunoy]
|
||||
|
||||
Bump actions/checkout from 3 to 4
|
||||
|
||||
* Bump actions/checkout from 3 to 4. [dependabot[bot]]
|
||||
|
||||
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
|
||||
- [Release notes](https://github.com/actions/checkout/releases)
|
||||
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
||||
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
|
||||
|
||||
---
|
||||
updated-dependencies:
|
||||
- dependency-name: actions/checkout
|
||||
dependency-type: direct:production
|
||||
update-type: version-update:semver-major
|
||||
...
|
||||
|
||||
* Merge pull request #86 from wllm-rbnt/sigs. [Alexandre Dulaunoy]
|
||||
|
||||
Connection tracker live list & purge
|
||||
|
||||
* Doc update. [William Robinet]
|
||||
|
||||
* Minor lint. [William Robinet]
|
||||
|
||||
* Add basic build script. [William Robinet]
|
||||
|
||||
* Add handlers for signals USR1 & 2. [William Robinet]
|
||||
|
||||
* Merge pull request #85 from wllm-rbnt/fixes. [Alexandre Dulaunoy]
|
||||
|
||||
Various fixes
|
||||
|
||||
* Remove unnecessary parens in return statements. [William Robinet]
|
||||
|
||||
* Initialize variables. [William Robinet]
|
||||
|
||||
* Remove unused variables. [William Robinet]
|
||||
|
||||
* Fix warning unused for unused variable & error handling. [William Robinet]
|
||||
|
||||
* Add missing return statements. [William Robinet]
|
||||
|
||||
* Merge pull request #84 from robert-scheck/cmake. [Alexandre Dulaunoy]
|
||||
|
||||
Use correct cmake GNUInstallDirs variables with their built-in defaults
|
||||
|
||||
* Use correct cmake GNUInstallDirs variables with their built-in defaults. [Robert Scheck]
|
||||
|
||||
GNUInstallDirs.cmake expects that at least one language is enabled before
|
||||
including GNUInstallDirs.
|
||||
|
||||
See also: https://cmake.org/cmake/help/latest/command/install.html
|
||||
|
||||
* Merge pull request #83 from wllm-rbnt/lint. [Alexandre Dulaunoy]
|
||||
|
||||
Global code linting + various fixes
|
||||
|
||||
* Merge branch 'master' into lint. [wllm-rbnt]
|
||||
|
||||
* Fix README layout. [William Robinet]
|
||||
|
||||
* Rework Docker files & scripts. [William Robinet]
|
||||
|
||||
* Increase version in CMakeLists.txt. [William Robinet]
|
||||
|
||||
* Fix command in README.md. [William Robinet]
|
||||
|
||||
* Lint ALL the things ! [William Robinet]
|
||||
|
||||
* Remove old, unused files. [William Robinet]
|
||||
|
||||
* Convert remaining old-style function definitions. [William Robinet]
|
||||
|
||||
* [clang-format] Do NOT sort include directives. [William Robinet]
|
||||
|
||||
* Convert old-style function definitions. [William Robinet]
|
||||
|
||||
* Fix null analyzer instantiation. [William Robinet]
|
||||
|
||||
* Add clan-format config. [William Robinet]
|
||||
|
||||
|
||||
## v1.8 (2023-08-14)
|
||||
|
||||
### Changes
|
||||
|
||||
* [doc/ref] version updated. [Alexandre Dulaunoy]
|
||||
|
||||
* [doc] version v1.8 released. [Alexandre Dulaunoy]
|
||||
|
||||
* [doc] typo fixed. [Alexandre Dulaunoy]
|
||||
|
||||
* [doc] v1.7 released + new changelog. [Alexandre Dulaunoy]
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
# Release and tagging
|
||||
|
||||
- Current version of ssldump is [v1.8](https://github.com/adulau/ssldump/releases/tag/v1.8) (released: 2023-08-14) - [ChangeLog](https://raw.githubusercontent.com/adulau/ssldump/master/ChangeLog)
|
||||
- Current version of ssldump is [v1.9](https://github.com/adulau/ssldump/releases/tag/v1.9) (released: 2024-11-03) - [ChangeLog](https://raw.githubusercontent.com/adulau/ssldump/master/ChangeLog)
|
||||
|
||||
# What about the original ssldump?
|
||||
|
||||
|
|
Loading…
Reference in a new issue