Documentation ¶
Overview ¶
Package certchaintest provides utilities for certificate chain testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustReadAugmentedChainFile ¶
func MustReadAugmentedChainFile(filename string) *certchain.AugmentedChain
MustReadAugmentedChainFile is like certchainutil.ReadAugmentedChainFile but panics on error for ease of use in testing.
func MustReadOCSPRespFile ¶
func MustReadOCSPRespFile(filename string) *certchain.OCSPResponse
MustReadOCSPRespFile is like certchainutil.ReadOCSPRespFile but panics on error for ease of use in testing.
func MustReadPrivateKeyFile ¶
func MustReadPrivateKeyFile(filename string) crypto.PrivateKey
MustReadPrivateKeyFile is like certchainutil.ReadPrivateKeyFile but panics on error for ease of use in testing.
func MustReadRawChainFile ¶
MustReadRawChainFile is like certchainutil.ReadRawChainFile but panics on error for ease of use in testing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.