~ubuntu-branches/ubuntu/maverick/net-snmp/maverick

« back to all changes in this revision

Viewing changes to mibs/SNMP-USM-AES-MIB.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-06-28 14:59:36 UTC
  • mfrom: (1.2.3 upstream) (1.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20100628145936-cbiallic69pn044g
Tags: 5.4.3~dfsg-1ubuntu1
* Merge from debian unstable.  Remaining changes:
  - Set Ubuntu maintainer address.
  - net-snmp-config: Use bash. (LP: #104738)
  - Removed multiuser option when calling update-rc.d. (LP: #254261)
  - debian/snmpd.init: LSBify the init script.
  - debian/patches/52_fix_snmpcmd_1_typo.patch: Adjust a typo in snmpcmd.1
    (LP: #250459)
  - debian/snmpd.postinst: source debconf before doing work, LP: #589056
  - debian/snmp.preinst, debian/snmp.prerm: kill any/all processes owned by
    snmp user before install/uninstall, LP: #573391
  - Add apport hook (LP: #533603):
  - debian/{snmp,snmpd}.apport: Added.
  - debian/control: Build-depends on dh-apport.
  - debian/rules: 
    + Add --with apport.
    + override_dh_apport to install hook on snmpd package only.
 * Dropped patches:
   - debian/patches/99-fix-ubuntu-div0.patch: Fix dvision by zero.. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SNMP-USM-AES-MIB DEFINITIONS ::= BEGIN
2
 
    IMPORTS
3
 
        MODULE-IDENTITY, OBJECT-IDENTITY,
4
 
        snmpModules             FROM SNMPv2-SMI          -- [RFC2578]
5
 
        snmpPrivProtocols       FROM SNMP-FRAMEWORK-MIB; -- [RFC3411]
6
 
 
7
 
snmpUsmAesMIB  MODULE-IDENTITY
8
 
    LAST-UPDATED "200406140000Z"
9
 
    ORGANIZATION "IETF"
10
 
    CONTACT-INFO "Uri Blumenthal
11
 
                  Lucent Technologies / Bell Labs
12
 
                  67 Whippany Rd.
13
 
                  14D-318
14
 
                  Whippany, NJ  07981, USA
15
 
                  973-386-2163
16
 
                  uri@bell-labs.com
17
 
 
18
 
                  Fabio Maino
19
 
                  Andiamo Systems, Inc.
20
 
                  375 East Tasman Drive
21
 
                  San Jose, CA  95134, USA
22
 
                  408-853-7530
23
 
                  fmaino@andiamo.com
24
 
 
25
 
                  Keith McCloghrie
26
 
                  Cisco Systems, Inc.
27
 
                  170 West Tasman Drive
28
 
                  San Jose, CA  95134-1706, USA
29
 
 
30
 
                  408-526-5260
31
 
                  kzm@cisco.com"
32
 
    DESCRIPTION  "Definitions of Object Identities needed for
33
 
                  the use of AES by SNMP's User-based Security
34
 
                  Model.
35
 
 
36
 
                  Copyright (C) The Internet Society (2004).
37
 
 
38
 
            This version of this MIB module is part of RFC 3826;
39
 
            see the RFC itself for full legal notices.
40
 
            Supplementary information may be available on
41
 
            http://www.ietf.org/copyrights/ianamib.html."
42
 
    REVISION     "200406140000Z"
43
 
    DESCRIPTION  "Initial version, published as RFC3826"
44
 
 
45
 
    ::= { snmpModules 20 }
46
 
 
47
 
usmAesCfb128Protocol OBJECT-IDENTITY
48
 
    STATUS        current
49
 
    DESCRIPTION  "The CFB128-AES-128 Privacy Protocol."
50
 
    REFERENCE    "- Specification for the ADVANCED ENCRYPTION
51
 
                    STANDARD. Federal Information Processing
52
 
                    Standard (FIPS) Publication 197.
53
 
                    (November 2001).
54
 
 
55
 
                  - Dworkin, M., NIST Recommendation for Block
56
 
                    Cipher Modes of Operation, Methods and
57
 
                    Techniques. NIST Special Publication 800-38A
58
 
                    (December 2001).
59
 
                 "
60
 
    ::= { snmpPrivProtocols 4 }
61
 
 
62
 
END