diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-13 10:23:03 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-13 10:23:03 +0200 |
commit | bd50a4d730e75804744f45308c4d4dfb40db042d (patch) | |
tree | f3cbc90a765c9567a0f32bf1cfceb8c6f4918717 /examples/pkix.asn | |
parent | 253f4faa23195cc599bb06feafc1dccb4ed1a6b1 (diff) | |
download | libtasn1-bd50a4d730e75804744f45308c4d4dfb40db042d.tar.gz libtasn1-bd50a4d730e75804744f45308c4d4dfb40db042d.tar.bz2 libtasn1-bd50a4d730e75804744f45308c4d4dfb40db042d.zip |
Update gnulib files, fix new syntax-check warnings, add license.
Diffstat (limited to 'examples/pkix.asn')
-rw-r--r-- | examples/pkix.asn | 27 |
1 files changed, 17 insertions, 10 deletions
diff --git a/examples/pkix.asn b/examples/pkix.asn index 183345e..76cbb0d 100644 --- a/examples/pkix.asn +++ b/examples/pkix.asn @@ -1,3 +1,20 @@ +-- Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, +-- 2009, 2010 Free Software Foundation, Inc. +-- +-- This file is part of LIBTASN1. +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License as published by +-- the Free Software Foundation, either version 3 of the License, or +-- (at your option) any later version. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see <http://www.gnu.org/licenses/>. PKIX1Implicit88 {iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) id-pkix1-implicit-88(2)} @@ -6,7 +23,6 @@ DEFINITIONS IMPLICIT TAGS ::= BEGIN - -- ISO arc for standard certificate and CRL extensions id-ce OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) ds(5) 29} @@ -937,12 +953,3 @@ ub-x121-address-length INTEGER ::= 16 END - - - - - - - - - |