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.c
Commit message (
Expand
)
Author
Age
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Treat ENOTDIR as ENOENT when looking for client certificate file
Magnus Hagander
2011-12-03
*
Add libpq connection option to disable SSL compression
Magnus Hagander
2011-11-28
*
Fix previous patch so it also works if not USE_SSL (mea culpa).
Tom Lane
2011-07-24
*
Improve libpq's error reporting for SSL failures.
Tom Lane
2011-07-24
*
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-07-24
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
In initialize_SSL, don't fail unnecessarily when home dir is unavailable.
Tom Lane
2011-03-04
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Allow full SSL certificate verification (wherein libpq checks its host name
Tom Lane
2010-07-14
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Rearrange libpq's SSL initialization to simplify it and make it handle some
Tom Lane
2010-05-26
*
Add missing newlines to some SSL-related error messages. Noted while testing.
Tom Lane
2010-05-25
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Set errno to zero before invoking SSL_read or SSL_write. It appears that
Tom Lane
2009-12-30
*
Reject certificates with embedded NULLs in the commonName field. This stops
Magnus Hagander
2009-12-09
*
Avoid extra system calls to block SIGPIPE if the platform provides either
Tom Lane
2009-07-24
*
Properly initialize SSL engines when used from libpq. This is required for
Magnus Hagander
2009-06-23
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Fix already-obsolete hint message ... sslverify parameter is no more.
Tom Lane
2009-05-03
*
Remove sslverify parameter again, replacing it with two new sslmode values:
Magnus Hagander
2009-04-24
*
Add libpq error message text on how to handle missing root.crt file.
Bruce Momjian
2009-04-14
*
Add PQinitOpenSSL() function to support applications that use libcrypto
Tom Lane
2009-03-31
*
Clarify variable naming: pq_initssllib -> pq_init_ssl_lib
Bruce Momjian
2009-03-28
*
Better document PQinitSSL(0) behavior in regards to libcrypto.
Bruce Momjian
2009-03-28
*
Go over all OpenSSL return values and make sure we compare them
Magnus Hagander
2009-01-28
*
Fix accidental (I suppose) introduction of non-ASCII quote marks.
Tom Lane
2009-01-19
*
Message wordsmithing
Peter Eisentraut
2009-01-19
*
Don't require pqGetHomeDirectory to succeed if the user has specified
Magnus Hagander
2009-01-07
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Support specifying filename for SSL certificate, key, root certificate store
Magnus Hagander
2008-12-15
*
Comment said we don't free the lockarray, and why. The proper fix is to
Magnus Hagander
2008-12-04
*
Fix typo in recent SSL unload patch.
Bruce Momjian
2008-12-04
*
Properly unregister OpenSSL callbacks when libpq is done with
Magnus Hagander
2008-12-03
*
Change wildcard cerfificate mapping to be much simler - we now only match
Magnus Hagander
2008-12-02
*
Disable FNM_CASEFOLD. Need a proper solution later, but just comment
Magnus Hagander
2008-11-24
*
Add support for matching wildcard server certificates to the new SSL code.
Magnus Hagander
2008-11-24
*
Fix libpq certificate validation for SSL connections.
Magnus Hagander
2008-11-13
*
Remove notes from the frontend SSL source that are incorrect or
Magnus Hagander
2008-10-24
*
Implement error checking for pthreads calls in thread-safe mode. They really
Magnus Hagander
2008-05-16
*
Use error message wordings for permissions checks on .pgpass and SSL private
Tom Lane
2008-03-31
*
Rename a libpq NOT_USED SSL function to
Bruce Momjian
2008-02-16
*
Arrange to ignore SIGPIPE during SSL_read() and SSL_shutdown(), as these
Tom Lane
2008-01-29
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Minor improvements to hack for old OpenSSL libraries: avoid unused
Tom Lane
2007-10-03
*
Attempt to open certificate file "manually" using fopen before
Magnus Hagander
2007-10-03
*
Fix a compiler warning on Win32. Hannes Eder.
Neil Conway
2007-10-02
[next]