Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
Deprecate this repository
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmey committed Oct 13, 2015
1 parent a635c06 commit 58a71e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pkcs12.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 58a71e0

Please sign in to comment.