Skip to content

fix(crypto): Avoid using legacy RSA algorithms - #235

Merged
adutra merged 2 commits into
dremio:mainfrom
adutra:ban-legacy-rsa
Apr 29, 2026
Merged

fix(crypto): Avoid using legacy RSA algorithms#235
adutra merged 2 commits into
dremio:mainfrom
adutra:ban-legacy-rsa

Conversation

@adutra

@adutra adutra commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

Fixes #234.

This change moves the default RSA algorithm from RS512 to PS512, thus using RSA-PSS by default rather than "legacy" RSA.

It also fixes a bug where the default HMAC algorithm was actually HS256 instead of HS512.

Fixes dremio#234.

This change moves the default RSA algorithm from RS512 to PS512, thus using RSA-PSS by default rather than "legacy" RSA.

It also fixes a bug where the default HMAC algorithm was actually HS256 instead of HS512.
Comment thread docs/configuration.md
@adutra
adutra merged commit 2f8a581 into dremio:main Apr 29, 2026
6 checks passed
@adutra
adutra deleted the ban-legacy-rsa branch April 29, 2026 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Revisit default values for encryption algorithms

2 participants