Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
Вложения
В списке pgsql-hackers по дате отправления:
| От | Magnus Hagander |
|---|---|
| Тема | Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL |
| Дата | |
| Msg-id | 20071002091823.GF14143@svr2.hagander.net обсуждение исходный текст |
| Ответ на | Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL ("Magnus Hagander" <magnus@hagander.net>) |
| Ответы |
Re: [COMMITTERS] pgsql: Use BIO functions to avoid passing FILE * pointers to OpenSSL
|
| Список | pgsql-hackers |
On Tue, Oct 02, 2007 at 08:42:28AM +0200, Magnus Hagander wrote: > > > http://www.openssl.org/docs/crypto/ERR_set_mark.html > > > says > > > ERR_set_mark() and ERR_pop_to_mark() were added in OpenSSL 0.9.8. > > > > > Ooops. Back to the drawing board. > > > > To get the buildfarm going again, I applied a patch that turns these > > calls into no-ops if the local OpenSSL hasn't got the functions. > > I'm not entirely sure if the net result is a regression for pre-0.9.8 > > OpenSSLs or not --- Magnus, any thoughts on that? > > > > 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. I think this can be reasonable - OpenSSL 0.9.8 is from 2005 after all, so it's not like we're requiring something extremely new.. //Magnus
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера