~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to programs/pluto/oid.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Object identifiers (OIDs) used by FreeS/WAN
2
 
 * Copyright (C) 2003 Andreas Steffen, Zuercher Hochschule Winterthur
 
2
 * Copyright (C) 2003-2004 Andreas Steffen, Zuercher Hochschule Winterthur
3
3
 * 
4
4
 * This file has been automatically generated by the script oid.pl
5
5
 * Do not edit manually!
14
14
 
15
15
extern const oid_t oid_names[];
16
16
 
 
17
#define OID_UNKNOWN                     -1
17
18
#define OID_ROLE                        35
18
19
#define OID_SUBJECT_KEY_ID              38
19
20
#define OID_SUBJECT_ALT_NAME            41
20
21
#define OID_BASIC_CONSTRAINTS           43
21
22
#define OID_CRL_DISTRIBUTION_POINTS     45
22
23
#define OID_AUTHORITY_KEY_ID            47
 
24
#define OID_EXTENDED_KEY_USAGE          48
23
25
#define OID_TARGET_INFORMATION          49
24
26
#define OID_NO_REV_AVAIL                50
25
27
#define OID_RSA_ENCRYPTION              59
34
36
#define OID_PKCS9_EMAIL                 74
35
37
#define OID_MD2                         77
36
38
#define OID_MD5                         78
37
 
#define OID_AUTHENTICATION_INFO         95
38
 
#define OID_ACCESS_IDENTITY             96
39
 
#define OID_CHARGING_IDENTITY           97
40
 
#define OID_GROUP                       98
41
 
#define OID_SHA1                        102
 
39
#define OID_AUTHORITY_INFO_ACCESS       95
 
40
#define OID_OCSP_SIGNING                105
 
41
#define OID_AUTHENTICATION_INFO         107
 
42
#define OID_ACCESS_IDENTITY             108
 
43
#define OID_CHARGING_IDENTITY           109
 
44
#define OID_GROUP                       110
 
45
#define OID_OCSP                        112
 
46
#define OID_BASIC                       113
 
47
#define OID_NONCE                       114
 
48
#define OID_CRL                         115
 
49
#define OID_RESPONSE                    116
 
50
#define OID_NO_CHECK                    117
 
51
#define OID_ARCHIVE_CUTOFF              118
 
52
#define OID_SERVICE_LOCATOR             119
 
53
#define OID_SHA1                        123
 
54
#define OID_SHA1_WITH_RSA_OIW           124