Versions in this module Expand all Collapse all v0 v0.2.0 Feb 26, 2019 v0.1.0 Aug 20, 2018 Changes in this version + var ErrBadPEMFormat = errors.New("failed to decode PEM block") + func DecodePEM(data []byte, label string) ([]byte, error) + func EncodePEM(val []byte, label string) ([]byte, error)