Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RADSEC (RADIUS over (D)TLS) client support #122

Open
icb- opened this issue Jul 16, 2024 · 0 comments · May be fixed by #127
Open

RADSEC (RADIUS over (D)TLS) client support #122

icb- opened this issue Jul 16, 2024 · 0 comments · May be fixed by #127

Comments

@icb-
Copy link

icb- commented Jul 16, 2024

Given https://www.blastradius.fail/, I'd love to see (at least) client support for RADSEC.

I was able to jam it in by replacing net.Dialer with a tls.Dialer in client.go but that's not a compatible way forward to support both RADIUS over UDP and RADIUS over TLS.

icb- added a commit to icb-/radius that referenced this issue Sep 17, 2024
This replaces net.Dialer by an interface with only the required DialConext.

Fixes layeh#122
@icb- icb- linked a pull request Sep 17, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant