index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
be-secure-openssl.c
Commit message (
Expand
)
Author
Age
*
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-07-03
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-04
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Disable prompting for passphrase while (re)loading SSL config files.
Tom Lane
2017-01-03
*
Allow SSL configuration to be updated at SIGHUP.
Tom Lane
2017-01-02
*
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-10-04
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Remove no-longer-useful SSL-specific Port.count field.
Tom Lane
2016-08-31
*
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-29
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-04-08
*
Allow SSL server key file to have group read access if owned by root
Peter Eisentraut
2016-03-19
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove ssl renegotiation support.
Andres Freund
2015-07-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-05-18
*
Add system view pg_stat_ssl
Magnus Hagander
2015-04-12
*
Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.
Heikki Linnakangas
2015-02-16
*
Simplify waiting logic in reading from / writing to client.
Heikki Linnakangas
2015-02-13
*
Simplify the way OpenSSL renegotiation is initiated in server.
Heikki Linnakangas
2015-02-13
*
Don't allow immediate interrupts during authentication anymore.
Andres Freund
2015-02-03
*
Process 'die' interrupts while reading/writing from the client socket.
Andres Freund
2015-02-03
*
Introduce and use infrastructure for interrupt processing during client reads.
Andres Freund
2015-02-03
*
Use a nonblocking socket for FE/BE communication and block using latches.
Andres Freund
2015-02-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Message improvements
Peter Eisentraut
2014-10-12
*
Reorganize functions in be-secure-openssl.c
Heikki Linnakangas
2014-08-18
*
Fix whitespace
Peter Eisentraut
2014-08-13
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11