SSL (patch 7)

From: Bear Giles <bgiles(at)coyotesong(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: SSL (patch 7)
Date: 2002-05-25 06:37:11
Message-ID: 200205250637.AAA26963@eris.coyotesong.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

SSL patch to periodically renegotiate session key.

In order to reduce the risk of cryptanalysis during extended
sessions (or brief ones involving a substantial amount of data),
this patch renegotiates the session key after 64kib has been
transferred.

Bear

Attachment Content-Type Size
patch7 text/plain 4.1 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bear Giles 2002-05-25 06:54:31 SSL (patch 8)
Previous Message Bear Giles 2002-05-25 06:24:14 SSL (patch 6)