index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-secure-openssl.c
Age
Commit message (
Expand
)
Author
2022-08-18
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-15
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-05-26
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-04-13
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-01
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-03-31
Add missing newline in one libpq error message.
Tom Lane
2022-03-29
Enable SSL library detection via PQsslAttribute()
Daniel Gustafsson
2022-02-28
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-02-12
Fix thinko in PQisBusy().
Tom Lane
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-30
Extend the private key stat checking error handling
Daniel Gustafsson
2021-11-06
Second attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-08-17
Set type identifier on BIO
Daniel Gustafsson
2021-08-13
Fix sslsni connparam boolean check
Daniel Gustafsson
2021-06-29
Remove libpq's use of abort(3) to handle mutex failure cases.
Tom Lane
2021-06-08
libpq: Fix SNI host handling
Peter Eisentraut
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-04-07
libpq: Set Server Name Indication (SNI) for SSL connections
Peter Eisentraut
2021-03-11
Set libcrypto callbacks for all connection threads in libpq
Michael Paquier
2021-03-10
Revert changes for SSL compression in libpq
Michael Paquier
2021-03-09
Remove support for SSL compression
Michael Paquier
2021-02-18
Allow specifying CRL directory
Peter Eisentraut
2021-01-22
Move SSL information callback earlier to capture more information
Michael Paquier
2021-01-11
In libpq, always append new error messages to conn->errorMessage.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-06-27
Fix list of SSL error codes for older OpenSSL versions.
Tom Lane
2020-06-27
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-05-26
Message wording tweaks
Peter Eisentraut
2020-05-16
Fix bugs in OpenSSL hook renaming.
Tom Lane
2020-05-16
Rename PQsetSSLKeyPassHook and friends
Andrew Dunstan
2020-05-16
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-14
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
Fix typo in comment on OpenSSL PEM password callback type name.
Heikki Linnakangas
2020-05-03
Add missing newlines in error messages
Peter Eisentraut
2020-04-30
Rename connection parameters to control min/max SSL protocol version in libpq
Michael Paquier
2020-04-22
Fix memory leak in libpq when using sslmode=verify-full
Michael Paquier
2020-02-02
Fix assorted error-cleanup bugs in SSL min/max protocol version code.
Tom Lane
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-28
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-06
Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-06
Fix handling of OpenSSL's SSL_clear_options
Michael Paquier
2019-11-30
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-09-28
Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c
Michael Paquier
2019-06-08
Update stale comments, and fix comment typos.
Noah Misch
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-13
Fix misuse of an integer as a bool.
Tom Lane
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-09-26
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-08-05
Remove support for tls-unique channel binding.
Heikki Linnakangas
[next]