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
/
interfaces
/
libpq
/
fe-secure-openssl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix errormessage for missing system CA in OpenSSL 3.1
Daniel Gustafsson
2023-04-19
1
-3
/
+21
*
Allow to use system CA pool for certificate verification
Daniel Gustafsson
2023-04-05
1
-4
/
+25
*
libpq: Add sslcertmode option to control client certificates
Michael Paquier
2023-03-24
1
-1
/
+39
*
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
*
libpq error message refactoring, part 2
Peter Eisentraut
2022-11-15
1
-111
/
+55
*
Adjust PQsslAttributeNames() to match PQsslAttribute().
Tom Lane
2022-09-30
1
-2
/
+13
*
Fix bogus behavior of PQsslAttribute(conn, "library").
Tom Lane
2022-09-29
1
-3
/
+10
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-2
/
+2
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
1
-2
/
+0
*
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-15
1
-1
/
+1
*
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
1
-17
/
+17
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-1
/
+0
*
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-04-01
1
-13
/
+130
*
Add missing newline in one libpq error message.
Tom Lane
2022-03-31
1
-1
/
+1
*
Enable SSL library detection via PQsslAttribute()
Daniel Gustafsson
2022-03-29
1
-3
/
+3
*
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-02-28
1
-3
/
+37
*
Fix thinko in PQisBusy().
Tom Lane
2022-02-12
1
-1
/
+1
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Extend the private key stat checking error handling
Daniel Gustafsson
2021-11-30
1
-3
/
+8
*
Second attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-06
1
-2
/
+8
*
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
1
-0
/
+1
*
Fix sslsni connparam boolean check
Daniel Gustafsson
2021-08-13
1
-1
/
+1
*
Remove libpq's use of abort(3) to handle mutex failure cases.
Tom Lane
2021-06-29
1
-2
/
+7
*
libpq: Fix SNI host handling
Peter Eisentraut
2021-06-08
1
-11
/
+15
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-4
/
+4
*
libpq: Set Server Name Indication (SNI) for SSL connections
Peter Eisentraut
2021-04-07
1
-0
/
+22
*
Set libcrypto callbacks for all connection threads in libpq
Michael Paquier
2021-03-11
1
-42
/
+65
*
Revert changes for SSL compression in libpq
Michael Paquier
2021-03-10
1
-7
/
+8
*
Remove support for SSL compression
Michael Paquier
2021-03-09
1
-8
/
+7
*
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
1
-7
/
+17
*
Move SSL information callback earlier to capture more information
Michael Paquier
2021-01-22
1
-1
/
+1
*
In libpq, always append new error messages to conn->errorMessage.
Tom Lane
2021-01-11
1
-62
/
+62
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
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
-0
/
+39
*
Message wording tweaks
Peter Eisentraut
2020-05-26
1
-4
/
+4
*
Fix bugs in OpenSSL hook renaming.
Tom Lane
2020-05-16
1
-1
/
+1
*
Rename PQsetSSLKeyPassHook and friends
Andrew Dunstan
2020-05-16
1
-5
/
+5
*
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
-19
/
+18
*
Fix typo in comment on OpenSSL PEM password callback type name.
Heikki Linnakangas
2020-05-14
1
-1
/
+1
*
Add missing newlines in error messages
Peter Eisentraut
2020-05-03
1
-1
/
+1
*
Rename connection parameters to control min/max SSL protocol version in libpq
Michael Paquier
2020-04-30
1
-8
/
+8
*
Fix memory leak in libpq when using sslmode=verify-full
Michael Paquier
2020-04-22
1
-1
/
+1
*
Fix assorted error-cleanup bugs in SSL min/max protocol version code.
Tom Lane
2020-02-02
1
-3
/
+7
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
1
-8
/
+4
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
1
-0
/
+89
*
Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier
2020-01-06
1
-4
/
+1
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
[next]