Documentation ¶
Index ¶
Constants ¶
View Source
const MemoryScheme = "memory"
Variables ¶
This section is empty.
Functions ¶
func NewTimestampingCertWithChain ¶ added in v0.4.0
func NewTimestampingCertWithChain(ctx context.Context, pub crypto.PublicKey, signer signature.Signer, chain []*x509.Certificate) ([]*x509.Certificate, error)
Generate a timestamping certificate for pub using the signer. The chain must verify the signer's public key if provided. Otherwise, a self-signed root CA will be generated.
Types ¶
Click to show internal directories.
Click to hide internal directories.