ruby/test/openssl/fixtures
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
..
pkey [ruby/openssl] pkey/ec: use heredoc for invalid key example in test cases 2025-01-06 17:07:56 +00:00