index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
/
be-secure-openssl.c
Age
Commit message (
Expand
)
Author
2017-08-14
Final pgindent + perltidy run for v10.
Tom Lane
2017-08-04
Disallow SSL session tickets.
Tom Lane
2017-08-02
Remove duplicate setting of SSL_OP_SINGLE_DH_USE option.
Tom Lane
2017-07-31
Always use 2048 bit DH parameters for OpenSSL ephemeral DH ciphers.
Heikki Linnakangas
2017-07-03
Treat clean shutdown of an SSL connection same as the non-SSL case.
Heikki Linnakangas
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-01-04
Re-allow SSL passphrase prompt at server start, but not thereafter.
Tom Lane
2017-01-03
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
2016-10-04
Extend framework from commit 53be0b1ad to report latch waits.
Robert Haas
2016-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-08-31
Remove no-longer-useful SSL-specific Port.count field.
Tom Lane
2016-08-29
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-04-08
Distrust external OpenSSL clients; clear err queue
Peter Eisentraut
2016-03-19
Allow SSL server key file to have group read access if owned by root
Peter Eisentraut
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-28
Remove ssl renegotiation support.
Andres Freund
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-18
Prevent a double free by not reentering be_tls_close().
Noah Misch
2015-04-12
Add system view pg_stat_ssl
Magnus Hagander
2015-02-16
Restore the SSL_set_session_id_context() call to OpenSSL renegotiation.
Heikki Linnakangas
2015-02-13
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-03
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-01-06
Update copyright for 2015
Bruce Momjian
2014-10-12
Message improvements
Peter Eisentraut
2014-08-18
Reorganize functions in be-secure-openssl.c
Heikki Linnakangas
2014-08-14
Fix whitespace
Peter Eisentraut
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas