Expand description
Signature scheme name parsing and algorithm mapping.
Functionsยง
- algorithm_
for_ schemes - Determine the common
SignatureAlgorithmfor a list of schemes. - parse_
scheme - Parse a signature scheme name string (e.g.,
"ECDSA_NISTP256_SHA256") into a rustlsSignatureScheme. - scheme_
to_ string - Convert a rustls
SignatureSchemeto its canonical string name.