commit | 498ccdd1caa4740e73b00b95e4ef635dcfd31577 | [log] [tgz] |
---|---|---|
author | Igor Sarkisov <isarkisov@google.com> | Wed Oct 07 00:18:21 2020 -0700 |
committer | Igor Sarkisov <isarkisov@google.com> | Wed Oct 07 00:18:21 2020 -0700 |
tree | 441553d2d772dd1485b34bbf493b9aa3e766b268 |
Project import
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.