Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PQC: OpenSSL in C/C++ #21

Open
bdrodes opened this issue Nov 9, 2022 · 0 comments
Open

PQC: OpenSSL in C/C++ #21

bdrodes opened this issue Nov 9, 2022 · 0 comments
Assignees
Labels
C++ PQC Post Quantum Cryptography

Comments

@bdrodes
Copy link
Collaborator

bdrodes commented Nov 9, 2022

Query to detect usage of post quantum vulnerable cryptography using OpenSSL:

https://github.com/openssl/openssl/tree/master/test
https://www.openssl.org/docs/man1.1.1/man1/genpkey.html

Uses to encrypt and sign with:

Valid built-in algorithm names for private key generation are RSA, RSA-PSS, EC, X25519, X448, ED25519 and ED448.
Valid built-in algorithm names for parameter generation (see the -genparam option) are DH, DSA and EC.

@bdrodes bdrodes added PQC Post Quantum Cryptography C++ labels Nov 9, 2022
@bdrodes bdrodes self-assigned this Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ PQC Post Quantum Cryptography
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant