<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/crypto/tls/testdata/Server-TLSv13-RSA-RSAPSS-TooSmall, branch makepkg</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=makepkg</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=makepkg'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2020-11-10T01:40:27Z</updated>
<entry>
<title>crypto/tls: de-prioritize AES-GCM ciphers when lacking hardware support</title>
<updated>2020-11-10T01:40:27Z</updated>
<author>
<name>Roland Shoemaker</name>
<email>rolandshoemaker@gmail.com</email>
</author>
<published>2020-10-16T01:32:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=9f39a43e0d728721d5a9e2586ce47a57585591c5'/>
<id>urn:sha1:9f39a43e0d728721d5a9e2586ce47a57585591c5</id>
<content type='text'>
When either the server or client are lacking hardware support for
AES-GCM ciphers, indicated by the server lacking the relevant
instructions and by the client not putting AES-GCM ciphers at the top
of its preference list, reorder the preference list to de-prioritize
AES-GCM based ciphers when they are adjacent to other AEAD ciphers.

Also updates a number of recorded openssl TLS tests which previously
only specified TLS 1.2 cipher preferences (using -cipher), but not
TLS 1.3 cipher preferences (using -ciphersuites), to specify both
preferences, making these tests more predictable.

Fixes #41181.

Change-Id: Ied896c96c095481e755aaff9ff0746fb4cb9568e
Reviewed-on: https://go-review.googlesource.com/c/go/+/262857
Run-TryBot: Roland Shoemaker &lt;roland@golang.org&gt;
TryBot-Result: Go Bot &lt;gobot@golang.org&gt;
Reviewed-by: Filippo Valsorda &lt;filippo@golang.org&gt;
Trust: Roland Shoemaker &lt;roland@golang.org&gt;
Trust: Katie Hockman &lt;katie@golang.org&gt;
</content>
</entry>
<entry>
<title>crypto/tls: take key size into account in signature algorithm selection</title>
<updated>2019-11-12T01:09:40Z</updated>
<author>
<name>Filippo Valsorda</name>
<email>filippo@golang.org</email>
</author>
<published>2019-11-04T07:14:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c2edcf4b1253fdebc13df8a25979904c3ef01c66'/>
<id>urn:sha1:c2edcf4b1253fdebc13df8a25979904c3ef01c66</id>
<content type='text'>
Fixes #29793

Change-Id: I6e389d166c2d9a2ba8664a41f4b9569f2481b27f
Reviewed-on: https://go-review.googlesource.com/c/go/+/205177
Run-TryBot: Filippo Valsorda &lt;filippo@golang.org&gt;
TryBot-Result: Gobot Gobot &lt;gobot@golang.org&gt;
Reviewed-by: Katie Hockman &lt;katie@golang.org&gt;
</content>
</entry>
</feed>
