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
/
interfaces
/
libpq
/
fe-secure-openssl.c
Age
Commit message (
Expand
)
Author
2017-06-21
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-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-22
Code review for commit 274bb2b3857cc987cfa21d14775cae9b0dababa5.
Robert Haas
2016-10-07
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-09-15
Fix building with LibreSSL.
Heikki Linnakangas
2016-09-15
Support OpenSSL 1.1.0.
Heikki Linnakangas
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-01-02
Update copyright for 2016
Bruce Momjian
2015-11-07
Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully.
Tom Lane
2015-09-28
Fix poor errno handling in libpq's version of our custom OpenSSL BIO.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-19
Message string improvements
Peter Eisentraut
2015-04-10
libpq: Don't overwrite existing OpenSSL thread callbacks
Peter Eisentraut
2015-02-16
Fix comment in libpq OpenSSL code about why a substitue BIO is used.
Heikki Linnakangas
2015-02-03
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2015-01-24
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-01
Put SSL_pending() call behind the new internal SSL API.
Heikki Linnakangas
2014-09-15
Follow the RFCs more closely in libpq server certificate hostname check.
Heikki Linnakangas
2014-09-12
Support Subject Alternative Names in SSL server certificates.
Heikki Linnakangas
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas