Lines Matching full:certificates
2 page.tags=network,certificates
13 <li><a href="#CommonProblems">Common Problems Verifying Server Certificates</a>
24 <li><a href="#ClientCert">Client Certificates</a></li>
59 have a set of one or more certificates it trusts. If the certificate is not in the set, the
70 <p>In order to address these downsides, servers are typically configured with certificates
82 certificates for many servers, you still need some way to make sure you are talking to the
93 about certificates according to the <a
126 and so on. But in terms of the details for verifying certificates and hostnames, the Android
132 <h2 id="CommonProblems">Common Problems Verifying Server Certificates</h2>
177 uses to validate certificates from the server
269 CAs don't sign server certificates directly. Instead, they use their main CA certificate,
276 a chain of certificates from the server CA through any intermediates necessary to reach a
481 <p>SSL relies heavily on CAs to issue certificates to only the properly verified owners
485 resulting in the certificates for a hostname to be issued to
488 <p>In order to mitigate this risk, Android has the ability to blacklist certain certificates or even
496 <p>An app can further protect itself from fraudulently issued certificates by a
504 <h2 id="ClientCert">Client Certificates</h2>
507 supports the notion of client certificates that allow the server to validate the identity of a