OpenSSL specific value under USE_SSL instead of USE_OPENSSL

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: OpenSSL specific value under USE_SSL instead of USE_OPENSSL
Date: 2019-06-27 14:02:45
Message-ID: 8232E273-7B25-47F4-B0E7-3D4264106F82@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The ssl_ciphers GUC for configuring cipher suites sets the default value based
on USE_SSL but it’s actually an OpenSSL specific value. As with other such
changes, it works fine now but will become an issue should we support other TLS
backends. Attached patch fixes this.

cheers ./daniel

Attachment Content-Type Size
openssl_cipherconfig.patch application/octet-stream 972 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jesper Pedersen 2019-06-27 14:06:46 pg_receivewal documentation
Previous Message Thom Brown 2019-06-27 13:56:45 Re: SQL/JSON path issues/questions