summaryrefslogtreecommitdiff
path: root/test/openssl/fixtures/pkey/garbage.txt
AgeCommit message (Collapse)Author
2025-01-06[ruby/openssl] x509cert: simplify test cases for Certificate.load_fileKazuki Yamaguchi
Remove files from test/openssl/fixtures/pkey/ which are not pkeys. The test cases for OpenSSL::X509::Certificate.load_file can simply use issue_cert and Tempfile. https://github.com/ruby/openssl/commit/11216b8bec
2021-07-18[ruby/openssl] Implement `Certificate.load` to load certificate chain. ↵Samuel Williams
(https://github.com/ruby/openssl/pull/441) * Add feature for loading the chained certificate into Certificate array. https://github.com/ruby/openssl/commit/05e1c015d6 Co-authored-by: Sao I Kuan <saoikuan@gmail.com>