Skip to content

build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1#1

Open
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/go_modules/filippo.io/edwards25519-1.1.1
Open

build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1#1
dependabot[bot] wants to merge 2 commits into
masterfrom
dependabot/go_modules/filippo.io/edwards25519-1.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 19, 2026

Copy link
Copy Markdown

Bumps filippo.io/edwards25519 from 1.1.0 to 1.1.1.

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

ramnes and others added 2 commits January 29, 2026 15:44
Decouple the RSA private key used for `caching_sha2_password` authentication from the TLS configuration by accepting it as a separate parameter.

Without this PR, the RSA key is extracted from `tlsConfig.Certificates[0]`. This coupling causes issues when using GetCertificate for dynamic certificate loading (e.g., certificate rotation, or serving different certs per connection):

- Go's TLS only calls GetCertificate when Certificates is empty OR the client sends SNI
- MySQL clients don't send SNI during the TLS handshake
- Therefore, if Certificates was populated (to provide the RSA key), the server would serve that certificate instead of calling GetCertificate

This is particularly problematic when the TLS certificate uses ECDSA (common with modern CAs like Let's Encrypt and ZeroSSL) but RSA is still needed for the `caching_sha2_password` authentication flow over non-TLS connections.

To fix this, we pass the RSA private key directly to `NewServerWithAuth`. It allows users to:
- Use `GetCertificate` for TLS without populating `Certificates`
- Use ECDSA certificates for TLS while still supporting `caching_sha2_password` non-TLS connections
- Rotate TLS certificates dynamically without affecting authentication

Note: I can add a new constructor if you don't want to break the API on existing ones.
Bumps [filippo.io/edwards25519](https://github.com/FiloSottile/edwards25519) from 1.1.0 to 1.1.1.
- [Commits](FiloSottile/edwards25519@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: filippo.io/edwards25519
  dependency-version: 1.1.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 19, 2026
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedfilippo.io/​edwards25519@​v1.1.0 ⏵ v1.1.1100 +1100 +1100100100

View full report

@ramnes ramnes force-pushed the master branch 2 times, most recently from 19f15e2 to afb116e Compare May 1, 2026 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant