Sign in
go
/
crypto
/
HEAD
5f2de1a
internal: remove wycheproof tests
by Daniel McCarney
· 3 months ago
master
45460e0
go.mod: update golang.org/x dependencies
by Gopher Robot
· 6 days ago
v0.53.0
d37c95e
pkcs12: limit PBKDF iteration count to prevent CPU exhaustion
by mohammadmseet-hue
· 10 weeks ago
e2ffffe
ssh: reject incomplete gssapi-with-mic configurations
by povcfe
· 6 weeks ago
60e158a
ssh/test: isolate CLI tests from user SSH config and agent
by Mike Nolta
· 4 weeks ago
1b77d23
ssh/knownhosts: reject lines with multiple or unknown markers
by Nicola Murino
· 3 weeks ago
3872a2b
ssh/knownhosts: verify declared key type matches decoded key
by Nicola Murino
· 3 weeks ago
9f72ecc
ssh/knownhosts: treat only ASCII space and tab as whitespace
by Nicola Murino
· 3 weeks ago
8f405a4
ssh: validate ECDSA curve matches expected algorithm
by Nicola Murino
· 3 weeks ago
bb41b3d
ssh: improve DH GEX group selection using PreferredBits
by Nicola Murino
· 3 weeks ago
e04e721
ssh/agent: validate ed25519 private key length in Add
by Nicola Murino
· 3 weeks ago
b315afd
ssh: limit bcrypt KDF rounds in OpenSSH private key decryption
by Nicola Murino
· 3 weeks ago
d4a85f4
ssh/agent: limit RSA key size on Add requests
by Nicola Murino
· 3 weeks ago
6f39c52
ssh: limit RSA key size in OpenSSH private key parsing
by Nicola Murino
· 3 weeks ago
4c4d20b
ssh: fix spinloop in mux SendRequest drain on closed channel
by Nicola Murino
· 3 weeks ago
e3e62d9
ssh: fix spinloop in channel SendRequest drain on closed channel
by Nicola Murino
· 3 weeks ago
5adb68b
ssh: cap total userauth attempts per server connection
by Nicola Murino
· 3 weeks ago
9beb694
ssh: prevent malformed exit-status panic
by Neal Patel
· 4 weeks ago
e5306b2
ssh/agent: support parallel signing using request pipelining
by Nicola Murino
· 8 weeks ago
d2fe592
ssh: add openssh controlmaster socket support
by ding
· 6 months ago
d59570d
ssh: add AuthCallback to ClientConfig
by Nicola Murino
· 3 months ago
4aab0d9
ssh: return partial success immediately from publickey auth
by Nicola Murino
· 3 months ago
a1c0d99
go.mod: update golang.org/x dependencies
by Gopher Robot
· 3 weeks ago
v0.52.0
3c7c869
ssh: fix deadlock on unexpected channel responses
by Nicola
· 8 weeks ago
533fb3f
ssh: fix source-address critical option bypass
by Neal Patel
· 4 weeks ago
abbc44d
ssh: fix incorrect operator order
by Neal Patel
· 4 weeks ago
e052873
ssh: fix infinite loop on large channel writes due to integer overflow
by Nicola Murino
· 6 months ago
b61cf85
ssh: enforce user presence verification for security keys
by Nicola Murino
· 4 months ago
9c2cd33
ssh: enforce strict limits on DSA key parameters
by Nicola Murino
· 5 months ago
8907318
ssh: reject RSA keys with excessively large moduli
by Nicola Murino
· 4 months ago
ffd87b4
ssh: fix panic when authority callbacks are nil
by Nicola Murino
· 5 months ago
4e7a738
ssh: fix deadlock on unexpected global responses
by Nicola Murino
· 5 months ago
b25012b
ssh: enforce nil Permissions when returning PartialSuccessError
by Nicola Murino
· 4 months ago
6c195c8
ssh: prevent memory leak when rejecting channels
by Nicola Murino
· 4 months ago
f717e29
ssh/knownhosts: respect @revoked CA keys
by Neal Patel
· 3 weeks ago
e7c36cc
ssh/agent: prevent panic on pathological ed25519 inputs
by Neal Patel
· 3 weeks ago
0fb843a
ssh/agent: reject keys with unsupported confirm constraint
by Nicola
· 4 months ago
e3d1254
ssh/agent: don't accept keys with unsupported constraints
by Nicola
· 4 months ago
a1ce0fe
ssh/agent: preserve constraint extensions when adding keys
by Nicola
· 5 months ago
a749d17
chacha20poly1305: remove usages of BYTE instr
by Roland Shoemaker
· 1 year, 1 month ago
7ee5970
chacha20poly1305: drop pre-AVX assembly impl
by Roland Shoemaker
· 1 year, 1 month ago
44decbf
blake2b: merge go125.go into blake2b_test.go
by Dmitri Shuralyov
· 5 weeks ago
b8a14a8
go.mod: update golang.org/x dependencies
by Gopher Robot
· 5 weeks ago
v0.51.0
9d9d507
x509roots/fallback/bundle: fix bundle test with Go 1.27+
by Daniel McCarney
· 5 weeks ago
fd0b90d
acme: include Problem in OrderError.Error
by repon
· 8 weeks ago
b9e5359
pbkdf2: turn into a wrapper for crypto/pbkdf2
by Filippo Valsorda
· 8 weeks ago
cc0e4fc
hkdf: forward Extract to the standard library
by Filippo Valsorda
· 8 weeks ago
a8e9237
x509roots/fallback: update bundle
by Gopher Robot
· 9 weeks ago
03ca0dc
go.mod: update golang.org/x dependencies
by Gopher Robot
· 9 weeks ago
v0.50.0
8400f4a
ssh: respect signer's algorithm preference in pickSignatureAlgorithm
by Nicola Murino
· 4 months ago
81c6cb3
ssh: swap cbcMinPaddingSize to cbcMinPacketSize to get encLength
by Rob Picard
· 3 months ago
982eaa6
go.mod: update golang.org/x dependencies
by Gopher Robot
· 3 months ago
v0.49.0
159944f
ssh,acme: clean up tautological/impossible nil conditions
by Neal Patel
· 5 months ago
a408498
acme: only require prompt if server has terms of service
by Sean Liao
· 7 months ago
cab0f71
all: upgrade go directive to at least 1.25.0 [generated]
by Gopher Robot
· 4 months ago
2f26647
x509roots/fallback: update bundle
by Gopher Robot
· 4 months ago
e08b067
go.mod: update golang.org/x dependencies
by Gopher Robot
· 4 months ago
v0.48.0
7d0074c
scrypt: fix panic on parameters <= 0
by Juergen Graf
· 6 months ago
506e022
go.mod: update golang.org/x dependencies
by Gopher Robot
· 5 months ago
v0.47.0
7dacc38
chacha20poly1305: error out in fips140=only mode
by Filippo Valsorda
· 6 months ago
19acf81
go.mod: update golang.org/x dependencies
by Gopher Robot
· 6 months ago
v0.46.0
3a1c6b4
x509roots/fallback: update bundle
by Gopher Robot
· 7 months ago
f4602e4
ssh/agent: fix flaky test by ensuring a writeable home directory
by Michael Stapelberg
· 6 months ago
4e0068c
go.mod: update golang.org/x dependencies
by Gopher Robot
· 7 months ago
v0.45.0
e79546e
ssh: curb GSSAPI DoS risk by limiting number of specified OIDs
by Neal Patel
· 7 months ago
f91f7a7
ssh/agent: prevent panic on malformed constraint
by Neal Patel
· 9 months ago
2df4153
acme/autocert: let automatic renewal work with short lifetime certs
by Sean Liao
· 7 months ago
bcf6a84
acme: pass context to request
by Sean Liao
· 7 months ago
b4f2b62
ssh: fix error message on unsupported cipher
by Santhanam
· 7 months ago
79ec3a5
ssh: allow to bind to a hostname in remote forwarding
by Nicola Murino
· 1 year, 11 months ago
122a78f
go.mod: update golang.org/x dependencies
by Gopher Robot
· 7 months ago
v0.44.0
c0531f9
all: eliminate vet diagnostics
by Sean Liao
· 8 months ago
0997000
all: fix some comments
by cuishuang
· 8 months ago
017a1aa
chacha20poly1305: panic on dst and additionalData overlap
by Sean Liao
· 8 months ago
cf29fa9
sha3: make it mostly a wrapper around crypto/sha3
by Filippo Valsorda
· 8 months ago
0b7aa0c
ssh: use reflect.TypeFor instead of reflect.TypeOf
by cuishuang
· 8 months ago
1faea29
all: fix some typos in comment
by cuishuang
· 9 months ago
627cb89
go.mod: update golang.org/x dependencies
by Gopher Robot
· 8 months ago
v0.43.0
dca4914
acme: fix autocert TestHTTPHandlerDefaultFallback
by Daniel McCarney
· 8 months ago
1336e21
x509roots/fallback: update bundle
by Gopher Robot
· 8 months ago
2beaa59
ssh: add VerifiedPublicKeyCallback
by Nicola Murino
· 1 year, 6 months ago
66c3d8c
ssh: add support for FIPS mode
by Nicola Murino
· 10 months ago
ddb4e80
ssh: remove custom contains, use slices.Contains
by Nicola Murino
· 9 months ago
f4d47b0
ssh: return clearer error when signature algorithm is used as key format
by Nicola Murino
· 10 months ago
96dc232
x509roots/fallback/bundle: add bundle package to export root certs
by Michael Stapelberg
· 11 months ago
8c9ba31
all: freeze and deprecate more packages
by Filippo Valsorda
· 9 months ago
559e062
ssh/agent: return an error for unexpected message types
by Nicola Murino
· 10 months ago
5307a0c
go.mod: update golang.org/x dependencies
by Gopher Robot
· 9 months ago
v0.42.0
9d77937
acme: include order problem in OrderError
by Daniel McCarney
· 1 year ago
8f580de
ssh: remove Go 1.24 build tag for ML-KEM kex
by Nicola Murino
· 10 months ago
a4d1237
ssh/knownhosts: improve IPv6 support in Normalize
by Nicola Murino
· 10 months ago
b8d8dae
curve25519: include potential fips140=only error in panic message
by Filippo Valsorda
· 10 months ago
f5a2eab
ssh: use curve25519.X25519 instead of curve25519.ScalarMult
by Filippo Valsorda
· 10 months ago
44ecf3a
all: upgrade go directive to at least 1.24.0 [generated]
by Gopher Robot
· 10 months ago
ef5341b
go.mod: update golang.org/x dependencies
by Gopher Robot
· 10 months ago
v0.41.0
b999374
acme: fix pebble subprocess output data race
by Daniel McCarney
· 10 months ago
c247dea
x509roots/fallback: store bundle certs directly in DER
by Mateusz Poliwczak
· 1 year, 1 month ago
1fda731
acme: increase pebble test waitForServer attempts
by Daniel McCarney
· 11 months ago
1b4c3d2
x509roots/fallback: update bundle
by Gopher Robot
· 11 months ago
b903b53
acme: capture pebble test subprocess stdout/stderr
by Daniel McCarney
· 11 months ago
Next »