package ocspstapling

import "github.com/cloudflare/cfssl/certdb/ocspstapling"

Package ocspstapling implements OCSP stapling of Signed Certificate Timestamps (SCTs) into OCSP responses in a database. See RFC 6962.

Index

Functions

func StapleSCTList

func StapleSCTList(acc certdb.Accessor, serial, aki string, scts []ct.SignedCertificateTimestamp,
	responderCert, issuer *x509.Certificate, priv crypto.Signer) error

StapleSCTList inserts a list of Signed Certificate Timestamps into all OCSP responses in a database wrapped by a given certdb.Accessor.

NOTE: This function is patterned after the exported Sign method in https://github.com/cloudflare/cfssl/blob/master/signer/local/local.go

Source Files

ocspstapling.go

Version
v1.6.5 (latest)
Published
Mar 5, 2024
Platform
linux/amd64
Imports
11 packages
Last checked
6 days ago

Tools for package owners.