AuthenticationProtocolType
Summary
Protocols which support authentication.
Description
This enumeration provides common protocols used in authentication of servers or services over a network.
Metadata
https://spdx.org/rdf/3.1/terms/Service/AuthenticationProtocolType
Name | AuthenticationProtocolType |
Entries
- crl: Certificate Revocation List, or CRL, is a list of revoked certificates 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.
- other: An authentication protocol not covered by one of the other AuthenticationProtocolTypes.
- tls: Transport Layer Security, or TLS, is a widely adopted security protocol designed to facilitate privacy and data security for communications over the Internet.