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:
@@ -359,6 +359,7 @@ gen_files_pkinit = \
|
|||||||
asn1_TrustedCA_Win2k.x \
|
asn1_TrustedCA_Win2k.x \
|
||||||
asn1_PA_PK_AS_REQ_Win2k.x \
|
asn1_PA_PK_AS_REQ_Win2k.x \
|
||||||
asn1_PA_PK_AS_REP_Win2k.x \
|
asn1_PA_PK_AS_REP_Win2k.x \
|
||||||
|
asn1_PA_PK_AS_REP_BTMM.x \
|
||||||
asn1_KDCDHKeyInfo_Win2k.x \
|
asn1_KDCDHKeyInfo_Win2k.x \
|
||||||
asn1_ReplyKeyPack_Win2k.x \
|
asn1_ReplyKeyPack_Win2k.x \
|
||||||
asn1_PkinitSP80056AOtherInfo.x \
|
asn1_PkinitSP80056AOtherInfo.x \
|
||||||
|
@@ -164,7 +164,6 @@ PA-PK-AS-REP-Win2k ::= CHOICE {
|
|||||||
encKeyPack [1] IMPLICIT OCTET STRING
|
encKeyPack [1] IMPLICIT OCTET STRING
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
KDCDHKeyInfo-Win2k ::= SEQUENCE {
|
KDCDHKeyInfo-Win2k ::= SEQUENCE {
|
||||||
nonce [0] INTEGER (-2147483648..2147483647),
|
nonce [0] INTEGER (-2147483648..2147483647),
|
||||||
subjectPublicKey [2] BIT STRING
|
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 {
|
PkinitSP80056AOtherInfo ::= SEQUENCE {
|
||||||
algorithmID AlgorithmIdentifier,
|
algorithmID AlgorithmIdentifier,
|
||||||
partyUInfo [0] OCTET STRING,
|
partyUInfo [0] OCTET STRING,
|
||||||
|
Reference in New Issue
Block a user