You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/builder/azure/pkcs12
Christopher Boumenot 408fe9bc18
Lint issues
10 years ago
..
rc2 Add support for Windows to Azure. 10 years ago
README.md Updated license information to reference builder/azure 10 years ago
bmp-string.go Add support for Windows to Azure. 10 years ago
bmp-string_test.go Lint issues 10 years ago
crypto.go Add support for Windows to Azure. 10 years ago
crypto_test.go Add support for Windows to Azure. 10 years ago
errors.go Add support for Windows to Azure. 10 years ago
mac.go Add support for Windows to Azure. 10 years ago
mac_test.go Add support for Windows to Azure. 10 years ago
pbkdf.go Add support for Windows to Azure. 10 years ago
pbkdf_test.go Add support for Windows to Azure. 10 years ago
pkcs8.go Lint issues 10 years ago
pkcs8_test.go Lint issues 10 years ago
pkcs12.go Lint issues 10 years ago
pkcs12_test.go Lint issues 10 years ago
safebags.go Add support for Windows to Azure. 10 years ago
safebags_test.go Lint issues 10 years ago

README.md

This is a fork of the from the original PKCS#12 parsing code published in the Azure repository go-pkcs12. This fork adds serializing a x509 certificate and private key as PKCS#12 binary blob (aka .PFX file). Due to the specific nature of this code it was not accepted for inclusion in the official Go crypto repository.

The methods used for decoding PKCS#12 have been moved to the test files to further discourage the use of this library for decoding. Please use the official pkcs12 library for decode support.