RepoNotes
Toggle theme
Loading ...
Sign in
golang/crypto
[mirror] Go supplementary cryptography libraries
3313
10
85
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
11852
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
release-branch.go1.15
release-branch.go1.14
release-branch.go1.13
Releases
Commits
go.mod: update golang.org/x dependencies Update golang.org/x dependencies to their latest tagged versions. Change-Id: Ia33bd1cd73db091960b285c234d2cf2622f30943 Reviewed-on: https://go-review.googles
ssh: respect signer's algorithm preference in pickSignatureAlgorithm Previously, pickSignatureAlgorithm constructed the list of candidate algorithms by iterating over the static list returned by algo
ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength The existing code uses cbcMinPaddingSize incorrectly. That value is also used in the first parameter of the max call, meaning it will
Issues
acme: remove unnecessary []byte conversion
add hmac-sha2-512.
ssh: report disconnect messages as public error type from Conn.Wait