[openssl-dev] Fwd: [openssl.org #4615] Cache utility behaving strange with X509_LOOKUP_add_dir

2016-07-14 Thread Anirudh Patel via RT
It will be very helpful if you could provide your inputs on this as soon as possible so that I can move ahead quickly. Regards, Anirudh -- Forwarded message -- From: The default queue via RT Date: Thu, Jul 14, 2016 at 4:55 PM Subject: [openssl.org #4615] AutoReply: Cache utility

Re: [openssl-dev] Error is a pod file

2016-07-14 Thread Richard Levitte
In message <52d9b2c74d7b4985a1f9315e10422...@usma1ex-dag1mb1.msg.corp.akamai.com> on Fri, 15 Jul 2016 02:55:15 +, "Salz, Rich" said: rsalz> > install ./doc/crypto/BIO_set_callback.pod -> rsalz> > /Users/ur20980/src/openssl-1.1/share/man/man3/BIO_set_callback.3 rsalz> > IO::File=IO(0x7f896a0

Re: [openssl-dev] Error is a pod file

2016-07-14 Thread Salz, Rich
> install ./doc/crypto/BIO_set_callback.pod -> > /Users/ur20980/src/openssl-1.1/share/man/man3/BIO_set_callback.3 > IO::File=IO(0x7f896a02d1c0) around line 42: =over should be: '=over' or > '=over positive_number' I don't understand this error message. "=over" should be "=over"? Does addi

[openssl-dev] Error is a pod file

2016-07-14 Thread Blumenthal, Uri - 0553 - MITLL
install ./doc/crypto/BIO_set_callback.pod -> /Users/ur20980/src/openssl-1.1/share/man/man3/BIO_set_callback.3 IO::File=IO(0x7f896a02d1c0) around line 42: =over should be: '=over' or '=over positive_number' POD document had syntax errors at /opt/local/bin/pod2man line 68. make: *** [install_man_docs

Re: [openssl-dev] [openssl.org #4609] Configure does not honor requests for ld.gold

2016-07-14 Thread Andy Polyakov via RT
>> I don't know what you expect us to do. We don't use the LD variable. > > Right. I'm just pointing out gaps. > > It only gets worse for users. What happens when someone tries a > cross-compile by setting CC, AR, RANLIB, LD and a CFLAGS with > --sysroot? As far as I know, there is no RTFM for c

Re: [openssl-dev] [ARM] sha1_block_armv8 caller

2016-07-14 Thread Andy Polyakov
> I see that there is function named sha1_block_armv8 defined in > crypto/sha/asm/sha1-armv8.pl, but I cannot find any function that > calls it. Note that symbol is not global, you can't even link to it from outside. But the real question is if code is *executed*. As calling is not the only way to

Re: [openssl-dev] [openssl.org #4615] AutoReply: Cache utility behaving strange with X509_LOOKUP_add_dir

2016-07-14 Thread Anirudh Patel via RT
On Thu, Jul 14, 2016 at 4:55 PM, The default queue via RT wrote: > > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Cache utility behaving strange with X509_LOOKUP_add_dir", > a summary of which appears below. >

[openssl-dev] [openssl.org #4615] Cache utility behaving strange with X509_LOOKUP_add_dir

2016-07-14 Thread Anirudh Patel via RT
Hi, I have a query related to how these APIs X509_STORE_add_lookup() and X509_LOOKUP_add_dir() work. Let me give you a brief explanation of what I am doing: Purpose was to add lookup for CRLs. First when my server starts and my SSL initializes I have successfully created a store to which lookup