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
android: additional comments for CertificateVerifier.kt
This commit add some additional comments to the `CertificateVerifier.kt`
implementation based on the Android developer docs. In particular:
* A note about the return from `checkServerTrusted` being a list ordered
from EE to trust anchor.
* A note that after adding a `PKIXRevocationChecker` to
a `PKIXParameters` it can't be modified further or the effects of the
modifications will be ignored.
* A note about why `isRevocationEnabled` is set to false on the
`PKIXRevocationChecker`.
0 commit comments