index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
libpq
/
fe-secure-openssl.c
Commit message (
Expand
)
Author
Age
*
Fix list of SSL error codes for older OpenSSL versions.
Tom Lane
2020-06-27
*
Add hints about protocol-version-related SSL connection failures.
Tom Lane
2020-06-27
*
Message wording tweaks
Peter Eisentraut
2020-05-26
*
Fix bugs in OpenSSL hook renaming.
Tom Lane
2020-05-16
*
Rename PQsetSSLKeyPassHook and friends
Andrew Dunstan
2020-05-16
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix typo in comment on OpenSSL PEM password callback type name.
Heikki Linnakangas
2020-05-14
*
Add missing newlines in error messages
Peter Eisentraut
2020-05-03
*
Rename connection parameters to control min/max SSL protocol version in libpq
Michael Paquier
2020-04-30
*
Fix memory leak in libpq when using sslmode=verify-full
Michael Paquier
2020-04-22
*
Fix assorted error-cleanup bugs in SSL min/max protocol version code.
Tom Lane
2020-02-02
*
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-30
*
Add connection parameters to control SSL protocol min/max in libpq
Michael Paquier
2020-01-28
*
Remove support for OpenSSL 0.9.8 and 1.0.0
Michael Paquier
2020-01-06
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix handling of OpenSSL's SSL_clear_options
Michael Paquier
2019-12-06
*
libq support for sslpassword connection param, DER format keys
Andrew Dunstan
2019-11-30
*
Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c
Michael Paquier
2019-09-28
*
Update stale comments, and fix comment typos.
Noah Misch
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix misuse of an integer as a bool.
Tom Lane
2019-05-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Incorporate strerror_r() into src/port/snprintf.c, too.
Tom Lane
2018-09-26
*
Remove support for tls-unique channel binding.
Heikki Linnakangas
2018-08-05
*
Make capitalization of term "OpenSSL" more consistent
Michael Paquier
2018-06-29
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Attempt to fix build with unusual OpenSSL versions
Peter Eisentraut
2018-03-20
*
Set libpq sslcompression to off by default
Peter Eisentraut
2018-03-17
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Refactor client-side SSL certificate checking code
Peter Eisentraut
2018-01-30
*
Extract common bits from OpenSSL implementation
Peter Eisentraut
2018-01-23
*
Move SSL API comments to header files
Peter Eisentraut
2018-01-23
*
Another attempt at fixing build with various OpenSSL versions
Peter Eisentraut
2018-01-04
*
Add missing includes
Peter Eisentraut
2018-01-04
*
Fix build with older OpenSSL versions
Peter Eisentraut
2018-01-04
*
Implement channel binding tls-server-end-point for SCRAM
Peter Eisentraut
2018-01-04
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Support channel binding 'tls-unique' in SCRAM
Peter Eisentraut
2017-11-18
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-11-22
*
Clear OpenSSL error queue after failed X509_STORE_load_locations() call.
Heikki Linnakangas
2016-10-07
*
Don't share SSL_CTX between libpq connections.
Heikki Linnakangas
2016-10-07
*
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
*
Support OpenSSL 1.1.0.
Heikki Linnakangas
2016-09-15
*
Remove support for OpenSSL versions older than 0.9.8.
Heikki Linnakangas
2016-08-29
[next]