mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 13:04:13 +02:00
![]() 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.
|
||
---|---|---|
.. | ||
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 |