Skip to content

Fix sslinfo test behavior and increase info size#2659

Open
bimboterminator1 wants to merge 1 commit into
sync-14x-b13from
sync-14x-kond-3
Open

Fix sslinfo test behavior and increase info size#2659
bimboterminator1 wants to merge 1 commit into
sync-14x-b13from
sync-14x-kond-3

Conversation

@bimboterminator1

Copy link
Copy Markdown
Member

Commit 5d1833f statrted to use be_tls_* API for SSL information in sslinfo
in extensions functions. It trims expected string produced by
X509_get_subject_name at NAMEDATALEN (64) length. Vanila postgres does not have
tests for sslinfo at all, they were introduced in GPDB. Thus, we could either
return the full string or leave the upsteam variant. Since the motivation behind
upstream commit is refactoring, we could try to increase the symbol limits.

Commit 5d1833f statrted to use be_tls_* API for SSL information in sslinfo
in extensions functions. It trims expected string produced by
X509_get_subject_name at NAMEDATALEN (64) length. Vanila postgres does not have
tests for sslinfo at all, they were introduced in GPDB. Thus, we could either
return the full string or leave the upsteam variant. Since the motivation behind
upstream commit is refactoring, we could try to increase the symbol limits.
@RekGRpth

RekGRpth commented Jun 5, 2026

Copy link
Copy Markdown
Member

How can this be tested?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants