github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/builder/azure/pkcs12/README.md (about)

     1  This is a fork of the from the original PKCS#12 parsing code
     2  published in the Azure repository [go-pkcs12](https://github.com/Azure/go-pkcs12).
     3  This fork adds serializing a x509 certificate and private key as PKCS#12 binary blob
     4  (aka .PFX file).  Due to the specific nature of this code it was not accepted for
     5  inclusion in the official Go crypto repository.
     6  
     7  The methods used for decoding PKCS#12 have been moved to the test files to further
     8  discourage the use of this library for decoding.  Please use the official
     9  [pkcs12](https://godoc.org/golang.org/x/crypto/pkcs12) library for decode support.