mtrojnar / osslsigncode

OpenSSL based Authenticode signing for PE/MSI/Java CAB files
Other
778 stars 131 forks source link

Ignore CRL Distribution Points if -CRLfile or -TSA-CRLfile was specified #345

Closed patatetom closed 7 months ago

patatetom commented 7 months ago

hi,

during my tests, I noticed that osslsigncode was trying to retrieve the revocation list online, even though I was passing it to it as a parameter (eg. -CRLfile) : wouldn't it be better to exclude the online search in this case ?

regards, lacsaP.

olszomal commented 7 months ago

This feature is on my to-do list.