Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-11Be more wary about OpenSSL not setting errno on error.Tom Lane
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-15libpq error message refactoring, part 2Peter Eisentraut
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-02-12Move libpq's write_failed mechanism down to pqsecure_raw_write().Tom Lane
2022-01-08Update copyright for 2022Bruce Momjian
2021-03-11Set libcrypto callbacks for all connection threads in libpqMichael Paquier
2021-02-10Simplify code related to compilation of SSL and OpenSSLMichael Paquier
2021-01-22Move SSL information callback earlier to capture more informationMichael Paquier
2021-01-11In libpq, always append new error messages to conn->errorMessage.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-10Recognize network-failure errnos as indicating hard connection loss.Tom Lane
2020-05-16Rename PQsetSSLKeyPassHook and friendsAndrew Dunstan
2020-05-13Dial back -Wimplicit-fallthrough to level 3Alvaro Herrera
2020-05-12Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGSAlvaro Herrera
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-01Add dummy versions of new SSL functions for non-SSL buildsAndrew Dunstan
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-04-03GSSAPI encryption supportStephen Frost
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-26Incorporate strerror_r() into src/port/snprintf.c, too.Tom Lane
2018-05-02Further -Wimplicit-fallthrough cleanup.Andres Freund
2018-01-23Extract common bits from OpenSSL implementationPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-07Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-02-04Add dummy PQsslAttributes function for non-SSL builds.Heikki Linnakangas
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-31Disallow use of SSL v3 protocol in the server as well as in libpq.Tom Lane
2014-01-25libpq: Support TLS versions beyond TLSv1.Noah Misch
2014-01-07Update copyright for 2014Bruce Momjian
2013-09-23Fix SSL deadlock risk in libpqStephen Frost
2013-08-18libpq: Report strerror on pthread_mutex_lock() failurePeter Eisentraut
2013-08-01Improve handling of pthread_mutex_lock error caseStephen Frost
2013-08-01Add locking around SSL_context usage in libpqStephen Frost
2013-07-23Check for NULL result from strdupAlvaro Herrera