index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
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
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-23
pgindent run for 9.5
Bruce Momjian
2015-05-18
Message string improvements
Peter Eisentraut
2015-04-09
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