File: README

package info (click to toggle)
erlang 1%3A12.b.3-dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 77,780 kB
  • ctags: 157,528
  • sloc: erlang: 664,178; ansic: 241,119; makefile: 15,725; xml: 8,378; java: 7,780; sh: 6,789; lisp: 5,396; pascal: 3,637; perl: 2,310; asm: 1,438; cpp: 975; tcl: 245; python: 21; sed: 20; awk: 15
file content (49 lines) | stat: -rw-r--r-- 1,244 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
The files

	PKIX1Algorithms88.asn1
	PKIX1Explicit88.asn1
	PKIX1Implicit88.asn1
	PKIXAttributeCertificate.asn1

are from RFCs 3279, 3280 and 3281.

We have edited PKIX1Explicit88.asn1, PKIX1Implicit88.asn1, and 
PKIXAttributeCertificate.asn1 as follows:


1. Removal of definition of UniversalString and BMPString:

diff -r1.1 PKIX1Explicit88.asn1
15c15
< UniversalString ::= [UNIVERSAL 28] IMPLICIT OCTET STRING
---
> -- UniversalString ::= [UNIVERSAL 28] IMPLICIT OCTET STRING
18c18
< BMPString ::= [UNIVERSAL 30] IMPLICIT OCTET STRING
---
> -- BMPString ::= [UNIVERSAL 30] IMPLICIT OCTET STRING


2. Removal of definition of BMPString:

diff -r1.1 PKIX1Implicit88.asn1
13c13,14
<       BMPString, UTF8String,  -- end "new" types --
---
>       -- BMPString, 
>       UTF8String,  -- end "new" types --


3. Addition of definition of UTF8String, and correction of a typo.

diff -r1.1 PKIXAttributeCertificate.asn1
46c46
<              -- UTF8String ::= [UNIVERSAL 12] IMPLICIT OCTET STRING
---
>              UTF8String ::= [UNIVERSAL 12] IMPLICIT OCTET STRING
55c55
<                 version        AttCertVersion  -- version is v2,
---
>                 version        AttCertVersion,  -- version is v2

PKIX1Algorithms88.asn1 is unchanged.