Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Date
Msg-id 13826.1191333859@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL  (Magnus Hagander <magnus@hagander.net>)
Responses Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
>> I thought of a compromise. We can put back a check if the file exists without using bio. That would cover some 99
percentof the messages coming out of that 
 
>> routine, I bet. And things would still work correct in 0.9.8.

> Here's an example of what I meant.

+1, but I think you should "#ifndef HAVE_ERR_SET_MARK" the added code.
Also, maybe try to fopen rather than just fstat?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: [COMMITTERS] pgsql: ITAGAKI Takahiro added
Next
From: Michael Meskes
Date:
Subject: Re: [COMMITTERS] pgsql: ITAGAKI Takahiro added