Re: [openssl-dev] where is PEM_read_bio_X509_AUX()

2016-05-10 Thread Viktor Dukhovni
[ Redirecting to openssl-us...@openssl.org ] On Tue, Apr 19, 2016 at 01:11:38AM +, CHOW Anthony wrote: > I am trying to do “openssl verify –CAfile server.pem” and the command hang. It is supposed to hang (reading standard input) when (incorrectly) invoked this way. You've left out the

Re: [openssl-dev] where is PEM_read_bio_X509_AUX()

2016-04-19 Thread CHOW Anthony
Got it after – “cp /usr/lib/ssl/certs/* /opt/openssl-1.0.1e/certs” ☺ From: openssl-dev [mailto:openssl-dev-boun...@openssl.org] On Behalf Of CHOW Anthony Sent: Monday, April 18, 2016 10:44 PM To: openssl-dev@openssl.org Subject: Re: [openssl-dev] where is PEM_read_bio_X509_AUX() Actually, I

Re: [openssl-dev] where is PEM_read_bio_X509_AUX()

2016-04-18 Thread CHOW Anthony
] On Behalf Of CHOW Anthony Sent: Monday, April 18, 2016 6:12 PM To: openssl-dev@openssl.org Subject: [openssl-dev] where is PEM_read_bio_X509_AUX() I am trying to do “openssl verify –CAfile server.pem” and the command hang. When I debug, I see that after calling the function PEM_read_bio_X509_AUX

Re: [openssl-dev] where is PEM_read_bio_X509_AUX()

2016-04-18 Thread CHOW Anthony
thanks so much. Let me look into .../crypto/pem/ directory. -Original Message- From: openssl-dev [mailto:openssl-dev-boun...@openssl.org] On Behalf Of Wim Lewis Sent: Monday, April 18, 2016 7:05 PM To: openssl-dev@openssl.org Subject: Re: [openssl-dev] where is PEM_read_bio_X509_AUX

Re: [openssl-dev] where is PEM_read_bio_X509_AUX()

2016-04-18 Thread Wim Lewis
On Apr 18, 2016, at 6:11 PM, CHOW Anthony wrote: > I am trying to do “openssl verify –CAfile server.pem” and the command hang. > When I debug, I see that after calling the function PEM_read_bio_X509_AUX in > load_cert() it hangs. > > But I don’t seems to

[openssl-dev] where is PEM_read_bio_X509_AUX()

2016-04-18 Thread CHOW Anthony
I am trying to do “openssl verify –CAfile server.pem” and the command hang. When I debug, I see that after calling the function PEM_read_bio_X509_AUX in load_cert() it hangs. But I don’t seems to find this function in the OpenSSL tree. Any insight on this? Thanks so much. grep -rwn . -e