You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have to implement Cert Pinning in my application. I saved my certificate in my bundle, but certificateChainForTrust or publicKeyChainForTrust returns 3 values.
Library expects trustedCount == 3 to return true on both cases, but I have just one, so the library returns false.
I read different posts where people say something like "A validation is OK when you have at least one key."
Am I wrong? Can you help me or change the validation to trustedCount > 1?
Regards.
The text was updated successfully, but these errors were encountered:
Hi, I have to implement Cert Pinning in my application. I saved my certificate in my bundle, but
certificateChainForTrust
orpublicKeyChainForTrust
returns 3 values.Library expects
trustedCount == 3
to returntrue
on both cases, but I have just one, so the library returnsfalse
.I read different posts where people say something like "A validation is OK when you have at least one key."
Am I wrong? Can you help me or change the validation to
trustedCount > 1
?Regards.
The text was updated successfully, but these errors were encountered: