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

Added the special private key that triggers bug (CVE-2011-4354) in 32… #24235

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions test/recipes/30-test_evp_data/evppkey_ecc.txt
Expand Up @@ -3598,6 +3598,20 @@ Result = DERIVE_SET_PEER_ERROR

Title=prime256v1 curve tests

PrivateKey=ALICE_naf_prime256v1
-----BEGIN PRIVATE KEY-----
MEECAQAwEwYHKoZIzj0CAQYIKoZIzj0DAQcEJzAlAgEBBCCrgvdSKyu+zo6wERHP
+5gkQ5yoY1SIgHYyZXQXRr+O2A==
-----END PRIVATE KEY-----

PublicKey=ALICE_naf_prime256v1_PUB
-----BEGIN PUBLIC KEY-----
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE5usNhOHMXYW1W8/E0TRbMhSvK4a0
ipu5+xDoKbhz55WBgERHxLWAvZugiDpyoshYqVPseGubEPA4ZpGdieYajA==
-----END PUBLIC KEY-----

PrivPubKeyPair=ALICE_naf_prime256v1:ALICE_naf_prime256v1_PUB

t8m marked this conversation as resolved.
Show resolved Hide resolved
PrivateKey=ALICE_cf_prime256v1
-----BEGIN PRIVATE KEY-----
MEECAQAwEwYHKoZIzj0CAQYIKoZIzj0DAQcEJzAlAgEBBCDZE0NZiGAFJX6JQxumKTFRT+XFCQqJ
Expand Down