We are in the middle of figuring out the best path forward for how to treat openssl. There are now a number of projects that need it, including the following.
The challenge is that each use requires that libssl/libcrypto get built with different flags. Historically, the weave repo was in charge of building openssl. However, there is need for a stand alone build script for doing the same thing.
We don't have that build script.
For now, here are the steps for deploying openssl.
lipo -info lib/libssl.a
to check and make sure it has all archs.From there you can check in the static libs and deploy a new version of the OpenSSL pod.