Re: [HACKERS] Query cancel and OOB data

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Query cancel and OOB data
Date: 1998-05-26 23:28:14
Message-ID: 11888.896225294@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

ocie(at)paracel(dot)com writes:
> If we want to create a shared secret between the
> postmaster and the client, we should think about the Diffe-Helman
> [ discrete logarithm ] algorithm.

I used Diffie-Hellman for that purpose years ago, and perhaps could
still dig up the code for it. But I thought discrete logarithm had been
broken since then, or at least shown to be far less intractable than
people thought. In any case, D-H is pretty slow --- are we prepared to
add seconds to the backend startup time in the name of security?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew N. Dodd 1998-05-27 01:17:48 Re: [HACKERS] Query cancel and OOB data
Previous Message Tom Lane 1998-05-26 23:24:20 Re: [HACKERS] Time to fix libpgtcl for async NOTIFY