# Changes ## [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