Skip to content

0.14.1

Compare
Choose a tag to compare
@hannesm hannesm released this 13 Sep 12:59
· 141 commits to main since this release

CHANGES:

  • Bugfix: do not filter signature_algorithms based on server certificate. Since
    signature_algorithms is also used for client authentication (as
    SignatureAlgorithms extension in CertificateVerify), previously the client
    needed the same key type as the server.
    Discovered in robur-coop/albatross@df434da