7 releases

0.2.0 Feb 13, 2025
0.2.0-alpha.2 Nov 29, 2024
0.2.0-alpha.0 Oct 27, 2024
0.1.0 Sep 30, 2024

#2057 in Cryptography

Download history 60/week @ 2024-11-30 6/week @ 2024-12-07 87/week @ 2025-02-08 46/week @ 2025-02-15 15/week @ 2025-02-22 14/week @ 2025-03-01 48/week @ 2025-03-08 67/week @ 2025-03-15

146 downloads per month

Apache-2.0 OR ISC OR MIT-0

3.5MB
83K SLoC

rustls-graviola

Latest release Documentation

This crate provides an integration between rustls and Graviola.

Use it like:

rustls_graviola::default_provider()
    .install_default()
    .unwrap();

And then use rustls as normal.

License: Apache-2.0 OR ISC OR MIT-0


lib.rs:

Graviola

This crate provides an integration between rustls and Graviola.

Use it like:

rustls_graviola::default_provider()
    .install_default()
    .unwrap();

And then use rustls as normal.

Dependencies

~7–15MB
~275K SLoC