Re: [openssl-users] troubleshooting a puzzling issue

2017-01-13 Thread Richard Levitte
In message <8df59ee9-2677-47d3-b9f6-69904b3ea...@inria.fr> on Fri, 13 Jan 2017 16:46:59 +0100, Thierry Parmentelat said: thierry.parmentelat> so I do see md5 in the list of digests Ok thierry.parmentelat> thierry.parmentelat> what else should I be looking at ?

Re: [openssl-users] troubleshooting a puzzling issue

2017-01-13 Thread Thierry Parmentelat
; it explains it all :) Thanks so much for your time looking into this, it is very helpful — Thierry > On 13 Jan 2017, at 16:47, Viktor Dukhovni wrote: > > On Fri, Jan 13, 2017 at 04:17:14PM +0100, Thierry Parmentelat wrote: > >> Thanks Viktor for your

Re: [openssl-users] troubleshooting a puzzling issue

2017-01-13 Thread Viktor Dukhovni
On Fri, Jan 13, 2017 at 04:17:14PM +0100, Thierry Parmentelat wrote: > Thanks Viktor for your feedback > > Well, the 2 certificates are embedded in the python code as PEM; I am > attaching them again here as plain files if that helps The leaf certificate is signed with RSA+MD5: $ openssl

Re: [openssl-users] troubleshooting a puzzling issue

2017-01-13 Thread Thierry Parmentelat
Hey Richard here’s what I see # openssl help openssl:Error: 'help' is an invalid command. Standard commands asn1parse caciphers cms crl crl2pkcs7 dgst dh dhparam dsa dsaparam ec ecparam

Re: [openssl-users] troubleshooting a puzzling issue

2017-01-13 Thread Richard Levitte
In message on Fri, 13 Jan 2017 09:26:35 -0500, Viktor Dukhovni said: openssl-users> openssl-users> > On Jan 13, 2017, at 5:28 AM, Thierry Parmentelat wrote: openssl-users> >

Re: [openssl-users] troubleshooting a puzzling issue

2017-01-13 Thread Richard Levitte
In message <41a36a7f-ff5d-4190-9178-e9ff11aff...@inria.fr> on Fri, 13 Jan 2017 11:28:40 +0100, Thierry Parmentelat said: thierry.parmentelat> I am facing a problem that I have narrowed down to this: thierry.parmentelat> thierry.parmentelat> I have two

Re: [openssl-users] troubleshooting a puzzling issue

2017-01-13 Thread Thierry Parmentelat
Thanks Viktor for your feedback Well, the 2 certificates are embedded in the python code as PEM; I am attaching them again here as plain files if that helps p1 Description: Binary data p2 Description: Binary data In terms of versioning, on one box that exhibits the issue of returning

Re: [openssl-users] troubleshooting a puzzling issue

2017-01-13 Thread Viktor Dukhovni
> On Jan 13, 2017, at 5:28 AM, Thierry Parmentelat > wrote: > > I have two certificates, one being signed by the other > the attached code is a python code that uses M2Crypto to check for that fact Your current problem is failure to post the two certificates