Sign in
go
/
crypto.git
/
0fe963104e9d1877082f8fb38f816fcd97eb1d10
0fe9631
chacha20poly1305: fix style nits in variable names
by Han-Wen Nienhuys
· 8 years ago
ab89591
blake2b: fix self-assignment in test
by Andreas Auernhammer
· 8 years ago
122d919
ssh: change the local copy of the ServerConfig passed to NewServerConn
by Catalin Nicutar
· 8 years ago
5a033cc
acme/autocert: validate SNI value even more
by Brad Fitzpatrick
· 8 years ago
04eae0b
autocert: validate SNI values more, add tests
by Brad Fitzpatrick
· 8 years ago
2292f58
crypto/ssh: fix tests on Go 1.7 on OpenBSD and Windows
by Brad Fitzpatrick
· 8 years ago
12e9ca7
chacha20poly1305: add runtime internal independent cpu feature detection
by Martin Möhrmann
· 8 years ago
d146457
ssh/knownhosts: test coverage for IsHostAuthority
by Peter Moody
· 8 years ago
8e03fc1
acme/autocert: remove failed state entries
by Alex Vaghin
· 8 years ago
527d12e
ssh/knownhosts: add IsHostAuthority.
by Peter Moody
· 8 years ago
c7af5bf
acme: add missing err assignment check
by Alex Vaghin
· 8 years ago
5f995c0
acme: add function to check rate limits
by Alex Vaghin
· 8 years ago
141c762
acme: replace ErrAuthorizationFailed with a type
by Alex Vaghin
· 8 years ago
0e4becf
acme/autocert: treat invalid cert as a cache miss
by Alex Vaghin
· 8 years ago
2b0eeec
acme: generate correct ES512 signatures
by Alex Vaghin
· 8 years ago
3543873
acme/autocert: return error if Prompt not set
by Ross Light
· 8 years ago
9684645
ssh/terminal: implement missing functions for Solaris/OmniOS
by Rick Sayre
· 8 years ago
0242f07
acme/autocert: extend default value of RenewBefore
by Alex Vaghin
· 8 years ago
91492a3
ssh/knownhosts: add file + linenumber for parse errors
by Han-Wen Nienhuys
· 8 years ago
6420559
ssh/knownhosts: support hashed hostnames
by Han-Wen Nienhuys
· 8 years ago
12c985a
acme/autocert: extract Manager example from comments
by Ross Light
· 8 years ago
efac7f2
ssh/knownhosts: fix variable reuse bug in checkAddrs
by Joe Tsai
· 8 years ago
cbc3d08
acme: automatically retry on badNonce errors
by James Hartig
· 8 years ago
ed779e1
ssh/knownhosts: a parser for the OpenSSH known_hosts file format
by Han-Wen Nienhuys
· 8 years ago
ee3d6a3
ssh: fix reset{Read,Write}Thresholds for initial setup
by Han-Wen Nienhuys
· 8 years ago
6119528
ssh: set rekeying thresholds on construction
by Han-Wen Nienhuys
· 8 years ago
cd11541
curve25519: improve cswap
by Andreas Auernhammer
· 8 years ago
9b9c1af
acme/autocert: fix context usage
by Brad Fitzpatrick
· 8 years ago
9ef620b
ssh: support MaxAuthTries on ServerConfig
by James Myers
· 8 years ago
3cddcd6
ssh: support forwarding of Unix domain socket connections
by Akihiro Suda
· 8 years ago
6022e33
acme: stop using ctxhttp
by Brad Fitzpatrick
· 8 years ago
55a552f
x/crypto/*: add import comment
by Andreas Auernhammer
· 8 years ago
4208706
acme: set correct KeyUsage and ExtKeyUsage
by Filippo Valsorda
· 8 years ago
c2303dc
ssh: Add support for RSA keys stored in OpenSSH's new format
by Paul Querna
· 8 years ago
9da0784
ssh: fix format string in client_test.go
by Han-Wen Nienhuys
· 8 years ago
b020702
acme/autocert: add Listener
by Brad Fitzpatrick
· 8 years ago
c78caca
ssh: reject RekeyThresholds over MaxInt64
by Han-Wen Nienhuys
· 8 years ago
573951c
ssh: improve client public key authentication
by James Myers
· 8 years ago
88915cc
acme, acme/autocert: switch to Go 1.7+ context package
by Brad Fitzpatrick
· 8 years ago
b5cf4d8
acme/autocert: context propagation and doc tweaks
by Brad Fitzpatrick
· 8 years ago
3cb0727
ssh: fix typo in unexported comment
by Brad Fitzpatrick
· 8 years ago
9d2d6c1
ssh: handle error from prepareKeyChange.
by Han-Wen Nienhuys
· 8 years ago
e4e2799
ssh: require host key checking in the ClientConfig
by Han-Wen Nienhuys
· 8 years ago
459e265
pkcs12: fix ToPEM to not ignore non-nil error from getSafeContents
by Fredrik Forsmo
· 8 years ago
728b753
cryptobyte: new package.
by Martin Kreichgauer
· 8 years ago
40541cc
blake2s: register BLAKE2s
by Andreas Auernhammer
· 8 years ago
83de8c7
blake2b: register BLAKE2b
by Andreas Auernhammer
· 8 years ago
453249f
poly1305: add burn-in test.
by Adam Langley
· 8 years ago
dd96d35
ocsp: fix test flakiness
by Adam Langley
· 8 years ago
9278377
acme: reduce the number of network round trips
by Alex Vaghin
· 8 years ago
537c9df
poly1305: simplify reference implementation
by Andreas Auernhammer
· 8 years ago
f671756
blake2b: fix AVX performance problems on amd64
by Andreas Auernhammer
· 8 years ago
84bacda
ssh: Add the hmac-sha2-256-etm@openssh.com algorithm
by MiLk
· 8 years ago
22ddb68
acme/autocert: fix racy tests
by Heschi Kreinick
· 8 years ago
59a182c
curve25519: avoid loss of R15 in -dynlink mode
by Russ Cox
· 8 years ago
5a6e40e
ssh/agent: fix another test to not require IPv4.
by Heschi Kreinick
· 8 years ago
77014cf
ssh: prevent double kex at connection start, 2nd try
by Han-Wen Nienhuys
· 8 years ago
bed1280
ssh: Support multiple source-addresses, don't require IPv4 in tests.
by Heschi Kreinick
· 8 years ago
641ab6b
ssh: reset buffered packets after sending
by Han-Wen Nienhuys
· 8 years ago
b05791f
ssh: add debug print at the lowest level
by Han-Wen Nienhuys
· 8 years ago
dc137be
poly1305: add test vectors for edge cases
by Michael Munday
· 8 years ago
a59c127
ssh: rationalize rekeying decisions.
by Han-Wen Nienhuys
· 8 years ago
6fb0668
ssh: make sure we execute the initial key exchange only once
by Han-Wen Nienhuys
· 8 years ago
854ae91
crypto/chacha20poly1305: rename test vectors file
by Michael Munday
· 8 years ago
33e8e8f
crypto/chacha20poly1305/internal/chacha20: add missing copyright header
by Michael Munday
· 8 years ago
41d678d
ssh: soft code internal channel size for testing purposes
by Han-Wen Nienhuys
· 8 years ago
b8a2a83
otr: add missing return on error path
by Adam Langley
· 8 years ago
88e46b5
otr: reject private keys with parameters <= 0.
by Adam Langley
· 8 years ago
b822463
crypto/ssh: fix parsing order for ssh.ParseDSAPrivateKey
by Paul Querna
· 8 years ago
91902e3
ssh/terminal: consume data before checking for an error.
by Adam Langley
· 8 years ago
13d9f61
ssh/terminal: fix line endings handling in ReadPassword
by Alex Brainman
· 9 years ago
2e74c77
ssh: rewrite (re)keying logic.
by Han-Wen Nienhuys
· 8 years ago
abc5fa7
poly1305: make data declared in assembly files private
by Shenghou Ma
· 8 years ago
2f8be38
ssh: make client auth tests less chatty.
by Han-Wen Nienhuys
· 8 years ago
7c6cc32
x/ssh: filter debug and ignore messages in transport.readPacket.
by Han-Wen Nienhuys
· 8 years ago
1d77d5b
acme/autocert: fix typo in Cache doc comment
by Andrew Gerrand
· 8 years ago
c3b1d0d
ssh/terminal: consistent return value for Restore
by Peter Morjan
· 8 years ago
cb497ae
chacha20poly1305: fix detection of BMI on amd64
by Lion Yang
· 8 years ago
5b4074c
all: fix some vet warnings
by Joe Tsai
· 8 years ago
f6b343c
blake2b: fix build on non-amd64 platforms
by Mikio Hara
· 8 years ago
f5719d2
ocsp: Expose ResponderID in parsed Response.
by Martin Kreichgauer
· 8 years ago
d8e61c6
blake2b: add AVX assembly
by Andreas Auernhammer
· 8 years ago
2b786ab
chacha20poly1305: fix typos
by Mikio Hara
· 8 years ago
abc3c1b
ssh/terminal: fix a typo
by Mikio Hara
· 8 years ago
a70a72a
chacha20poly1305: fix typos
by Mikio Hara
· 8 years ago
9b1a210
acme/autocert: add an option for RSA-based certs
by Alex Vaghin
· 8 years ago
01be46f
crypto/ssh: use net.IP.Equal instead of bytes.Equal
by Péter Szilágyi
· 8 years ago
9a6f0a0
blake2b: fix constant size
by Andreas Auernhammer
· 8 years ago
b07d8c9
x/crypto/ocsp: Don't hard-code OCSP response hash function
by Roland Shoemaker
· 8 years ago
95cb608
x/crypto/ssh/terminal: replace \n with \r\n.
by Adam Langley
· 8 years ago
3f77d69
bn256: fix equations in comments
by David Lazar
· 8 years ago
8a549a1
chacha20poly1305: make polyHashADInternal private
by Shenghou Ma
· 8 years ago
7efbae5
x/crypto/blake2b: SSE4.1 is bit 19, not 15.
by Adam Langley
· 8 years ago
21853a7
acme/autocert: remove trailing dot from domain before requesting cert
by Brad Fitzpatrick
· 8 years ago
ede567c
x/crypto/ssh: Add FingerprintLegacyMD5 and FingerprintSHA256 methods
by Ryuzo Yamamoto
· 8 years ago
9477e0b
chacha20poly1305: fix build constraints
by Alex Vaghin
· 8 years ago
b2fa06b
blake2s: fix build constraints
by Adam Langley
· 8 years ago
ca7e7f1
acme: add v3 implementation to RevokeAuthorization
by Alex Vaghin
· 8 years ago
1150b8b
poly1305: don't move R13 in sum_arm.s.
by Adam Langley
· 8 years ago
8291fff
blake2b: test all three hashing implementations
by Austin Clements
· 8 years ago
Next »