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