aboutsummaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure-openssl.c
Commit message (Expand)AuthorAge
* Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas2017-07-03
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Disable prompting for passphrase while (re)loading SSL config files.Tom Lane2017-01-03
* Allow SSL configuration to be updated at SIGHUP.Tom Lane2017-01-02
* Extend framework from commit 53be0b1ad to report latch waits.Robert Haas2016-10-04
* Fix building with LibreSSL.Heikki Linnakangas2016-09-15
* Support OpenSSL 1.1.0.Heikki Linnakangas2016-09-15
* Remove no-longer-useful SSL-specific Port.count field.Tom Lane2016-08-31
* Remove support for OpenSSL versions older than 0.9.8.Heikki Linnakangas2016-08-29
* pgindent run for 9.6Robert Haas2016-06-09
* Distrust external OpenSSL clients; clear err queuePeter Eisentraut2016-04-08
* Allow SSL server key file to have group read access if owned by rootPeter Eisentraut2016-03-19
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove ssl renegotiation support.Andres Freund2015-07-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Prevent a double free by not reentering be_tls_close().Noah Misch2015-05-18
* Add system view pg_stat_sslMagnus Hagander2015-04-12
* Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.Heikki Linnakangas2015-02-16
* Simplify waiting logic in reading from / writing to client.Heikki Linnakangas2015-02-13
* Simplify the way OpenSSL renegotiation is initiated in server.Heikki Linnakangas2015-02-13
* Don't allow immediate interrupts during authentication anymore.Andres Freund2015-02-03
* Process 'die' interrupts while reading/writing from the client socket.Andres Freund2015-02-03
* Introduce and use infrastructure for interrupt processing during client reads.Andres Freund2015-02-03
* Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund2015-02-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Message improvementsPeter Eisentraut2014-10-12
* Reorganize functions in be-secure-openssl.cHeikki Linnakangas2014-08-18
* Fix whitespacePeter Eisentraut2014-08-13
* Break out OpenSSL-specific code to separate files.Heikki Linnakangas2014-08-11