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

Re: [openssl-users] How can I sstart openssl ocsp in secure mode using TLS/SSL

2017-09-22 Thread Richard Moore
On 22 September 2017 at 15:08, Salz, Rich via openssl-users < openssl-users@openssl.org> wrote: > Openssl 0.9.8 is old and obsolete and has security issues; you should > upgrade. > > > > But even if you upgrade, the ocsp command will not listen on HTTPS; that > is not supported. > > > ​It's also

[openssl-users] [ANN] M2Crypto 0.26.3

2017-09-22 Thread Matěj Cepl
On 21/09/17 00:26, Matej Cepl wrote: > after a way too long time I have another version of M2Crypto. Despite > the deceptively minor version number (0.26.2; it is mistake, it has all > right to be called 0.27.0, but the release is already on PyPI, sorry) > this was a lot of work. Oh well, so I

Re: [openssl-users] How can I sstart openssl ocsp in secure mode using TLS/SSL

2017-09-22 Thread Salz, Rich via openssl-users
Openssl 0.9.8 is old and obsolete and has security issues; you should upgrade. But even if you upgrade, the ocsp command will not listen on HTTPS; that is not supported. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] How can I sstart openssl ocsp in secure mode using TLS/SSL

2017-09-22 Thread Ike Ikonne
Hi all, I have been trying to test the embed openssl ocsp server in secure mode like: c:\openssl-0.9.8\share>c:\openssl-0.9.8\bin\openssl ocsp -url https://myhost:7575-req_text -resp_text -text -index intermediate\index.txt -CA int ermediate\certs\ca-chain-cert.pem -rkey

Re: [openssl-users] s_server and explicit dhparam

2017-09-22 Thread Benjamin Kaduk via openssl-users
On 09/21/2017 10:57 PM, Le Van Gong, Hubert wrote: > Hi Ben, > > Ah, good catch. Maybe the doc should be updated to mention that fact. > Does anyone know if this is on the roadmap? The documentation could not really get updated more easily than the code, and I committed the needed fix yesterday,