我有以下代码:
require 'openssl'
OpenSSL::Cipher.new("AES-256-CFB").authenticated?
无论我传入的算法(从OpenSSL :: Cipher.ciphers返回的任何类型),我都会得到以下异常:
NotImplementedError (authenticated?() function is unimplemented on this machine
设定:
OS X(El Capitan)10.11.3
ruby 2.0.0p645(2015-04-13修订版50299)[universal.x86_64-darwin15]
任何帮助解决这个问题将不胜感激。我已经在* nix和非El-Capitan机器上确认了这一点。