packer-cn/builder/azure/pkcs12
Luke Farnell d9a5b69403 clean up ineffectual assignments 2017-08-07 13:20:01 -04:00
..
rc2 Add support for Windows to Azure. 2016-05-05 13:40:17 -07:00
README.md Updated license information to reference builder/azure 2016-05-06 20:32:18 -07:00
bmp-string.go Add support for Windows to Azure. 2016-05-05 13:40:17 -07:00
bmp-string_test.go clean up ineffectual assignments 2017-08-07 13:20:01 -04:00
crypto.go move packer to hashicorp 2017-04-04 13:39:01 -07:00
crypto_test.go clean up ineffectual assignments 2017-08-07 13:20:01 -04:00
errors.go Add support for Windows to Azure. 2016-05-05 13:40:17 -07:00
mac.go Add support for Windows to Azure. 2016-05-05 13:40:17 -07:00
mac_test.go Add support for Windows to Azure. 2016-05-05 13:40:17 -07:00
pbkdf.go clean up ineffectual assignments 2017-08-07 13:20:01 -04:00
pbkdf_test.go automagic simplification 2017-03-28 20:36:20 -07:00
pkcs8.go Lint issues 2016-07-15 22:42:49 -07:00
pkcs8_test.go Lint issues 2016-07-15 22:42:49 -07:00
pkcs12.go remove a bunch of dead code. 2017-03-28 20:36:20 -07:00
pkcs12_test.go Lint issues 2016-07-15 22:42:49 -07:00
safebags.go Add support for Windows to Azure. 2016-05-05 13:40:17 -07:00
safebags_test.go Lint issues 2016-07-15 22:42:49 -07:00

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.