[][src]Module tls_parser::tls_sign_hash

TLS signature schemes

Structs

DigitallySigned

DigitallySigned structure from [RFC2246] section 4.7 has no algorithm definition. This should be deprecated in favor if DigitallySigned structure from [RFC5246] section 4.7

HashAlgorithm

Hash algorithms, as defined in [RFC5246]

SignAlgorithm

Signature algorithms, as defined in [RFC5246]

SignatureAndHashAlgorithm
SignatureScheme

Signature algorithms, as defined in [RFC8446] 4.2.3

Functions

parse_content_and_signature

Parse DigitallySigned object, depending on the ext parameter which should be true if the TLS client has sent the signature_algorithms extension

parse_digitally_signed
parse_digitally_signed_old