KeyValidationProtocolType
Summary
Protocols which support PKI key validation.
Description
This enumeration provides common protocols used in key validation used during the authentication of servers or services over a network.
Metadata
https://spdx.org/rdf/3/terms/Service/KeyValidationProtocolType
| Name | KeyValidationProtocolType |
Entries
- crl: Certificate Revocation List, or CRL, is a list of revoked certificates as defined in [RFC 5280]](https://datatracker.ietf.org/doc/rfc5280/) that is downloaded from the Certificate Authority (CA).
- ocsp: Online Certificate Status Protocol, or OCSP, is a common scheme used to maintain the security of a server and other network resources as defined in RFC 2560
- other: A key validation protocol not covered by one of the other KeyValidationProtocolType.