I am developing an iOS application that needs access to system certificates and keys for digitally signing data.
I did some research, and I found that it is theoretically impossible from a third-party application to access system key fobs, since it only has access to its own keychain. Here is the https://stackoverflow.com/a/412960/1472742/ ... message explaining this.
However, some applications, such as Cisco AnyConnect , display a list with all the system certificates for the VPN configuration. This may mean that there is REALLY a way to get a list of system certificates.
This image shows how certificates are displayed in a cisco application.
I would be very grateful if someone could shed light on this problem.
source share