Documentation ¶
Index ¶
- func GetOCSPStatus(s tls.ConnectionState) (*ocsp.Response, error)
- func NewOCSPResponder(t *testing.T, issuerCertPEM, issuerKeyPEM string) *http.Server
- func NewOCSPResponderBase(t *testing.T, issuerCertPEM, respCertPEM, respKeyPEM string, embed bool, ...) *http.Server
- func NewOCSPResponderCustomAddress(t *testing.T, issuerCertPEM, issuerKeyPEM string, addr string) *http.Server
- func NewOCSPResponderCustomTimeout(t *testing.T, issuerCertPEM, issuerKeyPEM string, responseTTL time.Duration) *http.Server
- func NewOCSPResponderDesignatedCustomAddress(t *testing.T, issuerCertPEM, respCertPEM, respKeyPEM string, addr string) *http.Server
- func NewOCSPResponderPreferringHTTPMethod(t *testing.T, issuerCertPEM, issuerKeyPEM, method string) *http.Server
- func SetOCSPStatus(t *testing.T, ocspURL, certPEM string, status int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOCSPStatus ¶
func GetOCSPStatus(s tls.ConnectionState) (*ocsp.Response, error)
func NewOCSPResponder ¶
func NewOCSPResponderBase ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.