forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit318df80
committed
Disable OpenSSL EVP digest padding in pgcrypto
The PX layer in pgcrypto is handling digest padding on its own uniformlyfor all backend implementations. Starting with OpenSSL 3.0.0, DecryptUpdatedoesn't flush the last block in case padding is enabled so explicitlydisable it as we don't use it.This will be backpatched to all supported version once there is sufficienttesting in the buildfarm of OpenSSL 3.Reviewed-by: Peter Eisentraut, Michael PaquierDiscussion:https://postgr.es/m/FEF81714-D479-4512-839B-C769D2605F8A@yesql.se1 parent152c2e0 commit318df80
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
379 | 379 |
| |
380 | 380 |
| |
381 | 381 |
| |
| 382 | + | |
| 383 | + | |
382 | 384 |
| |
383 | 385 |
| |
384 | 386 |
| |
| |||
403 | 405 |
| |
404 | 406 |
| |
405 | 407 |
| |
| 408 | + | |
| 409 | + | |
406 | 410 |
| |
407 | 411 |
| |
408 | 412 |
| |
|
0 commit comments
Comments
(0)