lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] [bug #60716] SNMPv3: OID for auth algo always MD5


From: Tim Schendekehl
Subject: [lwip-devel] [bug #60716] SNMPv3: OID for auth algo always MD5
Date: Tue, 1 Jun 2021 05:35:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0

URL:
  <https://savannah.nongnu.org/bugs/?60716>

                 Summary: SNMPv3: OID for auth algo always MD5
                 Project: lwIP - A Lightweight TCP/IP stack
            Submitted by: timschendekehl
            Submitted on: Tue 01 Jun 2021 09:35:35 AM UTC
                Category: apps
                Severity: 3 - Normal
              Item Group: Faulty Behaviour
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None
            lwIP version: git head

    _______________________________________________________

Details:

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;
  }




    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/bugs/?60716>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]