Skip to content

Releases: syang7081/server-authentication

Server Authentication - Certificate pinning enhancement

23 Jun 03:34
16558a2
Compare
Choose a tag to compare
v1.0.1-alpha

Update README.md

Server authentication - Certificate pinning enhancement

23 Jun 03:24
bdfa0f1
Compare
Choose a tag to compare

Server Certificate Pinning Enhancement

Server certificate pinning is enhanced so that remote server can be authenticated after its certificate is updated or revoked without updating the client software. The enhancement leverages the TLS extensions during the TLS handshaking process. See details in the readme file. Sample client and server code based on OpenSSL is implemented.