node-applesign icon indicating copy to clipboard operation
node-applesign copied to clipboard

Keep smime instead of cms ?

Open akofman opened this issue 8 years ago • 2 comments

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.

akofman avatar Sep 12 '16 00:09 akofman

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 :)

trufae avatar Sep 22 '16 17:09 trufae

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

trufae avatar Sep 22 '16 17:09 trufae