Re: [HACKERS] Speed of SSL connections; cost of renegotiation

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [HACKERS] Speed of SSL connections; cost of renegotiation
Дата
Msg-id 041901c2ffd8$0e1018f0$6500a8c0@fhp.internal
обсуждение исходный текст
Ответ на Speed of SSL connections; cost of renegotiation  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-interfaces
> Yeah, I looked at mod_ssl before sending in my gripe.  AFAICT Apache
> *never* forces a renegotiation based on amount of data sent --- all that
> code is intended just to handle transitions between different webpages
> with different security settings.  So is that a precedent we can follow;
> or is it an optimization based on the assumption that not a lot of data
> will be transferred on any one web page?

How about a GUC variable:

ssl_renegotiation = 0  # no unnecessary renegotiation
ssl_renegotiation = 64000 # renegotiate every 64000 bytes

Chris

В списке pgsql-interfaces по дате отправления:

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: [HACKERS] Speed of SSL connections; cost of renegotiation
Следующее
От: Sean Chittenden
Дата:
Сообщение: Re: [HACKERS] Speed of SSL connections; cost of renegotiation