Commits
- [`60c769a`](https://github.com/golang/crypto/commit/60c769a6c58655dab1b9adac0d58967dd517cfba) acme/autocert: remove tempfile after dircache write failed
- [`4def268`](https://github.com/golang/crypto/commit/4def268fd1a49955bfb3dda92fe3db4f924f2285) ssh: skip testHandshakeErrorHandlingN on js/wasm
- [`cc06ce4`](https://github.com/golang/crypto/commit/cc06ce4a13d484c0101a9e92913248488a75786d) acme: send User-Agent and add Client.UserAgent
- [`ea8f1a3`](https://github.com/golang/crypto/commit/ea8f1a30c4438cc8b13f05538385ad8dc6049b43) ed25519: turn into a wrapper for crypto/ed25519 beginning with Go 1.13
- [`57b3e21`](https://github.com/golang/crypto/commit/57b3e21c3d5606066a87e63cfe07ec6b9f0db000) ssh: add diffie-hellman-group-exchange-sha256
- [`5c40567`](https://github.com/golang/crypto/commit/5c40567a22f818bd14a1ea7245dad9f8ef0691aa) internal/chacha20: fix variable naming
- [`f99c8df`](https://github.com/golang/crypto/commit/f99c8df09eb5bff426315721bfa5f16a99cad32c) poly1305: improve performance with asm for ppc64le
- [`20be4c3`](https://github.com/golang/crypto/commit/20be4c3c3ed52bfccdb2d59a412ee1a936d175a7) internal/chacha20: improve performance for ppc64le
- [`22d7a77`](https://github.com/golang/crypto/commit/22d7a77e9e5f409e934ed268692e56707cd169e5) sha3: fix bug in cSHAKE Clone()
- [`cbcb750`](https://github.com/golang/crypto/commit/cbcb750295291b33242907a04be40e80801d0cfc) ssh/gss: support kerberos authentication for ssh server and client
- Additional commits viewable in [compare view](https://github.com/golang/crypto/compare/614d502a4dac94afa3a6ce146bd1736da82514c6...60c769a6c58655dab1b9adac0d58967dd517cfba)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps golang.org/x/crypto from
614d502
to60c769a
.Commits
- [`60c769a`](https://github.com/golang/crypto/commit/60c769a6c58655dab1b9adac0d58967dd517cfba) acme/autocert: remove tempfile after dircache write failed - [`4def268`](https://github.com/golang/crypto/commit/4def268fd1a49955bfb3dda92fe3db4f924f2285) ssh: skip testHandshakeErrorHandlingN on js/wasm - [`cc06ce4`](https://github.com/golang/crypto/commit/cc06ce4a13d484c0101a9e92913248488a75786d) acme: send User-Agent and add Client.UserAgent - [`ea8f1a3`](https://github.com/golang/crypto/commit/ea8f1a30c4438cc8b13f05538385ad8dc6049b43) ed25519: turn into a wrapper for crypto/ed25519 beginning with Go 1.13 - [`57b3e21`](https://github.com/golang/crypto/commit/57b3e21c3d5606066a87e63cfe07ec6b9f0db000) ssh: add diffie-hellman-group-exchange-sha256 - [`5c40567`](https://github.com/golang/crypto/commit/5c40567a22f818bd14a1ea7245dad9f8ef0691aa) internal/chacha20: fix variable naming - [`f99c8df`](https://github.com/golang/crypto/commit/f99c8df09eb5bff426315721bfa5f16a99cad32c) poly1305: improve performance with asm for ppc64le - [`20be4c3`](https://github.com/golang/crypto/commit/20be4c3c3ed52bfccdb2d59a412ee1a936d175a7) internal/chacha20: improve performance for ppc64le - [`22d7a77`](https://github.com/golang/crypto/commit/22d7a77e9e5f409e934ed268692e56707cd169e5) sha3: fix bug in cSHAKE Clone() - [`cbcb750`](https://github.com/golang/crypto/commit/cbcb750295291b33242907a04be40e80801d0cfc) ssh/gss: support kerberos authentication for ssh server and client - Additional commits viewable in [compare view](https://github.com/golang/crypto/compare/614d502a4dac94afa3a6ce146bd1736da82514c6...60c769a6c58655dab1b9adac0d58967dd517cfba)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.