Building OpenSSL FIPS for arm64

﹥>﹥吖頭↗ 提交于 2019-12-11 02:57:51

问题


I've found references for building non-FIPS openssl for arm64 but I need to build the FIPS version.

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?

I'm using os-x to compile, the target is IOS


回答1:


I've found references for building non-FIPS openssl for arm64 but I need to build the FIPS version.

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.

If you want a validated arn64 build, then you will have to engage the OpenSSL Foundation for a private label validation.



来源:https://stackoverflow.com/questions/27911776/building-openssl-fips-for-arm64

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!