index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
crypto
/
tls
Age
Commit message (
Expand
)
Author
2023-02-14
crypto/tls: replace all usages of BytesOrPanic
Roland Shoemaker
2023-01-30
all: fix problematic comments
cui fliter
2023-01-20
crypto/tls: improve client auth failure alerts
Anit Gandhi
2023-01-05
crypto/tls: fix typo in cacheEntry godoc
Tobias Klauser
2022-11-21
crypto/ecdsa: use bigmod and nistec instead of math/big and crypto/elliptic
Filippo Valsorda
2022-11-18
crypto/tls: add CertificateVerificationError to tls handshake
Gabor Tanz
2022-11-16
crypto/ecdh: move ECDH method to PrivateKey
Filippo Valsorda
2022-11-11
all: fix problematic comments
cui fliter
2022-11-09
crypto/x509: allow BoringCrypto to use 4096-bit keys
Russ Cox
2022-11-07
crypto/tls: use certificate cache in client
Roland Shoemaker
2022-11-07
crypto/tls: add a certificate cache implementation
Roland Shoemaker
2022-10-24
crypto/tls,crypto/x509: clarify certificate ownership
Roland Shoemaker
2022-09-29
crypto: fix a few function names on comments
cui fliter
2022-09-29
crypto: use fmt.Appendf
cuiweixie
2022-09-22
crypto/tls: convert Conn.activeCall to atomic type
cuiweixie
2022-08-25
crypto/tls: support ECDHE when ec_point_formats is missing
Filippo Valsorda
2022-08-18
all: remove duplicate "the" words in comments
Abirdcfly
2022-08-14
crypto/tls: remove unused hashForClientCertificate param
Mike Faraponov
2022-08-12
crypto/ecdh: new package
Filippo Valsorda
2022-08-11
crypto/tls: change Conn.handshakeStatus type to atomic.Bool
Ludi Rehak
2022-08-09
all: use ":" for compiler generated symbols
Cuong Manh Le
2022-08-08
crypto/tls: delete unnecessary line of return
cuiweixie
2022-06-06
all: boringcrypto post-merge cleanup
Russ Cox
2022-05-18
crypto/tls: randomly generate ticket_age_add
Tatiana Bradley
2022-05-17
all: fix spelling
John Bampton
2022-05-06
crypto/tls: avoid extra allocations in steady-state Handshake calls
David Taylor
2022-04-29
[dev.boringcrypto] crypto/x509: remove VerifyOptions.IsBoring
Russ Cox
2022-04-29
[dev.boringcrypto] all: add boringcrypto build tags
Russ Cox
2022-04-27
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-27
crypto/tls: remove tls10default GODEBUG flag
Filippo Valsorda
2022-04-21
crypto/tls: reject duplicate extensions
Roland Shoemaker
2022-04-20
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-08
all: consistently use US spelling of present participles
Daniel Martí
2022-04-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Lasse Folger
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-29
all: use new "unix" build tag where appropriate
Ian Lance Taylor
2022-03-29
[dev.boringcrypto] all: merge master into dev.boringcrypto
Nicolas Hillegeer
2022-03-06
all: fix some typos
Dan Kortschak
2022-02-03
[dev.boringcrypto] all: merge master into dev.boringcrypto
Chressie Himpel
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-11-08
[dev.boringcrypto] all: merge master into dev.boringcrypto
Heschi Kreinick
2021-11-05
crypto/tls: set default minimum client version to TLS 1.2
Filippo Valsorda
2021-11-05
[dev.boringcrypto] all: merge master into dev.boringcrypto
Roland Shoemaker
2021-10-28
all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)
Russ Cox
2021-10-25
crypto/tls: add Conn.NetConn method
Agniva De Sarker
2021-10-06
all: use bytes.Cut, strings.Cut
Russ Cox
2021-10-04
crypto/tls: use cryptobyte.NewFixedBuilder
Filippo Valsorda
2021-08-27
[dev.boringcrypto] crypto/tls: permit P-521 in FIPS mode
Watson Ladd
2021-08-26
[dev.boringcrypto] crypto/tls: use correct config in TestBoringClientHello
Sofía Celi
[next]