buglwIP - A Lightweight TCP/IP stack - Bugs: bug #60716, SNMPv3: OID for auth algo always...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #60716: SNMPv3: OID for auth algo always MD5

Submitter:  Tim Schendekehl <timschendekehl>
Submitted:  Tue 01 Jun 2021 09:35:35 AM UTC
   
 
Category:  apps Severity:  3 - Normal
Item Group:  Faulty Behaviour Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  git head

Thu 11 May 2023 07:13:31 PM UTC, comment #1: 

Fixed by patch #10338

Simon Goldschmidt <goldsimon>
Group administrator
Tue 01 Jun 2021 09:35:35 AM UTC, original submission:  

Function snmp_auth_algo_to_oid in file src/apps/snmp/snmp_snmpv2_usm.c returns usmHMACMD5AuthProtocol even if SHA is used:

  if (algo == SNMP_V3_AUTH_ALGO_MD5) {
    return &usmHMACMD5AuthProtocol;
  } else if (algo ==  SNMP_V3_AUTH_ALGO_SHA) {
    return &usmHMACMD5AuthProtocol;
  }

Tim Schendekehl <timschendekehl>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by goldsimon (Posted a comment)
  • -email is unavailable- added by timschendekehl (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-05-11 goldsimon StatusNone Fixed
        Assigned toNone goldsimon
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code