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

sha256_password on unix transport failing (#1245) #1246

Merged
merged 1 commit into from
Aug 24, 2021
Merged

sha256_password on unix transport failing (#1245) #1246

merged 1 commit into from
Aug 24, 2021

Conversation

santhosh-tekuri
Copy link
Contributor

caching_sha2_password uses cleartext password when
the connection is Unix or sharedmemory protocol.
but sha256_password do not.

Description

see issue#1245

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary
  • Added myself / the copyright holder to the AUTHORS file

caching_sha2_password uses cleartext password when
the connection is Unix or sharedmemory protocol.
but sha256_password do not.
@santhosh-tekuri
Copy link
Contributor Author

are you expecting anything else from my side ?

@methane methane merged commit a5bb807 into go-sql-driver:master Aug 24, 2021
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.

2 participants