Re:Re: Add support to TLS 1.3 cipher suites and curves lists

2024-06-17 Thread Erica Zhang
From:"Andres Freund"< and...@anarazel.de >; Sent Time:2024/6/18 2:48 To:"Erica Zhang"< ericazhangy2...@qq.com >; Cc recipient:"Jelte Fennema-Nio"< postg...@jeltef.nl >;"Daniel Gustafsson"< dan...@yesql.se

Re:Re: Re: Re: Add support to TLS 1.3 cipher suites and curves lists

2024-06-13 Thread Erica Zhang
s will use 'TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256" as ciphers for TLS1.3 connection? Thanks, Erica Zhang Original Email Sender:"Jelte Fennema-Nio"< postg...@jeltef.nl >; Sent Time:2024/6/12 16:51 To:"Er

Re:Re: Add support to TLS 1.3 cipher suites and curves lists

2024-06-12 Thread Erica Zhang
afsson"< dan...@yesql.se >; Cc recipient:"Erica Zhang"< ericazhangy2...@qq.com >;"Jacob Champion"< jacob.champ...@enterprisedb.com >;"Peter Eisentraut"< pe...@eisentraut.org >;"pgsql-hackers"< pgsql-hackers@lists.postgresql

Re:Re: Re: Add support to TLS 1.3 cipher suites and curves lists

2024-06-11 Thread Erica Zhang
Email Sender:"Michael Paquier"< mich...@paquier.xyz >; Sent Time:2024/6/7 18:46 To:"Erica Zhang"< ericazhangy2...@qq.com >; Cc recipient:"Peter Eisentraut"< pe...@eisentraut.org >;"pgsql-hackers"< pgsql-hackers@lists.postgresql.org &

Re:Re: Add support to TLS 1.3 cipher suites and curves lists

2024-06-07 Thread Erica Zhang
accodingly. Original Email Sender:"Peter Eisentraut"< pe...@eisentraut.org >; Sent Time:2024/6/7 16:55 To:"Erica Zhang"< ericazhangy2...@qq.com >;"pgsql-hackers"< pgsql-hackers@lists.postgresql.org >; Subject

Add support to TLS 1.3 cipher suites and curves lists

2024-06-06 Thread Erica Zhang
Hi All, I’m a Postgres user and I’m looking into restricting the set of allowed ciphers on Postgres and configure a concrete set of curves on our postgres instances. I see in current Postgres doc mentioned that only TLS1.2 and below cipher lists can be configured. And there is no setting that c

Re: Add some tests for pg_stat_statements compatibility verification under contrib

2021-03-15 Thread Erica Zhang
Hi Julien, -- Original -- From: "Julien Rouhaud" https://com

Re: Add some tests for pg_stat_statements compatibility verification under contrib

2021-03-10 Thread Erica Zhang
Hi Julien, Thanks a lot for the quick review. Please see my answer below in blue. Attached is the new patch. -- Original -- From: "Julien Rouha

Add some tests for pg_stat_statements compatibility verification under contrib

2021-03-09 Thread Erica Zhang
Hi All, On the master branch, it is possible to install multiple versions of pg_stat_statements with CREATE EXTENSION, but all the tests in sql/ on look at the latest version available, without testing past compatibility. Since we support to install lowest version 1.4 currently, add some tests