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

Encryption of CHAP-password #100

Open
spoddar1 opened this issue Mar 19, 2020 · 2 comments
Open

Encryption of CHAP-password #100

spoddar1 opened this issue Mar 19, 2020 · 2 comments

Comments

@spoddar1
Copy link

Is there a plan to add encryption of CHAP-password in rc_pack_list() defined lib/senserver.c?

I could have done it outside before adding VP attribute, but in some cases standard requires us to use authorization-vector which is initialized @ line 333 in rc_send_server() in lib.sendserver.c.

@alandekok
Copy link
Member

Is there a plan to add encryption of CHAP-password in rc_pack_list() defined lib/senserver.c?

Sure. Please send a patch.

The CHAP encoding should be done in rc_pack_list(), as it requires access to the authentication vector, and the secret.

@spoddar1
Copy link
Author

Sent pull request "Added CHAP encryption #101 "

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

No branches or pull requests

2 participants