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

Add support for SHA-256 and MD5 authentication algorithms #46

Open
bertysentry opened this issue Jan 14, 2025 · 1 comment
Open

Add support for SHA-256 and MD5 authentication algorithms #46

bertysentry opened this issue Jan 14, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@bertysentry
Copy link
Member

bertysentry commented Jan 14, 2025

See

public AuthenticationAlgorithm getAuthenticationAlgorithm() {

Specification

The CipherSuite class currently lacks implementations for the following authentication and integrity algorithms:

Authentication Algorithms:

  • RAKP HMAC SHA-256
  • RAKP HMAC MD5

Integrity Algorithms:

  • HMAC SHA-256-128
  • HMAC MD5-128
  • MD5-128

These algorithms are referenced in the class but have not been implemented yet. Their implementations must be added and validated through testing.

@NassimBtk NassimBtk added the bug Something isn't working label Jan 16, 2025
@NassimBtk
Copy link
Member

NassimBtk commented Jan 16, 2025

Reproduced on vishnu-imm

@NassimBtk NassimBtk assigned SafaeAJ and unassigned MedMaalej Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants