From 9e4afbfd497f48dd18fd1b7c0ccf4e548a576f2e Mon Sep 17 00:00:00 2001 From: Graeme Lunt Date: Thu, 14 Jul 2011 13:47:13 +0000 Subject: Update the algorithms in line with RFC 5912 including support for eliptic curve algorithms. svn path=/trunk/; revision=38017 --- asn1/pkcs1/pkcs1.cnf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'asn1/pkcs1/pkcs1.cnf') diff --git a/asn1/pkcs1/pkcs1.cnf b/asn1/pkcs1/pkcs1.cnf index e50bddc6fd..91adbdfb85 100644 --- a/asn1/pkcs1/pkcs1.cnf +++ b/asn1/pkcs1/pkcs1.cnf @@ -17,6 +17,21 @@ DigestInfo #.FIELD_RENAME +#.REGISTER +DSA-Params B "1.2.840.10040.4.1" "id-dsa" +DomainParameters B "1.2.840.10046.2.1" "dhpublicnumber" +KEA-Params-Id B "2.16.840.1.101.2.1.1.22" "id-keyExchangeAlgorithm" +ECParameters B "1.2.840.10045.2.1" "id-ecPublicKey" +ECParameters B "1.3.132.1.12" "id-ecDH" +ECParameters B "1.2.840.10045.2.13" "id-ecMQV" + +#.NO_EMIT +DSAPublicKey +DHPublicKey +ECPoint +DSA-Sig-Value +ECDSA-Sig-Value + #.END -- cgit v1.2.1