SSL compression

From: "Michael J(dot) Baars" <mjbaars1977(dot)pgsql(dot)hackers(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: SSL compression
Date: 2021-11-08 07:41:42
Message-ID: b6ebe807153159035f654b5792c56cf1dd2aa69d.camel@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

While I was searching for methods to send the result of a query to the other side of the world, because it might be nice to go there once in a while, I noticed
my best option, SSL compression, has been disabled as of version 14. Could someone please explain to me, why compression is being considered unsafe / insecure?

Transmissions to areas outside of Europe cost €5/mb at the moment and that makes SSL compression, or compression in general a vital component of d
ata transmissions.

Might the underlying reason be, that certain people have shown interest in my libpq/PQblockwrite algorithms (
https://www.postgresql.org/message-id/c7cccd0777f39c53b9514e3824badf276759fa87.camel%40cyberfiber.eu) but felt turned down and are now persuading me to trade
the algorithms against SSL compression, than just say so please. I'll see what I can do.

Best regards,
Mischa Baars.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Abhijit Menon-Sen 2021-11-08 08:00:21 Re: SSL compression
Previous Message Julien Rouhaud 2021-11-08 07:23:05 Re: [PATCH] pg_stat_statements Configuration Parameters Documentation