1;;
2;; %CopyrightBegin%
3;;
4;; Copyright Ericsson AB 2010-2016. All Rights Reserved.
5;;
6;; Licensed under the Apache License, Version 2.0 (the "License");
7;; you may not use this file except in compliance with the License.
8;; You may obtain a copy of the License at
9;;
10;;     http://www.apache.org/licenses/LICENSE-2.0
11;;
12;; Unless required by applicable law or agreed to in writing, software
13;; distributed under the License is distributed on an "AS IS" BASIS,
14;; WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15;; See the License for the specific language governing permissions and
16;; limitations under the License.
17;;
18;; %CopyrightEnd%
19;;
20
21;;
22;; RFC 4590, RADIUS Extension for Digest Authentication
23;;
24
25@avp_types
26
27   Digest-Response          103  OctetString  -
28   Digest-Realm             104  OctetString  -
29   Digest-Nonce             105  OctetString  -
30   Digest-Response-Auth     106  OctetString  -
31   Digest-Nextnonce         107  OctetString  -
32   Digest-Method            108  OctetString  -
33   Digest-URI               109  OctetString  -
34   Digest-Qop               110  OctetString  -
35   Digest-Algorithm         111  OctetString  -
36   Digest-Entity-Body-Hash  112  OctetString  -
37   Digest-CNonce            113  OctetString  -
38   Digest-Nonce-Count       114  OctetString  -
39   Digest-Username          115  OctetString  -
40   Digest-Opaque            116  OctetString  -
41   Digest-Auth-Param        117  OctetString  -
42   Digest-AKA-Auts          118  OctetString  -
43   Digest-Domain            119  OctetString  -
44   Digest-Stale             120  OctetString  -
45   Digest-HA1               121  OctetString  -
46   SIP-AOR                  122  OctetString  -
47