pgsql: Add alternative output for OpenSSL 3 without legacy loaded

2021-09-25 Thread Daniel Gustafsson
Add alternative output for OpenSSL 3 without legacy loaded OpenSSL 3 introduced the concept of providers to support modularization, and moved the outdated ciphers to the new legacy provider. In case it's not loaded in the users openssl.cnf file there will be a lot of regress test failures, so add

pgsql: Add alternative output for OpenSSL 3 without legacy loaded

2021-09-25 Thread Daniel Gustafsson
Add alternative output for OpenSSL 3 without legacy loaded OpenSSL 3 introduced the concept of providers to support modularization, and moved the outdated ciphers to the new legacy provider. In case it's not loaded in the users openssl.cnf file there will be a lot of regress test failures, so add

pgsql: Add alternative output for OpenSSL 3 without legacy loaded

2021-09-25 Thread Daniel Gustafsson
Add alternative output for OpenSSL 3 without legacy loaded OpenSSL 3 introduced the concept of providers to support modularization, and moved the outdated ciphers to the new legacy provider. In case it's not loaded in the users openssl.cnf file there will be a lot of regress test failures, so add

pgsql: Add alternative output for OpenSSL 3 without legacy loaded

2021-09-25 Thread Daniel Gustafsson
Add alternative output for OpenSSL 3 without legacy loaded OpenSSL 3 introduced the concept of providers to support modularization, and moved the outdated ciphers to the new legacy provider. In case it's not loaded in the users openssl.cnf file there will be a lot of regress test failures, so add

pgsql: Add alternative output for OpenSSL 3 without legacy loaded

2021-09-25 Thread Daniel Gustafsson
Add alternative output for OpenSSL 3 without legacy loaded OpenSSL 3 introduced the concept of providers to support modularization, and moved the outdated ciphers to the new legacy provider. In case it's not loaded in the users openssl.cnf file there will be a lot of regress test failures, so add

pgsql: Add alternative output for OpenSSL 3 without legacy loaded

2021-08-10 Thread Daniel Gustafsson
Add alternative output for OpenSSL 3 without legacy loaded OpenSSL 3 introduced the concept of providers to support modularization, and moved the outdated ciphers to the new legacy provider. In case it's not loaded in the users openssl.cnf file there will be a lot of regress test failures, so add