add BTMM style pkinit reply

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24209 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-18 04:59:57 +00:00
parent b7632c038b
commit ef2a4a3969
2 changed files with 7 additions and 1 deletions

View File

@@ -359,6 +359,7 @@ gen_files_pkinit = \
asn1_TrustedCA_Win2k.x \
asn1_PA_PK_AS_REQ_Win2k.x \
asn1_PA_PK_AS_REP_Win2k.x \
asn1_PA_PK_AS_REP_BTMM.x \
asn1_KDCDHKeyInfo_Win2k.x \
asn1_ReplyKeyPack_Win2k.x \
asn1_PkinitSP80056AOtherInfo.x \

View File

@@ -164,7 +164,6 @@ PA-PK-AS-REP-Win2k ::= CHOICE {
encKeyPack [1] IMPLICIT OCTET STRING
}
KDCDHKeyInfo-Win2k ::= SEQUENCE {
nonce [0] INTEGER (-2147483648..2147483647),
subjectPublicKey [2] BIT STRING
@@ -176,6 +175,12 @@ ReplyKeyPack-Win2k ::= SEQUENCE {
...
}
PA-PK-AS-REP-BTMM ::= SEQUENCE {
dhSignedData [0] heim_any OPTIONAL,
encKeyPack [1] heim_any OPTIONAL
}
PkinitSP80056AOtherInfo ::= SEQUENCE {
algorithmID AlgorithmIdentifier,
partyUInfo [0] OCTET STRING,