summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
2024-09-05[ruby/openssl] Fix test_pkey_rsa.rb in FIPS.Jun Aruga
2024-08-29Make optional benchmark test in OpenSSL::OSSL#test_memcmp_timingHiroshi SHIBATA
2024-08-16[ruby/openssl] Remove test_ed25519_not_approved_on_fips.Jun Aruga
2024-08-16[ruby/openssl] test_s_generate_parameters: Consider a DSA error in FIPS.Jun Aruga
2024-08-06[ruby/openssl] test/openssl/test_pkey_dsa.rb: skip all tests in FIPS modeKazuki Yamaguchi
2024-07-24[ruby/openssl] x509attr: avoid using OpenSSL::ASN1 internals in #value=Kazuki Yamaguchi
2024-07-03[ruby/openssl] Add SSLSocket#readbyteGrant Gardner
2024-06-11[ruby/openssl] Pass through nil as digest when signing certificatesgartens
2024-06-08[ruby/openssl] Add X509::Certificate#tbs_bytesSamuel Giddins
2024-06-05[ruby/openssl] Fix test_create_with_mac_iter accidently setting keytype not m...KJ Tsanaktsidis
2024-05-08[ruby/openssl] Add to_text for PKCS7 and Timestamp::ResponseSamuel Giddins
2024-05-05[ruby/openssl] read: don't clear buffer when nothing can be readJean Boussier
2024-05-02[ruby/openssl] pkcs7: raise PKCS7Error for PKCS7 without content in PKCS7.rea...Jeremy Evans
2024-05-02[ruby/openssl] pkcs7: raise ArgumentError for PKCS7 with no content in PKCS7.newJeremy Evans
2024-05-02[ruby/openssl] cipher: fix buffer overflow in Cipher#updateKazuki Yamaguchi
2024-04-30[ruby/openssl] Remove trailing space in test_ssl.rbPeter Zhu
2024-04-30[ruby/openssl] Add OpenSSL::Digest.digests to get a list of available digestsBart de Water
2024-04-30[ruby/openssl] Introduce basic support for `close_read` and `close_write`.Samuel Williams
2024-04-26[ruby/openssl] Only CSR version 1 (encoded as 0) is allowed by PKIX standardsJob Snijders
2024-03-28Use www.rfc-editor.org for RFC text.Hiroshi SHIBATA
2024-03-27[ruby/openssl] Fix test_pkey_dsa.rb in FIPS.Jun Aruga
2024-03-13[ruby/openssl] test_provider.rb: Make a legacy provider test optional.Jun Aruga
2024-03-13[ruby/openssl] Revert "omit tests related legacy provider"Jun Aruga
2024-03-13[ruby/openssl] test_asn1.rb: Remove the assertions of the time string format ...Jun Aruga
2024-02-19Fix accidentally changed to rename test method at d95d3484a90a985b971ef4c5576...Hiroshi SHIBATA
2024-02-07omit tests related legacy providerHiroshi SHIBATA
2024-01-17[ruby/openssl] test/openssl/test_ocsp.rb: fix flaky testKazuki Yamaguchi
2024-01-17[ruby/openssl] Add support for IO#timeout.Samuel Williams
2024-01-13[ruby/openssl] Add support for `gets(chomp: true)`.Samuel Williams
2023-11-25Fix test_pkey_dh.rb in FIPS.Jun Aruga
2023-11-08CI: Change the openssl_fips.cnf.tmpl and openssl_fips.cnf directories.Jun Aruga
2023-10-06[ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada
2023-10-06[ruby/openssl] Exact checks with `assert_include`Nobuyoshi Nakada
2023-09-21[ruby/openssl] Fix test_pkey_ec.rb on FIPS.Jun Aruga
2023-09-21[ruby/openssl] test_pkey.rb: Refactor the test_ed25519 on FIPS.Jun Aruga
2023-09-21[ruby/openssl] test_fips.rb: Fix the `OpenSSL.fips_mode` affecting other tests.Jun Aruga
2023-09-06Use the test-unit-ruby-core gem for Test::Unit::CoreAssertionsKazuki Yamaguchi
2023-09-06[ruby/openssl] test/openssl/test_pkey_ec.rb: refactor tests for EC.builtin_cu...Kazuki Yamaguchi
2023-09-06[ruby/openssl] test/openssl/test_ossl.rb: relax assertion for error messagesKazuki Yamaguchi
2023-09-06[ruby/openssl] x509ext: let X509::ExtensionFactory#create_ext take a dotted O...Michael Richardson
2023-09-06[ruby/openssl] x509ext: test OpenSSL::X509::ExtensionFactory#create_ext with lnKazuki Yamaguchi
2023-09-06[ruby/openssl] Prefer String#unpack1Mau Magnaguagno
2023-09-06[ruby/openssl] Remove OSSL_DEBUG compile-time optionKazuki Yamaguchi
2023-08-28[ruby/openssl] Remove the pending logics by the pend_on_openssl_issue_21493.Jun Aruga
2023-08-16[ruby/openssl] test/openssl/test_pkey.rb: Fix pending tests in FIPS case.Jun Aruga
2023-08-16[ruby/openssl] Use openssl? instead of OpenSSL::OPENSSL_VERSION_NUMBER.Jun Aruga
2023-08-16[ruby/openssl] Include "additional data" message in OpenSSL errorsKazuki Yamaguchi
2023-08-16[ruby/openssl] config: relax test assertions against error messagesKazuki Yamaguchi
2023-08-16[ruby/openssl] ssl: raise SSLError if loading ca_file or ca_path failsKazuki Yamaguchi
2023-08-16[ruby/openssl] Revert "Relax error message check for OpenSSL 3.1"Kazuki Yamaguchi