diff options
Diffstat (limited to 'asn1')
-rw-r--r-- | asn1/pkcs1/PKIXAlgs-2009.asn | 14 | ||||
-rw-r--r-- | asn1/pkcs1/pkcs1.cnf | 1 |
2 files changed, 0 insertions, 15 deletions
diff --git a/asn1/pkcs1/PKIXAlgs-2009.asn b/asn1/pkcs1/PKIXAlgs-2009.asn index 3bfaf49be1..910a674f17 100644 --- a/asn1/pkcs1/PKIXAlgs-2009.asn +++ b/asn1/pkcs1/PKIXAlgs-2009.asn @@ -111,20 +111,6 @@ PKIXAlgs-2009 { iso(1) identified-organization(3) dod(6) -- Wireshark additions to ensure compatibility with the original PKCS1.asn -RSAPrivateKey ::= SEQUENCE { - version Version, - modulus INTEGER, -- n - publicExponent INTEGER, -- e - privateExponent INTEGER, -- d - prime1 INTEGER, -- p - prime2 INTEGER, -- q - exponent1 INTEGER, -- d mod (p-1) - exponent2 INTEGER, -- d mod (q-1) - coefficient INTEGER -- (inverse of q) mod p -} - -Version ::= INTEGER - DigestInfo ::= SEQUENCE { digestAlgorithm DigestAlgorithmIdentifier, digest Digest diff --git a/asn1/pkcs1/pkcs1.cnf b/asn1/pkcs1/pkcs1.cnf index 1a66217dec..8990fe7e79 100644 --- a/asn1/pkcs1/pkcs1.cnf +++ b/asn1/pkcs1/pkcs1.cnf @@ -5,7 +5,6 @@ #.EXPORTS -RSAPrivateKey RSAPublicKey DigestInfo |