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§

  • Supported key exchange algorithms.
  • Supported cipher suites.

Functions§