node-applesign
node-applesign copied to clipboard
Keep smime instead of cms ?
Using cms
instead of smime
with openssl breaks the execution :
$ openssl cms -in test.mobileprovision -inform der -verify
openssl:Error: 'cms' is an invalid command.
I'm using OpenSSL 0.9.8zh 14 Jan 2016
from OSX El Capitan.
cms is smime3 and this was included in openssl 1.0.0. I have switched to security cms
for now by default. Would be good if OSX doesn't comes with an ancient ssl lib :)
i'm keeping this issue open for now, but this is no longer an issue in OSX and adding version checks would be the way to go, not just checking for tool's path