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

Implement data types from RFC 8044 #15

Open
MikhailMS opened this issue May 28, 2021 · 1 comment
Open

Implement data types from RFC 8044 #15

MikhailMS opened this issue May 28, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@MikhailMS
Copy link
Owner

MikhailMS commented May 28, 2021

There are number of data types outlined in RFC 8044 and while some of them already implemented and handled by current implementation, some are still missing

Implemented:

Missing:

  • enum
  • tlv
  • vsa
  • extended
  • long-extended
  • evs
@MikhailMS MikhailMS added the enhancement New feature or request label May 28, 2021
@MikhailMS MikhailMS self-assigned this May 28, 2021
@MikhailMS
Copy link
Owner Author

MikhailMS commented Sep 26, 2021

While #14 added definition of some new data types from RFC 8044, it forgot to update verify_original_value() & restore functions: original_string_value() && original_integer_value(), meaning that values in RADIUS packet cannot be verified or restored after packet is received by Server or Client

Thus I created #22 issues to track that work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant