Rocket/core/lib
Sergio Benitez edce8bd656 Use default 'CryptoProvider' for all TLS ops.
Prior to this commit, some TLS related operations used 'ring' even when
a different default 'CryptoProvider' was installed. This commit fixes
that by refactoring 'TlsConfig' such that all utility methods are
required to use the default 'CryptoProvider'.

This commit also cleans up code related to the rustls 0.23 update.
2024-03-31 11:46:56 -07:00
..
fuzz Doc, fix, and test 'cli_colors' deserialization. 2023-12-18 16:37:56 -08:00
src Use default 'CryptoProvider' for all TLS ops. 2024-03-31 11:46:56 -07:00
tests Fix and always set Content-Length header. 2024-03-21 16:42:09 -07:00
Cargo.toml Use default 'CryptoProvider' for all TLS ops. 2024-03-31 11:46:56 -07:00
build.rs Fix min dependency versions. Update MSRV to 1.64. 2023-12-13 17:49:05 -08:00