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
*
Avoid "unused variable" warning on non-USE_SSL_ENGINE platforms.
Tom Lane
2024-04-01
*
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-03-07
*
Clean up Windows-specific mutex code in libpq and ecpglib.
Tom Lane
2024-02-09
*
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-12-11
*
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-11-28
*
Fix race condition with BIO methods initialization in libpq with threads
Michael Paquier
2023-11-27
*
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-02-15
*
Remove misguided SSL key file ownership check in libpq.
Tom Lane
2022-05-26
*
Add missing newline in one libpq error message.
Tom Lane
2022-03-31
*
Allow root-owned SSL private keys in libpq, not only the backend.
Tom Lane
2022-03-02
*
Fix thinko in PQisBusy().
Tom Lane
2022-02-12
*
Set type identifier on BIO
Daniel Gustafsson
2021-08-17
*
Fix memory leak in libpq when using sslmode=verify-full
Michael Paquier
2020-04-22
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix misuse of an integer as a bool.
Tom Lane
2019-05-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-26
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Make capitalization of term "OpenSSL" more consistent
Michael Paquier
2018-06-29
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Attempt to fix build with unusual OpenSSL versions
Peter Eisentraut
2018-03-20
*
Set libpq sslcompression to off by default
Peter Eisentraut
2018-03-17
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Refactor client-side SSL certificate checking code
Peter Eisentraut
2018-01-30
*
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-23
*
Move SSL API comments to header files
Peter Eisentraut
2018-01-23
*
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-04
*
Add missing includes
Peter Eisentraut
2018-01-04
*
Fix build with older OpenSSL versions
Peter Eisentraut
2018-01-04
*
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-18
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-22
*
Clear OpenSSL error queue after failed X509_STORE_load_locations() call.
Heikki Linnakangas
2016-10-07
*
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-10-07
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-29
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-08
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-11-07
*
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-09-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
[next]