~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to lib/public_key/asn1/README

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
The files
 
2
 
 
3
        PKIX1Algorithms88.asn1
 
4
        PKIX1Explicit88.asn1
 
5
        PKIX1Implicit88.asn1
 
6
        PKIXAttributeCertificate.asn1
 
7
 
 
8
are from RFCs 3279, 3280 and 3281.
 
9
 
 
10
We have edited PKIX1Explicit88.asn1, PKIX1Implicit88.asn1, and 
 
11
PKIXAttributeCertificate.asn1 as follows:
 
12
 
 
13
 
 
14
1. Removal of definition of UniversalString and BMPString:
 
15
 
 
16
diff -r1.1 PKIX1Explicit88.asn1
 
17
15c15
 
18
< UniversalString ::= [UNIVERSAL 28] IMPLICIT OCTET STRING
 
19
---
 
20
> -- UniversalString ::= [UNIVERSAL 28] IMPLICIT OCTET STRING
 
21
18c18
 
22
< BMPString ::= [UNIVERSAL 30] IMPLICIT OCTET STRING
 
23
---
 
24
> -- BMPString ::= [UNIVERSAL 30] IMPLICIT OCTET STRING
 
25
 
 
26
 
 
27
2. Removal of definition of BMPString:
 
28
 
 
29
diff -r1.1 PKIX1Implicit88.asn1
 
30
13c13,14
 
31
<       BMPString, UTF8String,  -- end "new" types --
 
32
---
 
33
>       -- BMPString, 
 
34
>       UTF8String,  -- end "new" types --
 
35
 
 
36
 
 
37
3. Addition of definition of UTF8String, and correction of a typo.
 
38
 
 
39
diff -r1.1 PKIXAttributeCertificate.asn1
 
40
46c46
 
41
<              -- UTF8String ::= [UNIVERSAL 12] IMPLICIT OCTET STRING
 
42
---
 
43
>              UTF8String ::= [UNIVERSAL 12] IMPLICIT OCTET STRING
 
44
55c55
 
45
<                 version        AttCertVersion  -- version is v2,
 
46
---
 
47
>                 version        AttCertVersion,  -- version is v2
 
48
 
 
49
4. Defenitions of publuic keys from PKCS-1.asn1 present in
 
50
PKIX1Algorithms88.asn1 where removed as we take them directly from
 
51
PKCS-1.asn1
 
 
b'\\ No newline at end of file'