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
/
backend
/
libpq
/
be-secure-openssl.c
Age
Commit message (
Expand
)
Author
2024-10-27
Remove unused #include's from backend .c files
Peter Eisentraut
2024-10-24
Support configuring TLSv1.3 cipher suites
Daniel Gustafsson
2024-10-24
Support configuring multiple ECDH curves
Daniel Gustafsson
2024-10-11
Avoid mixing custom and OpenSSL BIO functions
Daniel Gustafsson
2024-10-05
Clean up WaitLatch calls that passed latch without WL_LATCH_SET
Heikki Linnakangas
2024-09-11
Remove obsolete unconstify()
Peter Eisentraut
2024-09-02
Remove support for OpenSSL older than 1.1.0
Daniel Gustafsson
2024-08-19
Fix regression in TLS session ticket disabling
Daniel Gustafsson
2024-07-28
libpq: Use strerror_r instead of strerror
Peter Eisentraut
2024-07-26
Disable all TLS session tickets
Daniel Gustafsson
2024-07-04
Assign error codes where missing for user-facing failures
Michael Paquier
2024-05-17
A few follow-up fixes for GUC name quoting
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-04-29
Reject SSL connection if ALPN is used but there's no common protocol
Heikki Linnakangas
2024-04-24
Support SSL_R_VERSION_TOO_LOW when using LibreSSL
Daniel Gustafsson
2024-04-24
Support disallowing SSL renegotiation when using LibreSSL
Daniel Gustafsson
2024-04-08
Fix check for 'outlen' return from SSL_select_next_proto()
Heikki Linnakangas
2024-04-08
Send ALPN in TLS handshake, require it in direct SSL connections
Heikki Linnakangas
2024-03-22
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2024-03-22
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2024-03-07
Cope with a deficiency in OpenSSL 3.x's error reporting.
Tom Lane
2024-01-03
Update copyright for 2024
Bruce Momjian
2023-12-11
Be more wary about OpenSSL not setting errno on error.
Tom Lane
2023-11-30
Apply quotes more consistently to GUC names in logs
Michael Paquier
2023-11-28
Use BIO_{get,set}_app_data instead of BIO_{get,set}_data.
Tom Lane
2023-09-22
Avoid potential pfree on NULL on OpenSSL errors
Daniel Gustafsson
2023-07-20
Revert "Add notBefore and notAfter to SSL cert info display"
Daniel Gustafsson
2023-07-20
Add notBefore and notAfter to SSL cert info display
Daniel Gustafsson
2023-07-03
Remove support for OpenSSL 1.0.1
Michael Paquier
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
Remove stray mid-sentence tabs in comments
Peter Eisentraut
2023-03-02
Fix outdated references to guc.c
Daniel Gustafsson
2023-02-15
Fix handling of SCRAM-SHA-256's channel binding with RSA-PSS certificates
Michael Paquier
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-13
Don't reflect unescaped cert data to the logs
Peter Eisentraut
2022-08-18
Remove configure probe for netinet/tcp.h.
Thomas Munro
2022-07-15
Log details for client certificate failures
Peter Eisentraut
2022-01-07
Update copyright for 2022
Bruce Momjian
2021-11-06
Second attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-11-02
Blind attempt to silence SSL compile failures on hamerkop.
Tom Lane
2021-09-16
Message style improvements
Peter Eisentraut
2021-08-17
Set type identifier on BIO
Daniel Gustafsson
2021-05-25
Disallow SSL renegotiation
Michael Paquier
2021-05-12
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-03-29
Allow matching the DN of a client certificate for authentication
Andrew Dunstan
2021-03-20
Fix memory leak when rejecting bogus DH parameters.
Tom Lane
2021-03-16
Avoid corner-case memory leak in SSL parameter processing.
Tom Lane
2021-03-09
Remove support for SSL compression
Michael Paquier
2021-02-18
Allow specifying CRL directory
Peter Eisentraut
[next]