summaryrefslogtreecommitdiff
path: root/src/backend/libpq/be-secure-openssl.c
AgeCommit message (Expand)Author
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