v0.63.0
Features
-
09f6582: Support host certificates on the client side (#752) (@biao29) #752
- This changes the signature of
Handler::check_server_keyto take a newPublicKeyOrCertificateenum instead of&PublicKey
- This changes the signature of
-
d7601ae: Support host certificates on the server side (#641) (Georg von Zengen) #641
- Adds a
Config::certificatesthat functions similarly toConfig::keys
- Adds a
Fixes
- f2354c7: improve strict kex checks (Eugene)
- 0363fde: fixed PKCS#8 parsing panicking on incorrect contents (Eugene)
- 46c927a: use constant-time comparison for agent unlock (Eugene)
- 8da8967: sanitize Curve25519 params (Eugene)
Full Changelog: v0.62.7...v0.63.0