| commit | 0ad3eeffdbbe196c771d16439579193998f7f7b0 | [log] [tgz] |
|---|---|---|
| author | Igor Sarkisov <isarkisov@google.com> | Tue Oct 06 23:51:19 2020 -0700 |
| committer | Igor Sarkisov <isarkisov@google.com> | Tue Oct 06 23:51:19 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.