Certificate Pinning
Certificate pinning is a security technique in which an application is hard-coded to trust only a specific TLS certificate, public key, or certificate authority for a given server, rejecting connections presented with any other certificate even if it would otherwise be validly signed by a trusted root CA.
2 resources across 1 library
Glossary Terms(2)
Certificate Pinning
Certificate pinning is a security technique in which an application is hard-coded to trust only a specific TLS certificate, public key, or certificate authorit…
Mutual TLS (mTLS)
Mutual TLS (mTLS) is an extension of the standard TLS protocol in which both the client and the server present and verify X.509 certificates during the handsha…