summaryrefslogtreecommitdiff
path: root/test/openssl
AgeCommit message (Expand)Author
2024-12-22[ruby/openssl] ssl: fix flaky test case test_ctx_client_session_cb_tls13_exce...Kazuki Yamaguchi
2024-12-22[ruby/openssl] cipher: make output buffer String independentKazuki Yamaguchi
2024-12-22[ruby/openssl] pkcs12: add PKCS12#set_macKazuki Yamaguchi
2024-12-07[ruby/openssl] ssl: do not clear existing SSL options in SSLContext#set_paramsKazuki Yamaguchi
2024-12-07[ruby/openssl] ssl: do not enable OpenSSL::SSL::OP_ALL by defaultKazuki Yamaguchi
2024-12-07[ruby/openssl] make configs shareable when frozenHoneyryderChuck
2024-12-07[ruby/openssl] make config frozen on initializeHoneyryderChuck
2024-12-07[ruby/openssl] ssl: handle callback exceptions in SSLSocket#sysread and #sysw...Kazuki Yamaguchi
2024-11-22[ruby/openssl] Support signing CRLs using Ed25519Josh Cooper
2024-11-22[ruby/openssl] Support signing requests using Ed25519Josh Cooper
2024-11-22[ruby/openssl] Check for compatible openssl versions earlierJosh Cooper
2024-11-14asn1: fix ObjectId#==Kazuki Yamaguchi
2024-11-14[ruby/openssl] x509: fix handling of multiple URIs in Certificate#crl_urisKazuki Yamaguchi
2024-11-14[ruby/openssl] test_x509cert.rb: break up test_extension into smaller unitsKazuki Yamaguchi
2024-11-13[ruby/openssl] make bn shareable when frozenHoneyryderChuck
2024-10-31[ruby/openssl] pkcs7: remove default cipher from PKCS7.encryptKazuki Yamaguchi
2024-09-06[ruby/openssl] Fix test_provider.rb in FIPS.Jun Aruga
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