NotImplementedError(经过身份验证的?()函数在此计算机上未实现

时间:2016-03-18 21:43:50

标签: ruby macos openssl osx-elcapitan

我有以下代码:

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机器上确认了这一点。

0 个答案:

没有答案