ntex/ntex-tls/CHANGES.md
2022-12-28 13:02:24 +01:00

1.1 KiB

Changes

[0.2.0-beta.0] - 2022-12-28

  • Migrate to ntex-service 1.0

[0.1.7] - 2022-10-26

  • Create the correct PskIdentity type on query #138

[0.1.6] - 2022-10-14

  • Allow extracting TLS SNI server name and TLS PSK identity #136

[0.1.5] - 2022-02-19

  • Fix rustls hangs during handshake #103

  • Move HttpProtocol to ntex-io

[0.1.4] - 2022-02-11

  • Do not use SslRef::is_init_finished() method for openssl

[0.1.3] - 2022-01-30

  • Add PeerCert and PeerCertChain for rustls

  • Update to ntex-io 0.1.7

[0.1.2] - 2022-01-12

  • Update Filter trait usage

[0.1.1] - 2022-01-10

  • Remove usage of ntex::io::Boxed types

[0.1.0] - 2021-12-30

  • Upgrade to ntex-io 0.1

[0.1.0-b.5] - 2021-12-28

  • Proper handling for openssl ZERO_RETURN error

[0.1.0-b.5] - 2021-12-28

  • Add query support for peer cert and peer cert chain

[0.1.0-b.4] - 2021-12-27

  • Upgrade no ntex 0.5-b.4

[0.1.0-b.3] - 2021-12-23

  • Add impl openssl::Acceptor::from(SslAcceptor)

  • Add openssl::Acceptor::seal() helper

[0.1.0-b.1] - 2021-12-20

  • Update ntex-io

[0.1.0-b.0] - 2021-12-19

  • Initial impl