Open ajbozarth opened 1 week ago
Hi @ajbozarth, I’m interested in maintaining the Wireshark demo. Would it be possible for me to take on this responsibility?
@Hayyaaf You are welcome to submit a PR updating any deprecated demo (like wireshark) to working state using the latest liboqs and oqs provider with openssl3. Also if you want to step up as a maintainer for the demo you can list yourself as such in the README in the same PR.
Including the following for reference:
Demo are considered deprecated due to two factors, and can be un-deprecated by anyone willing to address them:
It is worth noting that having a maintainer is not related to whether a demo is deprecated. With my update pinning demos to released versions of libraries any demo that is updated to use openssl3 with the oqs provider and has a working build, but no maintainer is considered "unmaintained" not deprecated. Demos are only deprecated when there is no interest in updating them or was no expertise to fix a broken build at the time of the version pinning.
Thanks for the clarification, @ajbozarth. I'll proceed with the PR as discussed once I finish.
As a follow up to #298 we want to create a new directory called
deprecated
and move the deprecated demo directories (envoy
,epiphany
,openlitespeed
,wireshark
andunbound
) into the newdeprecated
directory. We wanted to do this in a separate PR to have a clean git history associated with the directory restructure.