summaryrefslogtreecommitdiff
path: root/asn1/pkcs1/pkcs1.cnf
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2011-07-14 13:47:13 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2011-07-14 13:47:13 +0000
commit9e4afbfd497f48dd18fd1b7c0ccf4e548a576f2e (patch)
tree89d9ffdd065858541d5080d118ebc6f09ea1ea39 /asn1/pkcs1/pkcs1.cnf
parenta7fac381ca74a9f21308f4a8db8cefade6470101 (diff)
downloadwireshark-9e4afbfd497f48dd18fd1b7c0ccf4e548a576f2e.tar.gz
Update the algorithms in line with RFC 5912 including support for eliptic curve algorithms.
svn path=/trunk/; revision=38017
Diffstat (limited to 'asn1/pkcs1/pkcs1.cnf')
-rw-r--r--asn1/pkcs1/pkcs1.cnf15
1 files changed, 15 insertions, 0 deletions
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