index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
Commit message (
Expand
)
Author
Age
Files
Lines
*
[release-branch.go1.8] crypto/elliptic: fix carry bug in x86-64 P-256 impleme...
Adam Langley
2017-05-23
2
-5
/
+41
*
[release-branch.go1.8] crypto/tls: make Config.Clone also clone the GetClient...
Mike Danese
2017-03-08
2
-22
/
+69
*
[release-branch.go1.8] crypto/x509: check for new tls-ca-bundle.pem last
Russ Cox
2017-02-08
1
-1
/
+1
*
crypto/x509: revert SystemCertPool implementation for Windows
Brad Fitzpatrick
2017-01-18
3
-1
/
+19
*
crypto/tls: disable CBC cipher suites with SHA-256 by default
Filippo Valsorda
2017-01-17
2
-5
/
+5
*
crypto/dsa: gofmt
Austin Clements
2017-01-11
1
-2
/
+2
*
crypto: detect BMI usability on AMD64 for sha1 and sha256
Lion Yang
2017-01-05
2
-8
/
+15
*
crypto/x509: fix spelling/grammar in comments
Kevin Burke
2016-12-20
1
-4
/
+4
*
crypto/x509: speed up and deflake non-cgo Darwin root cert discovery
Brad Fitzpatrick
2016-12-20
2
-60
/
+180
*
crypto/tls: fix a typo
Mikio Hara
2016-12-19
1
-1
/
+1
*
crypto/aes: correct 'noescape' typo in s390x
Euan Kemp
2016-12-14
1
-1
/
+1
*
crypto/x509: marshal certificate revocation times in UTC (Zulu time).
Martin Kreichgauer
2016-12-10
2
-4
/
+29
*
all: make spelling consistent
Brad Fitzpatrick
2016-12-08
3
-4
/
+4
*
crypto/x509: reduce test's sought number of system certs
Brad Fitzpatrick
2016-12-07
1
-4
/
+7
*
crypto/*: document use or non-use of constant-time algorithms
Russ Cox
2016-12-07
6
-1
/
+24
*
crypto/dsa: don't allow signing with degenerate private keys to loop forever.
Adam Langley
2016-12-07
2
-2
/
+54
*
crypto/x509: read Darwin trust settings for root CAs
Quentin Smith
2016-12-01
3
-11
/
+185
*
crypto/tls: update CBC Lucky13 warning a bit
Brad Fitzpatrick
2016-11-29
1
-1
/
+1
*
math/big: add Baillie-PSW test to (*Int).ProbablyPrime
Russ Cox
2016-11-22
1
-0
/
+9
*
crypto/tls: reject zero-length SCTs.
Adam Langley
2016-11-17
2
-1
/
+19
*
crypto/tls: reject CT extension with no SCTs included
woodsaj
2016-11-17
2
-4
/
+46
*
crypto/tls: add example for Config KeyLogWriter
Joonas Kuorilehto
2016-11-17
1
-0
/
+58
*
all: don't call t.Fatal from a goroutine
Ian Lance Taylor
2016-11-15
2
-3
/
+6
*
all: spell "marshal" and "unmarshal" consistently
Dmitri Shuralyov
2016-11-12
3
-3
/
+3
*
cmd/gofmt, crypto/tls: fix typos
Kevin Burke
2016-11-11
2
-2
/
+2
*
crypto/elliptic: add s390x assembly implementation of NIST P-256 Curve
Volodymyr Paprotski
2016-11-08
4
-12
/
+2746
*
crypto/tls: use default cipher suites in BenchmarkThroughput
Michael Munday
2016-11-07
1
-0
/
+2
*
crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware suppo...
Adam Langley
2016-11-07
11
-56
/
+153
*
crypto/x509: update __MAC_OS_X_VERSION_MAX_ALLOWED on Mac
Brad Fitzpatrick
2016-11-04
1
-1
/
+1
*
all: make copyright headers consistent with one space after period
Michael Munday
2016-11-04
3
-3
/
+3
*
all: sprinkle t.Parallel on some slow tests
Brad Fitzpatrick
2016-11-04
3
-0
/
+24
*
crypto/x509: expose UnknownAuthorityError.Cert
Russ Cox
2016-11-03
2
-3
/
+8
*
all: update s390x assembly to use vet-friendly names
Josh Bleecher Snyder
2016-11-03
1
-4
/
+4
*
crypto/sha256: improve performance for sha256.block on ppc64le
Mike Strosaker
2016-10-31
3
-2
/
+271
*
crypto/sha512: improve performance for sha512.block on ppc64le
Mike Strosaker
2016-10-31
3
-2
/
+295
*
crypto/tls: add GetClientCertificate callback
Adam Langley
2016-10-27
4
-73
/
+287
*
crypto/tls: add a SignatureScheme type.
Adam Langley
2016-10-27
2
-3
/
+22
*
crypto/x509: don't accept a root that already appears in a chain.
Adam Langley
2016-10-27
2
-9
/
+9
*
crypto/tls: add CloseWrite method to Conn
Ben Burkert
2016-10-26
2
-2
/
+149
*
crypto/x509: use Certificate.Equals and CertPool.contains.
Adam Langley
2016-10-26
1
-9
/
+4
*
crypto/tls: expand ClientHelloInfo
Filippo Valsorda
2016-10-26
2
-22
/
+77
*
crypto/tls: fix vet issues again
Josh Bleecher Snyder
2016-10-25
1
-7
/
+7
*
crypto/tls: add VerifyPeerCertificate to tls.Config
Joshua Boelter
2016-10-24
5
-1
/
+182
*
all: minor vet fixes
Josh Bleecher Snyder
2016-10-24
1
-4
/
+4
*
net/http: drop custom tls.Config cloning code.
Adam Langley
2016-10-22
2
-2
/
+10
*
crypto/tls: enable ChaCha20-Poly1305 cipher suites by default.
Adam Langley
2016-10-18
64
-2721
/
+2662
*
crypto/tls: add Config.GetConfigForClient
Adam Langley
2016-10-18
4
-32
/
+225
*
crypto/tls: only store a single nonce for AES-GCM.
Adam Langley
2016-10-17
1
-14
/
+10
*
Revert "crypto/tls: add CloseWrite method to Conn"
Adam Langley
2016-10-17
2
-128
/
+2
*
crypto/tls: support ChaCha20-Poly1305.
Adam Langley
2016-10-17
6
-11
/
+273
[next]