ruby/test/openssl/fixtures/pkey
Kazuki Yamaguchi ff708f86fa [ruby/openssl] pkey/ec: use heredoc for invalid key example in test cases
test/openssl/fixtures/pkey/p256_too_large.pem and p384_invalid.pem are
invalid keys where the encoded public key doesn't match the private key.
They are only useful for test cases for OpenSSL::PKey::EC#check_key and
will not be reused elsewhere. Let's directly include the PEM encoding
as a heredoc for clarity.

p384_invalid.pem is dropped because it is redundant.

2f807ff30f
2025-01-06 17:07:56 +00:00
..
dh-1.pem
dh2048_ffdhe2048.pem
dsa256.pem
dsa512.pem
dsa1024.pem
dsa2048.pem
p256.pem
rsa-1.pem
rsa-2.pem
rsa-3.pem
rsa1024.pem
rsa2048.pem