pgsql: Disable OpenSSL EVP digest padding in pgcrypto

2021-09-25 Thread Daniel Gustafsson
Disable OpenSSL EVP digest padding in pgcrypto The PX layer in pgcrypto is handling digest padding on its own uniformly for all backend implementations. Starting with OpenSSL 3.0.0, DecryptUpdate doesn't flush the last block in case padding is enabled so explicitly disable it as we don't use it.

pgsql: Disable OpenSSL EVP digest padding in pgcrypto

2021-09-25 Thread Daniel Gustafsson
Disable OpenSSL EVP digest padding in pgcrypto The PX layer in pgcrypto is handling digest padding on its own uniformly for all backend implementations. Starting with OpenSSL 3.0.0, DecryptUpdate doesn't flush the last block in case padding is enabled so explicitly disable it as we don't use it.

pgsql: Disable OpenSSL EVP digest padding in pgcrypto

2021-09-25 Thread Daniel Gustafsson
Disable OpenSSL EVP digest padding in pgcrypto The PX layer in pgcrypto is handling digest padding on its own uniformly for all backend implementations. Starting with OpenSSL 3.0.0, DecryptUpdate doesn't flush the last block in case padding is enabled so explicitly disable it as we don't use it.

pgsql: Disable OpenSSL EVP digest padding in pgcrypto

2021-09-25 Thread Daniel Gustafsson
Disable OpenSSL EVP digest padding in pgcrypto The PX layer in pgcrypto is handling digest padding on its own uniformly for all backend implementations. Starting with OpenSSL 3.0.0, DecryptUpdate doesn't flush the last block in case padding is enabled so explicitly disable it as we don't use it.

pgsql: Disable OpenSSL EVP digest padding in pgcrypto

2021-09-25 Thread Daniel Gustafsson
Disable OpenSSL EVP digest padding in pgcrypto The PX layer in pgcrypto is handling digest padding on its own uniformly for all backend implementations. Starting with OpenSSL 3.0.0, DecryptUpdate doesn't flush the last block in case padding is enabled so explicitly disable it as we don't use it.

pgsql: Disable OpenSSL EVP digest padding in pgcrypto

2021-08-10 Thread Daniel Gustafsson
Disable OpenSSL EVP digest padding in pgcrypto The PX layer in pgcrypto is handling digest padding on its own uniformly for all backend implementations. Starting with OpenSSL 3.0.0, DecryptUpdate doesn't flush the last block in case padding is enabled so explicitly disable it as we don't use it.