Month: 2 years ago

SSL

Certificate Pinning

Certificate pinning forces your client app to validate the server’s certificate against a known copy. After pinning your server’s certificate inside your client app, your client should check the basic validity like common name in the certificate as well as verify that the server’s certificate matches the pinned certificate. To verify we have a match, […]

admin 
SSL

OSCP : Online Certificate Status Protocol

Concepts: Certificate Revocation: Certificate revocation is the act of invalidating a TLS/SSL before its scheduled expiration date. A certificate should be revoked immediately when its private key shows signs of being compromised or when the domain for which it was issued is no longer operational. Certificate Revocation List:  Certificates that are revoked are stored on […]

admin