On Wed, Jul 3, 2024 at 9:20 AM Daniel Gustafsson <dan...@yesql.se> wrote: > It's essentially just polish and adding comments with the functional > changes that a) it parses the entire list of curves so all errors can be > reported instead of giving up at the first error; b) leaving the cipher suite > GUC blank will set the suites to the OpenSSL default vale.
Is there an advantage to setting it to a compile-time default, as opposed to just leaving it alone and not setting it at all? With the current patch, if you dropped in a more advanced OpenSSL 3.x that changed up the defaults, you wouldn't see any benefit. Thanks, --Jacob