index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
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
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
libpq error message refactoring, part 2
Peter Eisentraut
2022-11-15
*
Adjust PQsslAttributeNames() to match PQsslAttribute().
Tom Lane
2022-09-30
*
Fix bogus behavior of PQsslAttribute(conn, "library").
Tom Lane
2022-09-29
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-08-18
*
Add missing bad-PGconn guards in libpq entry points.
Tom Lane
2022-08-15
*
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
*
libpq: Allow IP address SANs in server certificates
Peter Eisentraut
2022-04-01
*
Add missing newline in one libpq error message.
Tom Lane
2022-03-31
*
Enable SSL library detection via PQsslAttribute()
Daniel Gustafsson
2022-03-29
*
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-02-28
*
Fix thinko in PQisBusy().
Tom Lane
2022-02-12
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Extend the private key stat checking error handling
Daniel Gustafsson
2021-11-30
*
Second attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-06
*
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
*
Fix sslsni connparam boolean check
Daniel Gustafsson
2021-08-13
*
Remove libpq's use of abort(3) to handle mutex failure cases.
Tom Lane
2021-06-29
*
libpq: Fix SNI host handling
Peter Eisentraut
2021-06-08
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
libpq: Set Server Name Indication (SNI) for SSL connections
Peter Eisentraut
2021-04-07
*
Set libcrypto callbacks for all connection threads in libpq
Michael Paquier
2021-03-11
*
Revert changes for SSL compression in libpq
Michael Paquier
2021-03-10
*
Remove support for SSL compression
Michael Paquier
2021-03-09
*
Allow specifying CRL directory
Peter Eisentraut
2021-02-18
*
Move SSL information callback earlier to capture more information
Michael Paquier
2021-01-22
*
In libpq, always append new error messages to conn->errorMessage.
Tom Lane
2021-01-11
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
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-06-27
*
Message wording tweaks
Peter Eisentraut
2020-05-26
*
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-16
*
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-14
*
Add missing newlines in error messages
Peter Eisentraut
2020-05-03
*
Rename connection parameters to control min/max SSL protocol version in libpq
Michael Paquier
2020-04-30
*
Fix memory leak in libpq when using sslmode=verify-full
Michael Paquier
2020-04-22
*
Fix assorted error-cleanup bugs in SSL min/max protocol version code.
Tom Lane
2020-02-02
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
*
Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier
2020-01-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix handling of OpenSSL's SSL_clear_options
Michael Paquier
2019-12-06
*
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-11-30
*
Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c
Michael Paquier
2019-09-28
[next]