When running against multiple hosts, now prints each target host regardless of output level. (#309)

This commit is contained in:
Joe Testa
2024-12-05 09:41:26 -05:00
parent 28a1e23986
commit d9c703c777
3 changed files with 14 additions and 13 deletions

View File

@ -219,6 +219,7 @@ For convenience, a web front-end on top of the command-line tool is available at
### v3.4.0-dev
- Added warning to all key exchanges that do not include protections against quantum attacks due to the Harvest Now, Decrypt Later strategy (see https://en.wikipedia.org/wiki/Harvest_now,_decrypt_later).
- Migrated from deprecated `getopt` module to `argparse`; partial credit [oam7575](https://github.com/oam7575).
- When running against multiple hosts, now prints each target host regardless of output level.
### v3.3.0 (2024-10-15)
- Added Python 3.13 support.