Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This update enhances the Wireshark demo in the
oqs-demos
repository by integrating OpenSSL 3 with the OQS provider for quantum-safe cryptography support. Key improvements include:Updated Dockerfile:
Wireshark 4.4.1
(latest version) with OpenSSL 3 with the OQS provider.Automated Header Generation:
generate_qsc_header.py
, a Python script that automates the generation ofqsc.h
, defining post-quantum cryptographic algorithms for Wireshark.ALGORITHMS.md
file in the OQS provider repository to ensure support for the latest algorithms.Project Cleanup and Expanded Documentation:
README.md
with comprehensive setup instructions, configuration options, and cross-platform usage guidelines.USAGE.md
,build.sh
, andwolfssl-qsc.h
) to streamline the project structure.Cross-Platform Notes:
Guidance for Linux and macOS display setup was drawn from documentation. Further testing on these platforms is recommended to ensure full functionality and compatibility.
Testing Summary
The updated Wireshark demo has been verified on Windows 11 with Docker 4.35.1 (latest version). Testing confirmed a successful build and functionality of Wireshark with post-quantum cryptography support.
Test Screenshots
The following screenshots show the successful integration of post-quantum cryptography in Wireshark. The tests capture traffic using the Kyber1024 and Frodo640aes algorithms.