Commits
- [`9ee001b`](https://github.com/golang/crypto/commit/9ee001bba392397c76f100a2d5b13afc86f167f1) ssh/terminal: account for win32 api changes
- [`227b76d`](https://github.com/golang/crypto/commit/227b76d455e791cb042b03e633e2f7fbcfdf74a5) acme/autocert: remove tls-sni-xx challenge support
- [`094676d`](https://github.com/golang/crypto/commit/094676da4a83be5288d281081bba63a173ce6772) ssh: drop dh-group1-sha1 from default key exchanges
- [`71b5226`](https://github.com/golang/crypto/commit/71b5226ff73902d121cd9dbbdfdb67045a805845) sha3: add a space before +build in build tag comments
- [`9756ffd`](https://github.com/golang/crypto/commit/9756ffdc24725223350eb3266ffb92590d28f278) ssh/test: delete TestInvalidTerminalMode
- [`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
- Additional commits viewable in [compare view](https://github.com/golang/crypto/compare/614d502a4dac94afa3a6ce146bd1736da82514c6...9ee001bba392397c76f100a2d5b13afc86f167f1)
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)
- Pull request limits (per update run and/or open at any time)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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
to9ee001b
.Commits
- [`9ee001b`](https://github.com/golang/crypto/commit/9ee001bba392397c76f100a2d5b13afc86f167f1) ssh/terminal: account for win32 api changes - [`227b76d`](https://github.com/golang/crypto/commit/227b76d455e791cb042b03e633e2f7fbcfdf74a5) acme/autocert: remove tls-sni-xx challenge support - [`094676d`](https://github.com/golang/crypto/commit/094676da4a83be5288d281081bba63a173ce6772) ssh: drop dh-group1-sha1 from default key exchanges - [`71b5226`](https://github.com/golang/crypto/commit/71b5226ff73902d121cd9dbbdfdb67045a805845) sha3: add a space before +build in build tag comments - [`9756ffd`](https://github.com/golang/crypto/commit/9756ffdc24725223350eb3266ffb92590d28f278) ssh/test: delete TestInvalidTerminalMode - [`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 - Additional commits viewable in [compare view](https://github.com/golang/crypto/compare/614d502a4dac94afa3a6ce146bd1736da82514c6...9ee001bba392397c76f100a2d5b13afc86f167f1)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) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.