|
@@ -7,6 +7,9 @@
|
|
|
// This implementation is distilled from https://tools.ietf.org/html/rfc7292
|
|
// This implementation is distilled from https://tools.ietf.org/html/rfc7292
|
|
|
// and referenced documents. It is intended for decoding P12/PFX-stored
|
|
// and referenced documents. It is intended for decoding P12/PFX-stored
|
|
|
// certificates and keys for use with the crypto/tls package.
|
|
// certificates and keys for use with the crypto/tls package.
|
|
|
|
|
+//
|
|
|
|
|
+// This package is frozen. If it's missing functionality you need, consider
|
|
|
|
|
+// an alternative like software.sslmate.com/src/go-pkcs12.
|
|
|
package pkcs12
|
|
package pkcs12
|
|
|
|
|
|
|
|
import (
|
|
import (
|