Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update crypto library #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spirulence
Copy link

@spirulence spirulence commented Mar 18, 2024

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #12

Release note for CHANGELOG:

Update `golang.org/x/crypto` to `v0.17.0` to resolve handshake issues when connecting with recent Ubuntu and other SSH daemons. Closes #12 

Output from acceptance testing:

$ make test
go test -v ./...
?       github.com/danitso/terraform-provider-sftp      [no test files]
=== RUN   TestDataSourceRemoteFileInstantiation
--- PASS: TestDataSourceRemoteFileInstantiation (0.00s)
=== RUN   TestDataSourceRemoteFileSchema
--- PASS: TestDataSourceRemoteFileSchema (0.00s)
=== RUN   TestProviderInstantiation
--- PASS: TestProviderInstantiation (0.00s)
PASS
ok      github.com/danitso/terraform-provider-sftp/sftptf       0.014s

@spirulence
Copy link
Author

@danitso-dp I can provide the terraform apply run where this update fixes the behavior if it would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] go crypto package out of date
2 participants