airsdk / apm

AIR Package Manager
https://repository.airsdk.dev/
MIT License
61 stars 10 forks source link

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

Closed mwelk closed 2 years ago

mwelk commented 2 years ago

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

mwelk commented 2 years ago

Sorry, messed up this request :-(