commit | bba287dce9545e832c65ef5053c2582a9dbf8618 | [log] [tgz] |
---|---|---|
author | Dan Kortschak <dan@kortschak.io> | Fri Jan 28 21:18:26 2022 +1030 |
committer | Ian Lance Taylor <iant@golang.org> | Tue Feb 08 23:39:18 2022 +0000 |
tree | 24f1f2f2b481c523cd92afcbbb953b0d9769bc0b | |
parent | 20e1d8d225ab8b19a0e7dc00fa5095216b8d6553 [diff] |
ocsp: fix typo Change-Id: Icd770cee9ce183f75c49c301f96a4aab73e80303 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/381674 Reviewed-by: Ian Lance Taylor <iant@golang.org> Trust: Cherry Mui <cherryyz@google.com>
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.