TopicMailing ListsActivityParticipants
7 commits
pgcrypto: Check for error return of px_cipher_decrypt()
REL_13_STABLE13.5REL_12_STABLE12.9REL_11_STABLE11.14REL_10_STABLE10.19
Add alternative output for OpenSSL 3 without legacy loaded
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.0REL_13_STABLE13.5+3 more
Disable OpenSSL EVP digest padding in pgcrypto
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1REL_14_STABLE14.0REL_13_STABLE13.5+3 more
pgcrypto: Check for error return of px_cipher_decrypt()
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Define OPENSSL_API_COMPAT
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1REL_13_STABLE13.12+2 more
+2 more
2021-03Withdrawn
Patch#2810
CINot processed
OpenSSL 3.0.0 compatibility
OpenSSL 3.0.0 compatibility
hackers
78 replies
Jun 29, 2022
Daniel GustafssonPeter EisentrautMichael PaquierTom LaneAndrew Dunstan+3
4 commits
Ensure that STDERR is empty in connect_ok tests
master15beta1REL_19_STABLE15beta1REL_18_STABLE15beta1REL_17_STABLE15beta1REL_16_STABLE15beta1REL_15_STABLE15beta1
Simplify code related to compilation of SSL and OpenSSL
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
Introduce --with-ssl={openssl} as a configure option
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
doc: Apply more consistently <productname> markup for OpenSSL
master14beta1REL_19_STABLE14beta1REL_18_STABLE14beta1REL_17_STABLE14beta1REL_16_STABLE14beta1REL_15_STABLE14beta1REL_14_STABLE14beta1
2022-03Rejected
Patch#3138
CINot processed
ReviewersJoshua Brindle (joshuab)
Support for NSS as a libpq TLS backend
Support for NSS as a libpq TLS backend
hackers
220 replies
Feb 04, 2022
Daniel GustafssonJacob ChampionMichael PaquierStephen FrostJoshua Brindle+13
1 commit
Fix comment in be-secure-openssl.c
master13beta2REL_19_STABLE13beta2REL_18_STABLE13beta2REL_17_STABLE13beta2REL_16_STABLE13beta2REL_15_STABLE13beta2REL_14_STABLE13beta2REL_13_STABLE13beta2
Incorrect comment in be-secure-openssl.c
Incorrect comment in be-secure-openssl.c
hackers
8 replies
Jun 04, 2020
Michael PaquierDaniel GustafssonRobert Haas
1 commit
Adjust indentation in src/backend/optimizer/README.
master13beta2REL_19_STABLE13beta2REL_18_STABLE13beta2REL_17_STABLE13beta2REL_16_STABLE13beta2REL_15_STABLE13beta2REL_14_STABLE13beta2REL_13_STABLE13beta2
Optimizer docs typos
Optimizer docs typos
hackers
9 replies
May 22, 2020
Etsuro FujitaRichard GuoDaniel GustafssonMagnus HaganderKyotaro Horiguchi
1 commit
Use explicit_bzero() when clearing sslpassword in libpq
master13beta2REL_19_STABLE13beta2REL_18_STABLE13beta2REL_17_STABLE13beta2REL_16_STABLE13beta2REL_15_STABLE13beta2REL_14_STABLE13beta2REL_13_STABLE13beta2
explicit_bzero for sslpassword
explicit_bzero for sslpassword
hackers
3 replies
May 21, 2020
Michael PaquierDaniel GustafssonPeter Eisentraut
1 commit
Remove unused variables.
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
Vintage unused variables in pg_dump.c
Vintage unused variables in pg_dump.c
hackers
1 reply
May 18, 2020
Daniel GustafssonTom Lane
1 commit
Rename PQsetSSLKeyPassHook and friends
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
Potentially misleading name of libpq pass phrase hook
Potentially misleading name of libpq pass phrase hook
hackers
10 replies
May 17, 2020
Daniel GustafssonTom LaneJonathan S. KatzAndrew DunstanMagnus Hagander+2
1 commit
Doc: Fix some inconsistencies with markups
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
TLS docs fixes for <programlisting>
TLS docs fixes for <programlisting>
docs
3 replies
May 15, 2020
Daniel GustafssonMichael Paquier
1 commit
Fix typo in comment on OpenSSL PEM password callback type name.
master13beta1REL_19_STABLE13beta1REL_18_STABLE13beta1REL_17_STABLE13beta1REL_16_STABLE13beta1REL_15_STABLE13beta1REL_14_STABLE13beta1REL_13_STABLE13beta1
Incorrect OpenSSL type reference in code comment
Incorrect OpenSSL type reference in code comment
hackers
1 reply
May 14, 2020
Daniel GustafssonHeikki Linnakangas