commit | ab33eee955e00ff7c973405b2780aca48d293014 | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Tue Jul 07 16:01:00 2020 -0400 |
committer | Filippo Valsorda <filippo@golang.org> | Tue Jul 07 23:50:45 2020 +0000 |
tree | 675bd941a35985e84fe08c2b099f8947b3339665 | |
parent | 75b288015ac94e66e3d6715fb68a9b41bf046ec2 [diff] |
pkcs12: document that we use the wrong PEM type Fixes golang/go#28018 Change-Id: I2daf99789328ef476de834c3cc703e01b468b3ee Reviewed-on: https://go-review.googlesource.com/c/crypto/+/241337 Reviewed-by: Katie Hockman <katie@golang.org> Run-TryBot: Katie Hockman <katie@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This repository holds supplementary Go cryptography libraries.
The easiest way to install is to run go get -u golang.org/x/crypto/...
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/crypto
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the crypto repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/crypto:” in the subject line, so it is easy to find.
Note that contributions to the cryptography package receive additional scrutiny due to their sensitive nature. Patches may take longer than normal to receive feedback.