Blame mibs/SNMP-USM-HMAC-SHA2-MIB.txt

Packit fcad23
 SNMP-USM-HMAC-SHA2-MIB DEFINITIONS ::= BEGIN
Packit fcad23
    IMPORTS
Packit fcad23
       MODULE-IDENTITY, OBJECT-IDENTITY,
Packit fcad23
           mib-2 FROM SNMPv2-SMI -- RFC 2578
Packit fcad23
           snmpAuthProtocols FROM SNMP-FRAMEWORK-MIB; -- RFC 3411
Packit fcad23
Packit fcad23
snmpUsmHmacSha2MIB MODULE-IDENTITY
Packit fcad23
    LAST-UPDATED    "201604180000Z" -- 18 April 2016, midnight
Packit fcad23
    ORGANIZATION    "SNMPv3 Working Group"
Packit fcad23
    CONTACT-INFO    "WG email: OPSAWG@ietf.org
Packit fcad23
                    Subscribe:
Packit fcad23
                        https://www.ietf.org/mailman/listinfo/opsawg
Packit fcad23
                    Editor:    Johannes Merkle
Packit fcad23
                               secunet Security Networks
Packit fcad23
                    Postal:    Mergenthaler Allee 77
Packit fcad23
                               D-65760 Eschborn
Packit fcad23
                               Germany
Packit fcad23
                    Phone:     +49 20154543091
Packit fcad23
                    Email:     johannes.merkle@secunet.com
Packit fcad23
Packit fcad23
                    Co-Editor: Manfred Lochter
Packit fcad23
                               Bundesamt fuer Sicherheit in der
Packit fcad23
                               Informationstechnik (BSI)
Packit fcad23
                    Postal:    Postfach 200363
Packit fcad23
                               D-53133 Bonn
Packit fcad23
                               Germany
Packit fcad23
                    Phone:     +49 228 9582 5643
Packit fcad23
                    Email:     manfred.lochter@bsi.bund.de"
Packit fcad23
    DESCRIPTION
Packit fcad23
        "Definitions of Object Identities needed for the use of
Packit fcad23
        HMAC-SHA2 Authentication Protocols by SNMP's User-based Security
Packit fcad23
        Model.
Packit fcad23
Packit fcad23
        Copyright (c) 2016 IETF Trust and the persons identified as
Packit fcad23
        authors of the code.  All rights reserved.
Packit fcad23
Packit fcad23
        Redistribution and use in source and binary forms, with or
Packit fcad23
        without modification, is permitted pursuant to, and subject
Packit fcad23
        to the license terms contained in, the Simplified BSD License
Packit fcad23
        set forth in Section 4.c of the IETF Trust's Legal Provisions
Packit fcad23
Packit fcad23
        Relating to IETF Documents
Packit fcad23
        (http://trustee.ietf.org/license-info)."
Packit fcad23
Packit fcad23
    REVISION "201604180000Z" -- 18 April 2016, midnight
Packit fcad23
    DESCRIPTION
Packit fcad23
        "Version correcting the MODULE-IDENTITY value,
Packit fcad23
        published as RFC 7860"
Packit fcad23
Packit fcad23
    REVISION "201510140000Z" -- 14 October 2015, midnight
Packit fcad23
    DESCRIPTION
Packit fcad23
        "Initial version, published as RFC 7630"
Packit fcad23
    ::= { mib-2 235 }
Packit fcad23
Packit fcad23
usmHMAC128SHA224AuthProtocol OBJECT-IDENTITY
Packit fcad23
    STATUS      current
Packit fcad23
    DESCRIPTION "The Authentication Protocol
Packit fcad23
                usmHMAC128SHA224AuthProtocol uses HMAC-SHA-224 and
Packit fcad23
                truncates output to 128 bits."
Packit fcad23
    REFERENCE   "- Krawczyk, H., Bellare, M., and R. Canetti,
Packit fcad23
                HMAC: Keyed-Hashing for Message Authentication,
Packit fcad23
                RFC 2104.
Packit fcad23
                - National Institute of Standards and Technology,
Packit fcad23
                Secure Hash Standard (SHS), FIPS PUB 180-4, 2012."
Packit fcad23
    ::= { snmpAuthProtocols 4 }
Packit fcad23
Packit fcad23
usmHMAC192SHA256AuthProtocol OBJECT-IDENTITY
Packit fcad23
    STATUS      current
Packit fcad23
    DESCRIPTION "The Authentication Protocol
Packit fcad23
                usmHMAC192SHA256AuthProtocol uses HMAC-SHA-256 and
Packit fcad23
                truncates output to 192 bits."
Packit fcad23
    REFERENCE   "- Krawczyk, H., Bellare, M., and R. Canetti,
Packit fcad23
                HMAC: Keyed-Hashing for Message Authentication,
Packit fcad23
                RFC 2104.
Packit fcad23
                - National Institute of Standards and Technology,
Packit fcad23
                Secure Hash Standard (SHS), FIPS PUB 180-4, 2012."
Packit fcad23
    ::= { snmpAuthProtocols 5 }
Packit fcad23
Packit fcad23
usmHMAC256SHA384AuthProtocol OBJECT-IDENTITY
Packit fcad23
    STATUS      current
Packit fcad23
    DESCRIPTION "The Authentication Protocol
Packit fcad23
                usmHMAC256SHA384AuthProtocol uses HMAC-SHA-384 and
Packit fcad23
                truncates output to 256 bits."
Packit fcad23
    REFERENCE   "- Krawczyk, H., Bellare, M., and R. Canetti,
Packit fcad23
                HMAC: Keyed-Hashing for Message Authentication,
Packit fcad23
                RFC 2104.
Packit fcad23
                - National Institute of Standards and Technology,
Packit fcad23
                Secure Hash Standard (SHS), FIPS PUB 180-4, 2012."
Packit fcad23
    ::= { snmpAuthProtocols 6 }
Packit fcad23
Packit fcad23
usmHMAC384SHA512AuthProtocol OBJECT-IDENTITY
Packit fcad23
    STATUS      current
Packit fcad23
    DESCRIPTION "The Authentication Protocol
Packit fcad23
                usmHMAC384SHA512AuthProtocol uses HMAC-SHA-512 and
Packit fcad23
                truncates output to 384 bits."
Packit fcad23
    REFERENCE   "- Krawczyk, H., Bellare, M., and R. Canetti,
Packit fcad23
                HMAC: Keyed-Hashing for Message Authentication,
Packit fcad23
                RFC 2104.
Packit fcad23
                - National Institute of Standards and Technology,
Packit fcad23
                Secure Hash Standard (SHS), FIPS PUB 180-4, 2012."
Packit fcad23
    ::= { snmpAuthProtocols 7 }
Packit fcad23
Packit fcad23
END