Removing PK-INIT-19 support.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16141 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -124,6 +124,18 @@ AuthPack-Win2k ::= SEQUENCE {
|
||||
}
|
||||
|
||||
|
||||
TrustedCA-Win2k ::= CHOICE {
|
||||
caName [1] heim_any,
|
||||
issuerAndSerial [2] IssuerAndSerialNumber
|
||||
}
|
||||
|
||||
PA-PK-AS-REQ-Win2k ::= SEQUENCE {
|
||||
signed-auth-pack [0] IMPLICIT OCTET STRING,
|
||||
trusted-certifiers [2] SEQUENCE OF TrustedCA-Win2k OPTIONAL,
|
||||
kdc-cert [3] IMPLICIT OCTET STRING OPTIONAL,
|
||||
encryption-cert [4] IMPLICIT OCTET STRING OPTIONAL
|
||||
}
|
||||
|
||||
PA-PK-AS-REP-Win2k ::= CHOICE {
|
||||
dhSignedData [0] IMPLICIT OCTET STRING,
|
||||
encKeyPack [1] IMPLICIT OCTET STRING
|
||||
@@ -135,46 +147,7 @@ KDCDHKeyInfo-Win2k ::= SEQUENCE {
|
||||
subjectPublicKey [2] BIT STRING
|
||||
}
|
||||
|
||||
TrustedCA-19 ::= CHOICE {
|
||||
caName [1] heim_any,
|
||||
issuerAndSerial [2] IssuerAndSerialNumber
|
||||
}
|
||||
|
||||
PA-PK-AS-REQ-19 ::= SEQUENCE { -- PAType 14
|
||||
signedAuthPack [0] ContentInfo, -- AuthPack
|
||||
trustedCertifiers [1] SEQUENCE OF TrustedCA-19 OPTIONAL,
|
||||
kdcCert [2] IssuerAndSerialNumber OPTIONAL,
|
||||
encryptionCert [3] IssuerAndSerialNumber OPTIONAL,
|
||||
...
|
||||
}
|
||||
|
||||
PA-PK-AS-REQ-Win2k ::= SEQUENCE {
|
||||
signed-auth-pack [0] IMPLICIT OCTET STRING,
|
||||
trusted-certifiers [2] SEQUENCE OF TrustedCA-19 OPTIONAL,
|
||||
kdc-cert [3] IMPLICIT OCTET STRING OPTIONAL,
|
||||
encryption-cert [4] IMPLICIT OCTET STRING OPTIONAL
|
||||
}
|
||||
|
||||
PKAuthenticator-19 ::= SEQUENCE {
|
||||
cusec [0] INTEGER (0..4294967295),
|
||||
ctime [1] KerberosTime,
|
||||
nonce [2] INTEGER (0..4294967295),
|
||||
paChecksum [3] Checksum,
|
||||
...
|
||||
}
|
||||
|
||||
AuthPack-19 ::= SEQUENCE {
|
||||
pkAuthenticator [0] PKAuthenticator-19,
|
||||
clientPublicValue [1] SubjectPublicKeyInfo OPTIONAL
|
||||
}
|
||||
|
||||
PA-PK-AS-REP-19 ::= CHOICE {
|
||||
dhSignedData [0] ContentInfo,
|
||||
encKeyPack [1] ContentInfo,
|
||||
...
|
||||
}
|
||||
|
||||
ReplyKeyPack-19 ::= SEQUENCE {
|
||||
ReplyKeyPack-Win2k ::= SEQUENCE {
|
||||
replyKey [0] EncryptionKey,
|
||||
nonce [1] INTEGER (0..4294967295),
|
||||
...
|
||||
|
Reference in New Issue
Block a user