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
*
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
*
crypto/tls: add CloseWrite method to Conn
Ben Burkert
2016-10-17
2
-2
/
+128
*
crypto/x509: implement SystemCertPool on Windows
Yasuhiro Matsumoto
2016-10-17
3
-6
/
+41
*
crypto/{aes,cipher}: fix panic in CBC on s390x when src length is 0
Michael Munday
2016-10-13
2
-1
/
+57
*
crypto/tls: enable X25519 by default.
Adam Langley
2016-10-12
63
-2875
/
+2757
*
crypto/tls: support X25519.
Adam Langley
2016-10-12
6
-44
/
+302
*
crypto/tls: fix printing of OpenSSL output when updating a test fails.
Adam Langley
2016-10-12
1
-1
/
+1
*
crypto/tls: switch to OpenSSL 1.1.0 for test data.
Adam Langley
2016-10-12
64
-2725
/
+2840
*
crypto/x509: parse all names in an RDN.
Adam Langley
2016-10-11
2
-27
/
+81
*
crypto/x509: check that the issuer name matches the issuer's subject name.
Emmanuel Odeke
2016-10-09
2
-0
/
+152
*
crypto/x509: support RHEL 7 cert bundle
Quentin Smith
2016-10-05
1
-4
/
+5
*
crypto/{aes,cipher}: add optimized implementation of AES-GCM for s390x
Michael Munday
2016-10-05
3
-0
/
+524
*
crypto/tls: implement countermeasures against CBC padding oracles
Filippo Valsorda
2016-10-04
5
-45
/
+152
*
crypto/ecdsa: correct code comment.
Adam Langley
2016-10-02
1
-1
/
+1
*
crypto/x509: return better error when a certificate contains no names.
Adam Langley
2016-10-02
1
-0
/
+4
*
crypto/x509: fix name constraints handling.
Adam Langley
2016-10-02
2
-6
/
+52
*
crypto/tls: simplify keylog tests.
Adam Langley
2016-10-01
6
-244
/
+51
[next]