Skip to content

Tags: icing/mod_tls

Tags

Verified

This tag was signed with the committer’s verified signature.
icing Stefan Eissing

v0.14.0

Toggle v0.14.0's commit message
give credit

v0.13.0

Toggle v0.13.0's commit message
include test files in distribution

v0.8.2

Toggle v0.8.2's commit message
v0.8.2

----------------------------------------------------------------------------------------------------
 * Adapted to the new API in rustls-ffi v0.8.2
 * Brought in Apache's pyhttpd test framework and adjusted test cases to its use.

v0.8.1

Toggle v0.8.1's commit message
v0.8.1 with proxy machine certificate support

 * needs ruslts-ffi v0.7.2 minimum.
 * Support for machine certificates in proxy conections. Use `TLSProxyMachineCertificate`
   similar to `TLSCertificate` to configure a certificate to use for authentication
   against a proxied backend server.
   As with `TLSCertificate` more than one certificate may be configured and the
   first compatible is chosen by the `rustls` library for the connection.

0.8.0

Toggle 0.8.0's commit message
 * prep for v0.8.0 release, speling errors in ChangeLog fixed.

0.7.1

Toggle 0.7.1's commit message
version bump.

0.7.0

Toggle 0.7.0's commit message
removing demo files