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.c
Commit message (
Expand
)
Author
Age
*
Fix assorted issues in backend's GSSAPI encryption support.
Tom Lane
2020-12-28
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
GSSAPI encryption support
Stephen Frost
2019-04-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix typo
Stephen Frost
2018-12-04
*
Add settings to control SSL/TLS protocol version
Peter Eisentraut
2018-11-20
*
Server-side fix for delayed NOTIFY and SIGTERM processing.
Tom Lane
2018-10-19
*
Add ssl_library preset parameter
Peter Eisentraut
2018-07-30
*
Make be-secure-common.c more consistent for future SSL implementations
Peter Eisentraut
2018-04-02
*
Add ssl_passphrase_command setting
Peter Eisentraut
2018-03-17
*
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-31
*
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
*
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
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Introduce WaitEventSet API.
Andres Freund
2016-03-21
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Make idle backends exit if the postmaster dies.
Robert Haas
2015-11-12
*
Remove ssl renegotiation support.
Andres Freund
2015-07-28
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Simplify waiting logic in reading from / writing to client.
Heikki Linnakangas
2015-02-13
*
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
*
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
2014-08-11
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Disallow use of SSL v3 protocol in the server as well as in libpq.
Tom Lane
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
SSL: Support ECDH key exchange
Peter Eisentraut
2013-12-07
*
SSL: Add configuration option to prefer server cipher order
Peter Eisentraut
2013-12-07
*
Clear retry flags properly in replacement OpenSSL sock_write function.
Tom Lane
2013-12-05
*
Fix new and latent bugs with errno handling in secure_read/secure_write.
Tom Lane
2013-11-24
*
Silence compiler warning when SSL not in use
Alvaro Herrera
2013-10-17
*
Rework SSL renegotiation code
Alvaro Herrera
2013-10-10
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
*
Fix build without OpenSSL
Peter Eisentraut
2012-02-23
*
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-22
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-07-24
*
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-07-05
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
[next]