You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* jruby-10.0:
Also make constructor public
Make SeekableByteArayChannelImpl public
[test] review passing OpenSSL tests
[deps] bump jruby-openssl to latest
remove redundant test from TestJava.java
Fix prepended module initialize not called for Ruby classes rooted in
a Java superclass
exclude:test_ECPrivateKey_encrypted,"work in progress"
3
-
exclude:test_PUBKEY,"work in progress"
4
1
exclude:test_check_key,"work in progress"
5
-
exclude:test_derive_key,"TODO: OpenSSL::PKey::EC#derive not yet implemented"
6
-
exclude:test_dh_compute_key,"work in progress"
7
-
exclude:test_dsa_sign_asn1_FIPS186_3,"work in progress"
8
-
exclude:test_ec_group,"work in progress"
9
-
exclude:test_ec_key,"work in progress"
10
-
exclude:test_ec_key_new,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, private key as well as public key are null"
11
-
exclude:test_ec_key_new_empty,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, null curve name"
12
2
exclude:test_ec_point,"work in progress"
13
3
exclude:test_ec_point_add,"work in progress"
14
4
exclude:test_ec_point_mul,"work in progress"
15
-
exclude:test_generate,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271"
16
-
exclude:test_generate_key,"work in progress"
17
5
exclude:test_sign_verify_raw,"work in progress"
18
6
exclude:test_small_curve,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, null curve name"
Copy file name to clipboardExpand all lines: test/mri/excludes/OpenSSL/TestPKey.rb
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,3 @@
8
8
exclude:test_s_generate_key,"work in progress"
9
9
exclude:test_s_generate_parameters,"work in progress"
10
10
exclude:test_s_generate_parameters_with_block,"work in progress"
11
-
exclude:test_s_read_der_then_pem,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, undefined method 'private_to_pem' for an instance of OpenSSL::PKey::RSA"
12
-
exclude:test_s_read_passphrase,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, undefined method 'private_to_pem' for an instance of OpenSSL::PKey::RSA"
13
-
exclude:test_s_read_pem_unknown_block,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, undefined method 'private_to_pem' for an instance of OpenSSL::PKey::RSA"
Copy file name to clipboardExpand all lines: test/mri/excludes/OpenSSL/TestPKeyDSA.rb
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,5 @@
2
2
exclude:test_DSAPrivateKey_encrypted,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, IllegalArgumentException: Bad sequence size: 3"
3
3
exclude:test_PUBKEY,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, IllegalArgumentException: Bad sequence size: 3"
4
4
exclude:test_dup,'passes except for setting (invalid) `key2.p + 1` as validation happens early'
exclude:test_marshal,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, IllegalArgumentException: Bad sequence size: 3"
7
5
exclude:test_new_break,'needs investigation'
8
-
exclude:test_new_empty,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271"
9
-
exclude:test_params,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, IllegalArgumentException: Bad sequence size: 3"
10
-
exclude:test_private,"new failure with Ruby 4.0 tests, tested on MacOS, https://github.com/jruby/jruby/issues/9271, IllegalArgumentException: Bad sequence size: 3"
11
-
exclude:test_sign_verify,"work in progress"
12
-
exclude:test_sign_verify_raw,"TODO: sign_raw not implemented"
0 commit comments