[COMMITTERS] pgsql: Add locking around SSL_context usage in libpq

2013-07-31 Thread Stephen Frost
Add locking around SSL_context usage in libpq I've been working with Nick Phillips on an issue he ran into when trying to use threads with SSL client certificates. As it turns out, the call in initialize_SSL() to SSL_CTX_use_certificate_chain_file() will modify our SSL_context without any

[COMMITTERS] pgsql: Add locking around SSL_context usage in libpq

2013-07-31 Thread Stephen Frost
Add locking around SSL_context usage in libpq I've been working with Nick Phillips on an issue he ran into when trying to use threads with SSL client certificates. As it turns out, the call in initialize_SSL() to SSL_CTX_use_certificate_chain_file() will modify our SSL_context without any

[COMMITTERS] pgsql: Add locking around SSL_context usage in libpq

2013-07-31 Thread Stephen Frost
Add locking around SSL_context usage in libpq I've been working with Nick Phillips on an issue he ran into when trying to use threads with SSL client certificates. As it turns out, the call in initialize_SSL() to SSL_CTX_use_certificate_chain_file() will modify our SSL_context without any

[COMMITTERS] pgsql: Add locking around SSL_context usage in libpq

2013-07-31 Thread Stephen Frost
Add locking around SSL_context usage in libpq I've been working with Nick Phillips on an issue he ran into when trying to use threads with SSL client certificates. As it turns out, the call in initialize_SSL() to SSL_CTX_use_certificate_chain_file() will modify our SSL_context without any

[COMMITTERS] pgsql: Add locking around SSL_context usage in libpq

2013-07-31 Thread Stephen Frost
Add locking around SSL_context usage in libpq I've been working with Nick Phillips on an issue he ran into when trying to use threads with SSL client certificates. As it turns out, the call in initialize_SSL() to SSL_CTX_use_certificate_chain_file() will modify our SSL_context without any