rustls-rustcrypto icon indicating copy to clipboard operation
rustls-rustcrypto copied to clipboard

Rustls cryptography provider built on the pure Rust crates from the RustCrypto organization

Results 27 rustls-rustcrypto issues
Sort by recently updated
recently updated
newest added

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.12 to 0.23.14. Commits cf736e3 Prepare 0.23.14 262ae99 Accept kyber deprecation c9f5734 Take aws-lc-rs 1.10 0560938 Take latest bogo release 7bf82dc Send illegal_parameter alert on illegal group...

dependencies
rust

This PR represents a monumental refactoring effort that transforms `rustls-rustcrypto` from its initial alpha implementation into an almost production-ready, highly modular TLS provider, if performance is not of concern. Spanning...

This PR solves the `getrandom` dependency problem, due to `OsRng` being added to the library code itself. Since `OsRng` assumed to be running under an operating system, this makes it...

Bumps [rustls](https://github.com/rustls/rustls) from 0.23.12 to 0.23.19. Commits 4962141 Prepare 0.23.19 82f5fce Prepare 0.23.18 183a099 Add reproducer for bug 2227 d6d300d Record and restore the processed cursor in first_handshake_message 970f501 rustls-bench:...

dependencies
rust

Bumps [rsa](https://github.com/RustCrypto/RSA) from 0.9.6 to 0.9.7. Changelog Sourced from rsa's changelog. 0.9.7 (2024-11-26) Fixed always validate keys in from_components do not crash when handling tiny keys in PKCS1v15 Commits 551f6e5...

dependencies
rust

This changes allows you to select which algorithms are supported using Cargo features. By default, the newly added features are all selected, so there should be no functional/API changes. The...

crypto-bigint is dup bringing also v0.5.5 due to: $ cargo tree -i -p [email protected] ``` crypto-bigint v0.5.5 └── elliptic-curve v0.13.8 ├── ecdsa v0.16.9 │ ├── p256 v0.13.2 │ │ └──...