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
*
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