From 3b929ad31f371d03f7ef928c11ccb80e63ea6a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 23 Sep 2005 05:27:57 +0000 Subject: [PATCH] Add DHPublicKey, and INTEGER to for storing the DH public key in the SubjectPublicKeyInfo.subjectPublicKey BIT STRING. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16093 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/rfc2459.asn1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/asn1/rfc2459.asn1 b/lib/asn1/rfc2459.asn1 index 89fc6e11e..4573cdb9f 100644 --- a/lib/asn1/rfc2459.asn1 +++ b/lib/asn1/rfc2459.asn1 @@ -156,6 +156,8 @@ DomainParameters ::= SEQUENCE { validationParms ValidationParms OPTIONAL -- ValidationParms } +DHPublicKey ::= INTEGER + OtherName ::= SEQUENCE { type-id OBJECT IDENTIFIER, value [0] EXPLICIT heim_any