-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
579d7b4
commit d330130
Showing
1 changed file
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Shubhamturakhia This logic looks good, but I'm seeing from the API documentation that the connection signature uses the contents of the configuration file as well; the hash needs to reflect all configuration parameters used to create the connection, so we should also hash the configuration file.
We'll need to add in some calls to
SHA256_Update
to ensure that the contents of the resultant hash incorporate the configuration file as well as the connection string. See here for reference.