Commit Graph

60 Commits (e02ad575d8ab6b44500d2a3fd8c3212345e3aa2b)

Author SHA1 Message Date
Tom Lane 5cbfce562f Initial pgindent and pgperltidy run for v13. 6 years ago
Heikki Linnakangas 267cc6ed29 Fix typo in comment on OpenSSL PEM password callback type name. 6 years ago
Peter Eisentraut 7dd777938b Add missing newlines in error messages 6 years ago
Michael Paquier 401aad6704 Rename connection parameters to control min/max SSL protocol version in libpq 6 years ago
Michael Paquier 27dbe1a184 Fix memory leak in libpq when using sslmode=verify-full 6 years ago
Tom Lane 6148e2b9a6 Fix assorted error-cleanup bugs in SSL min/max protocol version code. 6 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Michael Paquier ff8ca5fadd Add connection parameters to control SSL protocol min/max in libpq 6 years ago
Michael Paquier 7b283d0e1d Remove support for OpenSSL 0.9.8 and 1.0.0 6 years ago
Bruce Momjian 7559d8ebfa Update copyrights for 2020 6 years ago
Michael Paquier 7d0bcb0477 Fix handling of OpenSSL's SSL_clear_options 6 years ago
Andrew Dunstan 4dc6355210 libq support for sslpassword connection param, DER format keys 6 years ago
Michael Paquier 55282fa20f Remove code relevant to OpenSSL 0.9.6 in be/fe-secure-openssl.c 6 years ago
Noah Misch 31d250e049 Update stale comments, and fix comment typos. 7 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 7 years ago
Tom Lane ddf927fb13 Fix misuse of an integer as a bool. 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Tom Lane 758ce9b779 Incorporate strerror_r() into src/port/snprintf.c, too. 7 years ago
Heikki Linnakangas 77291139c7 Remove support for tls-unique channel binding. 7 years ago
Michael Paquier dad5f8a3d5 Make capitalization of term "OpenSSL" more consistent 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Peter Eisentraut a364dfa4ac Attempt to fix build with unusual OpenSSL versions 8 years ago
Peter Eisentraut e3bdb2d926 Set libpq sslcompression to off by default 8 years ago
Peter Eisentraut 3a4b891964 Fix more format truncation issues 8 years ago
Peter Eisentraut f75a959155 Refactor client-side SSL certificate checking code 8 years ago
Peter Eisentraut 1c2183403b Extract common bits from OpenSSL implementation 8 years ago
Peter Eisentraut f966101d19 Move SSL API comments to header files 8 years ago
Peter Eisentraut 054e8c6cdb Another attempt at fixing build with various OpenSSL versions 8 years ago
Peter Eisentraut 1834c1e432 Add missing includes 8 years ago
Peter Eisentraut ac3ff8b1d8 Fix build with older OpenSSL versions 8 years ago
Peter Eisentraut d3fb72ea6d Implement channel binding tls-server-end-point for SCRAM 8 years ago
Bruce Momjian 9d4649ca49 Update copyright for 2018 8 years ago
Peter Eisentraut 9288d62bb4 Support channel binding 'tls-unique' in SCRAM 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 9 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 9 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 9 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 9 years ago
Bruce Momjian 1d25779284 Update copyright via script for 2017 9 years ago
Robert Haas 9a1d0af4ad Code review for commit 274bb2b385. 9 years ago
Heikki Linnakangas 275bf98601 Clear OpenSSL error queue after failed X509_STORE_load_locations() call. 9 years ago
Heikki Linnakangas 8bb14cdd33 Don't share SSL_CTX between libpq connections. 9 years ago
Heikki Linnakangas 5c6df67e0c Fix building with LibreSSL. 9 years ago
Heikki Linnakangas 593d4e47db Support OpenSSL 1.1.0. 9 years ago
Heikki Linnakangas 9b7cd59af1 Remove support for OpenSSL versions older than 0.9.8. 9 years ago
Robert Haas 4bc424b968 pgindent run for 9.6 10 years ago
Peter Eisentraut 7c7d4fddab Distrust external OpenSSL clients; clear err queue 10 years ago
Bruce Momjian ee94300446 Update copyright for 2016 10 years ago
Tom Lane 9042f58342 Rename PQsslAttributes() to PQsslAttributeNames(), and const-ify fully. 10 years ago
Tom Lane 60f1e6bc13 Fix poor errno handling in libpq's version of our custom OpenSSL BIO. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 11 years ago