summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure-openssl.c
AgeCommit message (Expand)Author
2017-08-14Final pgindent + perltidy run for v10.Tom Lane
2017-08-04Disallow SSL session tickets.Tom Lane
2017-08-02Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.Tom Lane
2017-07-31Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.Heikki Linnakangas
2017-07-03Treat clean shutdown of an SSL connection same as the non-SSL case.Heikki Linnakangas
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-01-04Re-allow SSL passphrase prompt at server start, but not thereafter.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2017-01-03Disable prompting for passphrase while (re)loading SSL config files.Tom Lane
2017-01-03Allow SSL configuration to be updated at SIGHUP.Tom Lane
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas
2016-09-15Fix building with LibreSSL.Heikki Linnakangas
2016-09-15Support OpenSSL 1.1.0.Heikki Linnakangas
2016-08-31Remove no-longer-useful SSL-specific Port.count field.Tom Lane
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-03-19Allow SSL server key file to have group read access if owned by rootPeter Eisentraut
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-28Remove ssl renegotiation support.Andres Freund
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-18Prevent a double free by not reentering be_tls_close().Noah Misch
2015-04-12Add system view pg_stat_sslMagnus Hagander
2015-02-16Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.Heikki Linnakangas
2015-02-13Simplify waiting logic in reading from / writing to client.Heikki Linnakangas
2015-02-13Simplify the way OpenSSL renegotiation is initiated in server.Heikki Linnakangas
2015-02-03Don't allow immediate interrupts during authentication anymore.Andres Freund
2015-02-03Process 'die' interrupts while reading/writing from the client socket.Andres Freund
2015-02-03Introduce and use infrastructure for interrupt processing during client reads.Andres Freund
2015-02-03Use a nonblocking socket for FE/BE communication and block using latches.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-10-12Message improvementsPeter Eisentraut
2014-08-18Reorganize functions in be-secure-openssl.cHeikki Linnakangas
2014-08-14Fix whitespacePeter Eisentraut
2014-08-11Break out OpenSSL-specific code to separate files.Heikki Linnakangas