From 58a71e0e5ccc3100cef2383cfe5704d5f999ac02 Mon Sep 17 00:00:00 2001 From: Paul Meyer Date: Tue, 13 Oct 2015 08:34:39 -0700 Subject: [PATCH] Deprecate this repository --- README.md | 4 ++++ pkcs12.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acb369f..67f9eca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# DEPRECATED + +This package was [merged into the Go x/crypto repository](https://github.com/golang/crypto/pkcs12). Please switch to the implementation there, we plan to retire this repository in the future. + # Package pkcs12 [![GoDoc](https://godoc.org/github.com/Azure/go-pkcs12?status.svg)](https://godoc.org/github.com/Azure/go-pkcs12) diff --git a/pkcs12.go b/pkcs12.go index 481ca18..fb00bad 100644 --- a/pkcs12.go +++ b/pkcs12.go @@ -2,7 +2,7 @@ // // This implementation is distilled from https://tools.ietf.org/html/rfc7292 and referenced documents. // It is intended for decoding P12/PFX-stored certificate+key for use with the crypto/tls package. -package pkcs12 +package pkcs12 // import "golang.org/x/crypto/pkcs12" import ( "bytes"