如何检查 iOS 上的 RSA 版本?

How to check RSA version on iOS?

请帮我看看 iOS 11 上安全框架的 RSA 版本是多少? 我们的客户想知道,但我不知道怎么找到。

我假设你的意思是受信任的根证书。

您可以与客户分享这个,也许他们更清楚自己在寻找什么。

List of available trusted root certificates in iOS 11

编辑:

客户特别关注的是在英飞凌 RSA 库 1.02.013 中发现的漏洞。 该库用于 Infineon 可信平台模块 (TPM)。

Trusted Platform Module (TPM) is an international standard for a secure cryptoprocessors that can securely store critical data such as passwords, certificates and encryption keys. TPM is a dedicated microcontroller designed to secure hardware by integrating cryptographic keys into devices and is used for secured crypto processes within computing devices as well as for secured storage of critical data. TPMs are typically used in business laptops, routers and embedded and IoT devices.

幸运的是iOS 不使用 Infineon RSA 库来确保安全。您的客户可以放心,它不会受到此特定缺陷的影响。

阅读 this TechCrunch post 了解有关该漏洞的更多信息。

可能请求的信息在 FIPS140 认证中,请参阅:

Apple iOS CoreCrypto Module v7.0 and Apple iOS CoreCrypto Kernel Module v7.0.

Apple FIPS 140 Module Validations

的完整列表

有关更多信息,请考虑使用开发人员支持事件或 Apple security mailing list