问题描述
我找到了为 arm64 构建非 FIPS openssl 的参考,但我需要构建 FIPS 版本.
I've found references for building non-FIPS openssl for arm64 but I need to build the FIPS version.
https://github.com/GotoHack/iOS-openSSL-FIPS 构建 armv7 版本,但我似乎无法将它们扩展到 arm64.有没有人成功做到这一点?
Projects like https://github.com/GotoHack/iOS-openSSL-FIPS build armv7 versions but I can't seem to extend them to arm64. Has anyone successfully done this?
我是用os-x编译的,目标是IOS
I'm using os-x to compile, the target is IOS
推荐答案
你现在不能.该平台(iOS、ARM64、A7/A8 芯片)尚未经过验证.请参阅 OpenSSL FIPS 对象模块 v2 中的第 3.2 节已知支持的平台.0 用户指南.
You can't at the moment. The platform (iOS, ARM64, A7/A8 chips) has not been validated. See section 3.2 Known Supported Platforms in OpenSSL FIPS Object Module v2.0 User Guide.
如果您想要一个经过验证的 arn64 构建,那么您必须参与 OpenSSL Foundation for私人标签验证.
If you want a validated arn64 build, then you will have to engage the OpenSSL Foundation for a private label validation.
这篇关于为 arm64 构建 OpenSSL FIPS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!