Incorrect comment in be-secure-openssl.c
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-05-28T15:15:17Z
Lists: pgsql-hackers
Attachments
- openssl_dh_comment.patch (application/octet-stream) patch
The comment in be-secure-openssl.c didn't get the memo that the hardcoded DH parameters moved in 573bd08b99e277026e87bb55ae69c489fab321b8. The attached updates the wording, keeping it generic enough that we wont need to update it should the parameters move again. cheers ./daniel
Commits
-
Fix comment in be-secure-openssl.c
- 3fa44a300498 13.0 landed
-
Move EDH support to common files
- 573bd08b99e2 11.0 cited