aboutsummaryrefslogtreecommitdiff
path: root/lib/tlsutil
AgeCommit message (Expand)Author
2022-09-09lib/tlsutil: Use crypto.Signer interface (#8526)greatroar
2022-08-16all: Modernize error wrapping (#8491)v1.21.0-rc.2v1.21.0Jakob Borg
2021-11-07lib/syncthing: Clean up / refactor LoadOrGenerateCertificate() utility functi...André Colomb
2021-09-21lib/tlsutil: Allocate UnionedConnection in one go (#7912)greatroar
2021-04-26all: Deprecate TLS 1.2 on sync connections (fixes #7594) (#7598)Jakob Borg
2020-11-09lib/tlsutil: Add O and OU to generated certificates (fixes #7108) (#7109)v1.12.0-rc.1Jakob Borg
2020-07-30lib/connections, lib/tlsutil: Handle certName in Go 1.15 (fixes #6867) (#6868)Jakob Borg
2020-06-17lib/rand: Various minor fixes (#6752)greatroar
2020-03-03all: Tweak error creation (#6391)Jakob Borg
2019-11-23lib: Wrap errors with errors.Wrap instead of fmt.Errorf (#6181)Simon Frei
2019-11-10all: Cleanups enabled by Go 1.12Jakob Borg
2019-11-10lib/tlsutil: Remove Go 1.12 TLS 1.3 beta opt-inJakob Borg
2019-10-16all: Update certificate lifetimes (fixes #6036) (#6078)Jakob Borg
2019-08-11lib/tlsutil: Remove hardcoded curve preferences (fixes #5940) (#5942)Jakob Borg
2019-02-26lib/tlsutil: Enable TLS 1.3 when available, on test builds (fixes #5065) (#5558)Jakob Borg
2019-02-02all: Revert the underscore sillynessJakob Borg
2019-02-02all: Even more boring linter fixes (#5501)Jakob Borg
2018-10-21cmd/*, lib/tlsutil: Refactor TLS stuff (fixes #5256) (#5276)Jakob Borg
2017-08-31lib/tlsutil: Remove undesired bufio from UnionedConnection (ref #4245)Jakob Borg
2017-02-09all: Update license url to https (ref #3976)Jakob Borg
2016-08-08build, lib: Correct total test coverage calculationJakob Borg
2016-05-26lib/rand: Break out random functions into separate packageJakob Borg
2015-11-27Generate ECDSA keys instead of RSAJakob Borg
2015-09-09Generate certs with SHA256 signature instead of SHA1Jakob Borg
2015-09-02Clarify namesAudriusButkevicius
2015-09-02Add AcceptNoWrap to DowngradingListenerAudriusButkevicius
2015-09-02Move TLS utilities into a separate packageAudriusButkevicius