You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Considering that this module is a security relevant element, especially as it enforces security requirements, it would be definitely good to re-use cryptographic implementations. Due to their (jose) focus on this topic they might also have additional tests running on the implementation.
Another topic is the upcoming https://en.wikipedia.org/wiki/Cyber_Resilience_Act - concerning this it would be great to have an SBOM to be capable of checking this. So consider you have your own implementation of the crypt algorithm a bug might not be identified, but if you depend on jose and they do regular reviews and this module has an SBOM such a bug could be tracked and remedied much faster.
jose is a C implementation of JWS and JWK (among others). It’s already packaged by major distros, as you can see on repology.
The text was updated successfully, but these errors were encountered: