Re: [openssl-users] SMIME -sign subcommand

2017-09-22 Thread Carlos Caraccia
Thanks a lot Jacob, I’ll try it now. I’m a hobby developer and must do this for my real work. Carlos > On Sep 7, 2017, at 09:43, Jakob Bohm wrote: > > On 07/09/2017 14:02, Carlos Caraccia wrote: >> Hello, is there a way to debug or watch line by line which functions are >> executed when I

Re: [openssl-users] SMIME -sign subcommand

2017-09-07 Thread Scott Neugroschl
Run it in a debugger? From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of Carlos Caraccia Sent: Thursday, September 07, 2017 5:02 AM To: openssl-users@openssl.org Subject: [openssl-users] SMIME -sign subcommand Hello, is there a way to debug or watch line by line which

Re: [openssl-users] SMIME -sign subcommand

2017-09-07 Thread Jakob Bohm
On 07/09/2017 14:02, Carlos Caraccia wrote: Hello, is there a way to debug or watch line by line which functions are executed when I run a this command: openssl smime -sign -signer certificadoWSASS.cer -inkey MiClave -out ticket.xml.cms -in Ticket.xml -outform PEM -nodetach I know there I ca

[openssl-users] SMIME -sign subcommand

2017-09-07 Thread Carlos Caraccia
Hello, is there a way to debug or watch line by line which functions are executed when I run a this command: openssl smime -sign -signer certificadoWSASS.cer -inkey MiClave -out ticket.xml.cms -in Ticket.xml -outform PEM -nodetach I know there I can see the smile.c here /apps