Skip to content

0.17.3

Compare
Choose a tag to compare
@hannesm hannesm released this 20 Nov 13:08
· 67 commits to main since this release
766eb22

CHANGES:

  • tls: provide Engine.export_key_material, which implements RFC 5705 (and 8446)
    TLS EKM (#482 @hannesm)
  • tls: fix protocol_version in Engine.epoch (TLS 1.3 always pretended TLS 1.0)
    (#482 @hannesm)
  • tls: add the side (`Client or `Server) to epoch_data
    (#482 @hannesm)
  • BREAKING tls: Engine.epoch - return result instead of custom variant
    (#483 @hannesm)