tokio-postgres-rustls

Integration between rustls and tokio-postgres

MIT License

Downloads
1.3M
Stars
29
Committers
10
tokio-postgres-rustls - v0.12.0 Latest Release

Published by jbg 7 months ago

  • Update rustls to 0.23 (thanks @aumetra!)
tokio-postgres-rustls - v0.11.1

Published by jbg 9 months ago

  • Update x509-certificate to 0.23 to avoid pulling in multiple versions of ring. Thanks @serprex
tokio-postgres-rustls - v0.11.0

Published by jbg 9 months ago

  • Fixed the SCRAM channel binding check to use the correct digest based on the server certificate (thanks @JamesGuthrie)
  • Updated rustls to 0.22 (thanks @ol-teuto)
  • Updated ring to 0.17 (thanks @fnichol)
tokio-postgres-rustls - v0.10.0

Published by jbg over 1 year ago

tokio-postgres-rustls - v0.9.0

Published by jbg almost 3 years ago

  • Updated rustls to 0.20 (thanks @UjOwtuc!)
tokio-postgres-rustls - v0.8.0

Published by jbg over 3 years ago

Deferred failure in make_tls_connect (e.g. due to an invalid/missing hostname) until establishing the TLS connection is actually attempted. This is consistent with the behaviour of other tokio-postgres TLS integrations, and allows using SslMode::Disable to e.g. connect to a UNIX socket whilst still having tokio-postgres-rustls as the chosen TLS library for tokio-postgres.

tokio-postgres-rustls - v0.7.0

Published by jbg over 3 years ago

Updated to Tokio 1

tokio-postgres-rustls - v0.6.0

Published by jbg almost 4 years ago

  • Updated to tokio 0.3, rustls 0.19, tokio-postgres 0.6, tokio-rustls 0.21.
tokio-postgres-rustls - v0.5.0

Published by jbg about 4 years ago

Updated to rustls 0.18 and tokio-rustls 0.14.

tokio-postgres-rustls - v0.4.1

Published by jbg about 4 years ago

Updated to rustls 0.17 and tokio-rustls 0.13. Marked the TlsConnect Future as Send.

tokio-postgres-rustls - 0.3.1

Published by jbg almost 5 years ago

Made MakeRustlsConnect Clone to ease its use in connection pools. Cloning MakeRustlsConnect is very cheap since the struct contains only an Arc.

tokio-postgres-rustls - 0.3.0

Published by jbg almost 5 years ago

Updated to tokio 0.2.x and tokio-postgres 0.5.x, and updated all other deps to latest versions.