Rocket/core
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
..
codegen Introduce #[suppress]: suppress Rocket lints. 2024-03-21 20:24:53 -07:00
http Clean up codebase: fix reasonable clippy warnings. 2024-03-20 00:47:38 -07:00
lib Use default 'CryptoProvider' for all TLS ops. 2024-03-31 11:46:56 -07:00