Botan 3.9.0
Crypto and TLS for C&
Botan::OCSP Namespace Reference

Classes

class  CertID
class  Request
class  Response
class  SingleResponse

Enumerations

enum class  Response_Status_Code : uint8_t {
  Successful = 0 , Malformed_Request = 1 , Internal_Error = 2 , Try_Later = 3 ,
  Sig_Required = 5 , Unauthorized = 6
}

Enumeration Type Documentation

◆ Response_Status_Code

enum class Botan::OCSP::Response_Status_Code : uint8_t
strong

OCSP response status.

see https://tools.ietf.org/html/rfc6960#section-4.2.1

Enumerator
Successful 
Malformed_Request 
Internal_Error 
Try_Later 
Sig_Required 
Unauthorized 

Definition at line 116 of file ocsp.h.