Skip to main content

Crate rustls_graviola

Crate rustls_graviola 

Source
Expand description

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.

Modules§

kx
Supported key exchange algorithms.
suites
Supported cipher suites.

Structs§

Ticketer
The default ticketer.

Functions§

default_provider
This is a rustls CryptoProvider using cryptography from Graviola.