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

Improved hash code detection from certutil output on Windows server #162

Merged
merged 2 commits into from Sep 27, 2022
Merged

Improved hash code detection from certutil output on Windows server #162

merged 2 commits into from Sep 27, 2022

Conversation

mwelk
Copy link

@mwelk mwelk commented Sep 27, 2022

NativeProcess.standardOutputData can be fired multiple times depending on the output buffer size. All output data now gets collected over time and hash gets only parsed if process finished successfully

This patch improves the Sha256 hash code detection and fixes #149 for us.

marchbold and others added 2 commits August 24, 2022 10:59
…g on the output buffer size. All output data now gets collected over time and hash gets only parsed if process finished successfully
@marchbold marchbold changed the base branch from master to develop September 27, 2022 22:24
@marchbold marchbold merged commit 1d2af8f into airsdk:develop Sep 27, 2022
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.

Checksum mismatch on Windows
2 participants