Versions in this module Expand all Collapse all v0 v0.56.0 Sep 2, 2026 GO-2026-5932 GO-2026-5932: The golang.org/x/crypto/openpgp package is unmaintained, unsafe by design, and has known security issues Changes in this version + var ErrDecryption = errors.New("pkcs12: decryption error, incorrect padding") + var ErrIncorrectPassword = errors.New("pkcs12: decryption password incorrect") + func Decode(pfxData []byte, password string) (privateKey interface{}, certificate *x509.Certificate, err error) + func ToPEM(pfxData []byte, password string) ([]*pem.Block, error) + type NotImplementedError string + func (e NotImplementedError) Error() string