Skip to main content

AUTH_TLS

Constant AUTH_TLS 

Source
pub const AUTH_TLS: u32 = 7;
Expand description

ONC RPC AUTH_TLS authentication flavor (RFC 9289 S4.1).

Used in the credential field of a NULL RPC call to probe whether the server supports RPC-over-TLS. The server replies with a verifier body of b"STARTTLS" when TLS is available.