airsdk / apm

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

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

Closed mwelk closed 1 year ago

mwelk commented 1 year 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 1 year ago

Sorry, messed up this request :-(