jeroen / openssl

OpenSSL bindings for R
Other
64 stars 22 forks source link

Test failures with openssl 1.1.1 #57

Closed QuLogic closed 6 years ago

QuLogic commented 6 years ago

On the update to openssl 1.1.1, there are some new failures:

Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
  -- 5. Failure: reading protected keys (@test_keys_rsa.R#10)  -------------------
  `read_key("../keys/id_rsa.pw", password = "")` threw an error with unexpected message.
  Expected match: "bad password"
  Actual message: "OpenSSL error in EVP_DecryptFinal_ex: bad decrypt"

  == testthat results  ===========================================================
  OK: 454 SKIPPED: 0 FAILED: 5
  1. Failure: reading protected keys (@test_keys_dsa.R#10) 
  2. Failure: reading protected keys (@test_keys_ecdsa.R#12) 
  3. Failure: reading protected keys (@test_keys_ecdsa384.R#12) 
  4. Failure: reading protected keys (@test_keys_ecdsa521.R#12) 
  5. Failure: reading protected keys (@test_keys_rsa.R#10) 
jeroen commented 6 years ago

Thanks for the heads up!

jeroen commented 6 years ago

I'll try to get this to CRAN today.