We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b0dbb commit ccddf37Copy full SHA for ccddf37
pkcs12/pkcs12.go
@@ -7,6 +7,9 @@
7
// This implementation is distilled from https://tools.ietf.org/html/rfc7292
8
// and referenced documents. It is intended for decoding P12/PFX-stored
9
// certificates and keys for use with the crypto/tls package.
10
+//
11
+// This package is frozen. If it's missing functionality you need, consider
12
+// an alternative like software.sslmate.com/src/go-pkcs12.
13
package pkcs12
14
15
import (
0 commit comments