commit | a868c6eb5fbfbaa790e37b91241a440fcf4b0541 | [log] [tgz] |
---|---|---|
author | Igor Sarkisov <isarkisov@google.com> | Wed Oct 07 00:14:45 2020 -0700 |
committer | Igor Sarkisov <isarkisov@google.com> | Wed Oct 07 00:14:45 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.