Releases: syang7081/server-authentication
Releases · syang7081/server-authentication
Server Authentication - Certificate pinning enhancement
v1.0.1-alpha Update README.md
Server authentication - Certificate pinning enhancement
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.