blob: 375a27915fde69db213c8ee22be770f6d1de9b2b [file] [log] [blame]
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `enums` mod in crate `rustls`."><meta name="keywords" content="rust, rustlang, rust-lang, enums"><title>rustls::internal::msgs::enums - Rust</title><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../SourceSerif4-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../FiraSans-Regular.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../FiraSans-Medium.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../SourceCodePro-Regular.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../SourceSerif4-Bold.ttf.woff2"><link rel="preload" as="font" type="font/woff2" crossorigin href="../../../../SourceCodePro-Semibold.ttf.woff2"><link rel="stylesheet" href="../../../../normalize.css"><link rel="stylesheet" href="../../../../rustdoc.css" id="mainThemeStyle"><link rel="stylesheet" href="../../../../ayu.css" disabled><link rel="stylesheet" href="../../../../dark.css" disabled><link rel="stylesheet" href="../../../../light.css" id="themeStyle"><script id="default-settings" ></script><script src="../../../../storage.js"></script><script defer src="../../../../main.js"></script><noscript><link rel="stylesheet" href="../../../../noscript.css"></noscript><link rel="alternate icon" type="image/png" href="../../../../favicon-16x16.png"><link rel="alternate icon" type="image/png" href="../../../../favicon-32x32.png"><link rel="icon" type="image/svg+xml" href="../../../../favicon.svg"></head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle">&#9776;</button><a class="sidebar-logo" href="../../../../rustls/index.html"><div class="logo-container"><img class="rust-logo" src="../../../../rust-logo.svg" alt="logo"></div></a><h2></h2></nav><nav class="sidebar"><a class="sidebar-logo" href="../../../../rustls/index.html"><div class="logo-container"><img class="rust-logo" src="../../../../rust-logo.svg" alt="logo"></div></a><h2 class="location"><a href="#">Module enums</a></h2><div class="sidebar-elems"><section><ul class="block"><li><a href="#enums">Enums</a></li></ul></section></div></nav><main><div class="width-limiter"><nav class="sub"><form class="search-form"><div class="search-container"><span></span><input class="search-input" name="search" autocomplete="off" spellcheck="false" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"><div id="help-button" title="help" tabindex="-1"><a href="../../../../help.html">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../../../settings.html" title="settings"><img width="22" height="22" alt="Change settings" src="../../../../wheel.svg"></a></div></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1 class="fqn">Module <a href="../../../index.html">rustls</a>::<wbr><a href="../../index.html">internal</a>::<wbr><a href="../index.html">msgs</a>::<wbr><a class="mod" href="#">enums</a><button id="copy-path" onclick="copy_path(this)" title="Copy item path to clipboard"><img src="../../../../clipboard.svg" width="19" height="18" alt="Copy item path"></button></h1><span class="out-of-band"><a class="srclink" href="../../../../src/rustls/msgs/enums.rs.html#1-792">source</a> · <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">[<span class="inner">&#x2212;</span>]</a></span></div><h2 id="enums" class="small-section-header"><a href="#enums">Enums</a></h2><div class="item-table"><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.AlertDescription.html" title="rustls::internal::msgs::enums::AlertDescription enum">AlertDescription</a></div><div class="item-right docblock-short">The <code>AlertDescription</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.AlertLevel.html" title="rustls::internal::msgs::enums::AlertLevel enum">AlertLevel</a></div><div class="item-right docblock-short">The <code>AlertLevel</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.CertificateStatusType.html" title="rustls::internal::msgs::enums::CertificateStatusType enum">CertificateStatusType</a></div><div class="item-right docblock-short">The <code>CertificateStatusType</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.CipherSuite.html" title="rustls::internal::msgs::enums::CipherSuite enum">CipherSuite</a></div><div class="item-right docblock-short">The <code>CipherSuite</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.ClientCertificateType.html" title="rustls::internal::msgs::enums::ClientCertificateType enum">ClientCertificateType</a></div><div class="item-right docblock-short">The <code>ClientCertificateType</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.Compression.html" title="rustls::internal::msgs::enums::Compression enum">Compression</a></div><div class="item-right docblock-short">The <code>Compression</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.ContentType.html" title="rustls::internal::msgs::enums::ContentType enum">ContentType</a></div><div class="item-right docblock-short">The <code>ContentType</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.ECCurveType.html" title="rustls::internal::msgs::enums::ECCurveType enum">ECCurveType</a></div><div class="item-right docblock-short">The <code>ECCurveType</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.ECPointFormat.html" title="rustls::internal::msgs::enums::ECPointFormat enum">ECPointFormat</a></div><div class="item-right docblock-short">The <code>ECPointFormat</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.ExtensionType.html" title="rustls::internal::msgs::enums::ExtensionType enum">ExtensionType</a></div><div class="item-right docblock-short">The <code>ExtensionType</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.HandshakeType.html" title="rustls::internal::msgs::enums::HandshakeType enum">HandshakeType</a></div><div class="item-right docblock-short">The <code>HandshakeType</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.HashAlgorithm.html" title="rustls::internal::msgs::enums::HashAlgorithm enum">HashAlgorithm</a></div><div class="item-right docblock-short">The <code>HashAlgorithm</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.HeartbeatMessageType.html" title="rustls::internal::msgs::enums::HeartbeatMessageType enum">HeartbeatMessageType</a></div><div class="item-right docblock-short">The <code>HeartbeatMessageType</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.HeartbeatMode.html" title="rustls::internal::msgs::enums::HeartbeatMode enum">HeartbeatMode</a></div><div class="item-right docblock-short">The <code>HeartbeatMode</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.KeyUpdateRequest.html" title="rustls::internal::msgs::enums::KeyUpdateRequest enum">KeyUpdateRequest</a></div><div class="item-right docblock-short">The <code>KeyUpdateRequest</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.NamedCurve.html" title="rustls::internal::msgs::enums::NamedCurve enum">NamedCurve</a></div><div class="item-right docblock-short">The <code>NamedCurve</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.NamedGroup.html" title="rustls::internal::msgs::enums::NamedGroup enum">NamedGroup</a></div><div class="item-right docblock-short">The <code>NamedGroup</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.PSKKeyExchangeMode.html" title="rustls::internal::msgs::enums::PSKKeyExchangeMode enum">PSKKeyExchangeMode</a></div><div class="item-right docblock-short">The <code>PSKKeyExchangeMode</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.ProtocolVersion.html" title="rustls::internal::msgs::enums::ProtocolVersion enum">ProtocolVersion</a></div><div class="item-right docblock-short">The <code>ProtocolVersion</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.ServerNameType.html" title="rustls::internal::msgs::enums::ServerNameType enum">ServerNameType</a></div><div class="item-right docblock-short">The <code>ServerNameType</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.SignatureAlgorithm.html" title="rustls::internal::msgs::enums::SignatureAlgorithm enum">SignatureAlgorithm</a></div><div class="item-right docblock-short">The <code>SignatureAlgorithm</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div><div class="item-row"><div class="item-left module-item"><a class="enum" href="enum.SignatureScheme.html" title="rustls::internal::msgs::enums::SignatureScheme enum">SignatureScheme</a></div><div class="item-right docblock-short">The <code>SignatureScheme</code> TLS protocol enum. Values in this enum are taken
from the various RFCs covering TLS, and are listed by IANA.
The <code>Unknown</code> item is used when processing unrecognised ordinals.</div></div></div></section></div></main><div id="rustdoc-vars" data-root-path="../../../../" data-current-crate="rustls" data-themes="ayu,dark,light" data-resource-suffix="" data-rustdoc-version="1.66.0-nightly (5c8bff74b 2022-10-21)" ></div></body></html>