Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-02-09Make TLS write functions' buffer arguments pointers constPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-10-27Remove unused #include's from backend .c filesPeter Eisentraut
2024-10-24Support configuring TLSv1.3 cipher suitesDaniel Gustafsson
2024-10-24Support configuring multiple ECDH curvesDaniel Gustafsson
2024-10-11Avoid mixing custom and OpenSSL BIO functionsDaniel Gustafsson
2024-10-05Clean up WaitLatch calls that passed latch without WL_LATCH_SETHeikki Linnakangas
2024-09-11Remove obsolete unconstify()Peter Eisentraut
2024-09-02Remove support for OpenSSL older than 1.1.0Daniel Gustafsson
2024-08-19Fix regression in TLS session ticket disablingDaniel Gustafsson
2024-07-28libpq: Use strerror_r instead of strerrorPeter Eisentraut
2024-07-26Disable all TLS session ticketsDaniel Gustafsson
2024-07-04Assign error codes where missing for user-facing failuresMichael Paquier
2024-05-17A few follow-up fixes for GUC name quotingPeter Eisentraut
2024-05-17Revise GUC names quoting in messages againPeter Eisentraut
2024-04-29Reject SSL connection if ALPN is used but there's no common protocolHeikki Linnakangas
2024-04-24Support SSL_R_VERSION_TOO_LOW when using LibreSSLDaniel Gustafsson
2024-04-24Support disallowing SSL renegotiation when using LibreSSLDaniel Gustafsson
2024-04-08Fix check for 'outlen' return from SSL_select_next_proto()Heikki Linnakangas
2024-04-08Send ALPN in TLS handshake, require it in direct SSL connectionsHeikki Linnakangas
2024-03-22Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2024-03-22Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2024-03-08Cope with a deficiency in OpenSSL 3.x's error reporting.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-11Be more wary about OpenSSL not setting errno on error.Tom Lane
2023-11-30Apply quotes more consistently to GUC names in logsMichael Paquier
2023-11-28Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.Tom Lane
2023-09-22Avoid potential pfree on NULL on OpenSSL errorsDaniel Gustafsson
2023-07-20Revert "Add notBefore and notAfter to SSL cert info display"Daniel Gustafsson
2023-07-20Add notBefore and notAfter to SSL cert info displayDaniel Gustafsson
2023-07-03Remove support for OpenSSL 1.0.1Michael Paquier
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-19Remove stray mid-sentence tabs in commentsPeter Eisentraut
2023-03-02Fix outdated references to guc.cDaniel Gustafsson
2023-02-15Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificatesMichael Paquier
2023-01-02Update copyright for 2023Bruce Momjian
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-13Don't reflect unescaped cert data to the logsPeter Eisentraut
2022-08-18Remove configure probe for netinet/tcp.h.Thomas Munro
2022-07-15Log details for client certificate failuresPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-11-06Second attempt to silence SSL compile failures on hamerkop.Tom Lane
2021-11-02Blind attempt to silence SSL compile failures on hamerkop.Tom Lane
2021-09-16Message style improvementsPeter Eisentraut
2021-08-17Set type identifier on BIODaniel Gustafsson
2021-05-25Disallow SSL renegotiationMichael Paquier
2021-05-12Initial pgindent and pgperltidy run for v14.Tom Lane
2021-03-29Allow matching the DN of a client certificate for authenticationAndrew Dunstan
2021-03-20Fix memory leak when rejecting bogus DH parameters.Tom Lane
2021-03-16Avoid corner-case memory leak in SSL parameter processing.Tom Lane