index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
be-secure-openssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix outdated references to guc.c
Daniel Gustafsson
2023-03-02
1
-1
/
+2
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
1
-2
/
+7
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-2
/
+2
*
Don't reflect unescaped cert data to the logs
Peter Eisentraut
2022-09-13
1
-26
/
+31
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
1
-2
/
+0
*
Log details for client certificate failures
Peter Eisentraut
2022-07-15
1
-3
/
+109
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Second attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-06
1
-9
/
+15
*
Blind attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-02
1
-1
/
+2
*
Message style improvements
Peter Eisentraut
2021-09-16
1
-1
/
+1
*
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
1
-0
/
+1
*
Disallow SSL renegotiation
Michael Paquier
2021-05-25
1
-0
/
+10
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-0
/
+1
*
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-29
1
-5
/
+56
*
Fix memory leak when rejecting bogus DH parameters.
Tom Lane
2021-03-20
1
-0
/
+3
*
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2021-03-16
1
-22
/
+27
*
Remove support for SSL compression
Michael Paquier
2021-03-09
1
-9
/
+3
*
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
1
-3
/
+23
*
Move SSL information callback earlier to capture more information
Michael Paquier
2021-01-22
1
-11
/
+15
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Message style improvements
Alvaro Herrera
2020-11-07
1
-0
/
+2
*
Improve error handling in backend OpenSSL implementation
Magnus Hagander
2020-11-03
1
-2
/
+16
*
Fix list of SSL error codes for older OpenSSL versions.
Tom Lane
2020-06-27
1
-2
/
+4
*
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-06-27
1
-1
/
+66
*
Fix comment in be-secure-openssl.c
Michael Paquier
2020-06-04
1
-2
/
+3
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-2
/
+3
*
Fix check for conflicting SSL min/max protocol settings
Michael Paquier
2020-04-30
1
-1
/
+3
*
Provide a TLS init hook
Andrew Dunstan
2020-03-25
1
-19
/
+29
*
Add bound checks for ssl_min_protocol_version and ssl_max_protocol_version
Michael Paquier
2020-03-23
1
-20
/
+45
*
Remove excess parens in ereport() calls
Alvaro Herrera
2020-01-30
1
-3
/
+3
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
1
-0
/
+3
*
Move OpenSSL routines for min/max protocol setting to src/common/
Michael Paquier
2020-01-17
1
-98
/
+1
*
Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier
2020-01-06
1
-2
/
+0
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Fix memory leak when initializing DH parameters in backend
Michael Paquier
2019-12-14
1
-0
/
+3
*
Fix compilation with older OpenSSL versions
Peter Eisentraut
2019-09-28
1
-2
/
+46
*
Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c
Michael Paquier
2019-09-28
1
-9
/
+0
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-2
/
+2
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
1
-9
/
+12
*
Clean up minor warnings from buildfarm.
Tom Lane
2019-04-28
1
-5
/
+3
*
More unconstify use
Peter Eisentraut
2019-02-13
1
-1
/
+1
*
Fix error handling around ssl_*_protocol_version settings
Peter Eisentraut
2019-02-08
1
-11
/
+24
*
Add more columns to pg_stat_ssl
Peter Eisentraut
2019-02-01
1
-1
/
+30
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Fix assertion failure for SSL connections.
Thomas Munro
2018-11-25
1
-2
/
+2
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
1
-2
/
+2
*
Make detection of SSL_CTX_set_min_proto_version more portable
Peter Eisentraut
2018-11-20
1
-3
/
+3
*
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-20
1
-2
/
+121
[next]