Here’s a memo of the installation procedure to use OpenSSL installed with Homebrew instead of Mac’s default OpenSSL.
% which openssl
/usr/bin/openssl
% openssl version
% brew install openssl
% brew link openssl --force
% which openssl
/usr/local/bin/openssl
% openssl version
OpenSSL 1.0.1e 11 Feb 2013
That’s all from the Gemba.