Skip to content

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

@bertysentry

Description

@bertysentry

See https://github.com/sentrysoftware/ipmi/blob/75813b465cc30757f82d592a4f123fca7ecc8f5c/src/main/java/org/sentrysoftware/ipmi/core/coding/security/CipherSuite.java#L90

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions