summaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/fe-secure-openssl.c
AgeCommit message (Expand)Author
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
2015-05-18Message string improvementsPeter Eisentraut
2015-04-09libpq: Don't overwrite existing OpenSSL thread callbacksPeter Eisentraut
2015-02-16Fix comment in libpq OpenSSL code about why a substitue BIO is used.Heikki Linnakangas
2015-02-03Add API functions to libpq to interrogate SSL related stuff.Heikki Linnakangas
2015-01-24Replace a bunch more uses of strncpy() with safer coding.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-01Put SSL_pending() call behind the new internal SSL API.Heikki Linnakangas
2014-09-15Follow the RFCs more closely in libpq server certificate hostname check.Heikki Linnakangas
2014-09-12Support Subject Alternative Names in SSL server certificates.Heikki Linnakangas
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas