Re: [openssl-users] Problems with se...rver mode of openssl ocsp

2017-09-07 Thread Robert Moskowitz
On 09/07/2017 04:13 PM, Dr. Stephen Henson wrote: On Thu, Sep 07, 2017, Robert Moskowitz wrote: Good progress. A few questions: on https://jamielinux.com/docs/openssl-certificate-authority/online-certificate-status-protocol.html The sample server test command is: openssl ocsp -port 127.0

Re: [openssl-users] Problems with server mode of openssl ocsp

2017-09-07 Thread Dr. Stephen Henson
On Thu, Sep 07, 2017, Robert Moskowitz wrote: > Good progress. A few questions: > > on > https://jamielinux.com/docs/openssl-certificate-authority/online-certificate-status-protocol.html > > The sample server test command is: > > openssl ocsp -port 127.0.0.1:2560 -text -sha256 \ > -inde

[openssl-users] Problems with server mode of openssl ocsp

2017-09-07 Thread Robert Moskowitz
Good progress. A few questions: on https://jamielinux.com/docs/openssl-certificate-authority/online-certificate-status-protocol.html The sample server test command is: openssl ocsp -port 127.0.0.1:2560 -text -sha256 \ -index intermediate/index.txt \ -CA intermediate/certs/ca-chai

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 fu

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

Re: [openssl-users] openssl -check

2017-09-07 Thread Jakob Bohm
On 07/09/2017 07:58, "Georg Höllrigl" wrote: *Gesendet:* Mittwoch, 06. September 2017 um 18:06 Uhr *Von:* "Jakob Bohm" *An:* openssl-users@openssl.org *Betreff:* Re: [openssl-users] openssl -check On 06/09/2017 16:18, "Georg Höllrigl" wrote: > Hello, > Is there a way to verifiy a cert? > I'm thi