Skip to content

Commit ccddf37

Browse files
committed
pkcs12: note that this package is frozen and point to an alternative
Change-Id: Ia4d87b816f176194cd9e37efb42e273d678a84b7 Reviewed-on: https://go-review.googlesource.com/c/160259 Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 54b0dbb commit ccddf37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: pkcs12/pkcs12.go

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// This implementation is distilled from https://tools.ietf.org/html/rfc7292
88
// and referenced documents. It is intended for decoding P12/PFX-stored
99
// 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.
1013
package pkcs12
1114

1215
import (

0 commit comments

Comments
 (0)