commit | 183630ada7e00d6d4743f43479b7d4ea51de715e | [log] [tgz] |
---|---|---|
author | Roland Shoemaker <roland@golang.org> | Fri Jun 23 09:51:33 2023 -0700 |
committer | Roland Shoemaker <roland@golang.org> | Fri Jun 23 17:05:55 2023 +0000 |
tree | 60603cc08b6742f0a39f06d0ac22d0edd4715134 | |
parent | a9e447dde7f8f364232efb5072e3ff89b24308da [diff] |
x509roots: generate a stable sort, for real this time Sort based on the stringified subject, then break ties based on the raw DER (which will, actually, be unique this time). Change-Id: I3dd912fb19b103e92fabfb4562e31c6dcec40614 Reviewed-on: https://go-review.googlesource.com/c/crypto/+/505695 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Roland Shoemaker <roland@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.