We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a0964 commit d34d502Copy full SHA for d34d502
src/test/ruby/test_cipher.rb
@@ -27,6 +27,7 @@ def test_cipher_extended_support
27
OpenSSL::Cipher.new 'PBEWithSHA1AndRC2_40-CBC' # Sun JCE
28
#OpenSSL::Cipher.new 'RSA/ECB' # Sun JCE
29
OpenSSL::Cipher.new 'RSA/ECB/OAEPWITHSHA-512ANDMGF1PADDING' # Sun JCE
30
+ OpenSSL::Cipher.new 'RSA/ECB/OAEPWithSHA1AndMGF1Padding' # Sun JCE
31
OpenSSL::Cipher.new 'DESedeWrap/CBC/NOPADDING' # Sun JCE
32
OpenSSL::Cipher.new 'XTEA/CBC/PKCS7Padding' # BC
33
OpenSSL::Cipher.new 'Noekeon/CBC/ZeroBytePadding' # BC
@@ -349,4 +350,4 @@ def test_encrypt_aes_cfb_20_incompatibility
349
350
end
351
352
-end
353
+end
0 commit comments