Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeCerts ¶ added in v1.11.0
func DecodeCerts(raw []byte) ([]*x509.Certificate, error)
DecodeCerts iterates over pem blocks and load all the valid certificates
func DecodeOneCert ¶ added in v1.1.0
func DecodeOneCert(raw []byte) (*x509.Certificate, error)
----------------------------------------------------------------------------------- See gh:paketo-buildpacks/ca-certificates (cacerts/certs.go) for the original code. https://github.com/paketo-buildpacks/ca-certificates
Iterates over pem blocks until a valid certificate is found or no other PEM blocks exist.
func GenerateHash ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.