Ssl::Fingerprint::Cert::Sha1 Struct Reference

Fingerprint based on the SHA1 value of the certificate. More...

#include <Fingerprints.h>

Collaboration diagram for Ssl::Fingerprint::Cert::Sha1:
[legend]

Public Attributes

Crypto::Sha1::Hash hash
 

Static Public Attributes

static constexpr Type type = Type::CertSha1
 

Detailed Description

Fingerprint based on the SHA1 value of the certificate.

The SHA1 hash of the entire certificate. This changes on each certificate renewal so needs to be updated every time the remote server updates its certificate.

Advantages: Takes less time to verify than SHA256

Disadvantages: Likely to change periodically

Member Data Documentation

◆ hash

Crypto::Sha1::Hash Ssl::Fingerprint::Cert::Sha1::hash

◆ type

constexpr Type Ssl::Fingerprint::Cert::Sha1::type = Type::CertSha1
static

The documentation for this struct was generated from the following file: