5 releases

0.2.0-alpha.1 Nov 14, 2024
0.2.0-alpha.0 Oct 27, 2024
0.1.0 Sep 30, 2024
0.1.0-alpha.1 Sep 28, 2024
0.1.0-alpha.0 Sep 27, 2024

#706 in Cryptography

Download history 45/week @ 2024-09-21 440/week @ 2024-09-28 19/week @ 2024-10-05 6/week @ 2024-10-12 95/week @ 2024-10-26 9/week @ 2024-11-02 90/week @ 2024-11-09 20/week @ 2024-11-16

214 downloads per month

Apache-2.0 OR ISC OR MIT-0

3.5MB
82K SLoC

rustls-graviola

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.

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–14MB
~271K SLoC