Add ExternalPrincipalIdentifiers, shared between several elements.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17362 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -283,6 +283,7 @@ gen_files_pkinit = \
|
||||
asn1_DHNonce.x \
|
||||
asn1_TrustedCA.x \
|
||||
asn1_ExternalPrincipalIdentifier.x \
|
||||
asn1_ExternalPrincipalIdentifiers.x \
|
||||
asn1_PA_PK_AS_REQ.x \
|
||||
asn1_PKAuthenticator.x \
|
||||
asn1_AuthPack.x \
|
||||
|
@@ -50,10 +50,11 @@ ExternalPrincipalIdentifier ::= SEQUENCE {
|
||||
...
|
||||
}
|
||||
|
||||
ExternalPrincipalIdentifiers ::= SEQUENCE OF ExternalPrincipalIdentifier
|
||||
|
||||
PA-PK-AS-REQ ::= SEQUENCE {
|
||||
signedAuthPack [0] IMPLICIT OCTET STRING,
|
||||
trustedCertifiers [1] SEQUENCE OF
|
||||
ExternalPrincipalIdentifier OPTIONAL,
|
||||
trustedCertifiers [1] ExternalPrincipalIdentifiers OPTIONAL,
|
||||
kdcPkId [2] IMPLICIT OCTET STRING OPTIONAL,
|
||||
...
|
||||
}
|
||||
@@ -74,8 +75,8 @@ AuthPack ::= SEQUENCE {
|
||||
...
|
||||
}
|
||||
|
||||
TD-TRUSTED-CERTIFIERS ::= SEQUENCE OF ExternalPrincipalIdentifier
|
||||
TD-INVALID-CERTIFICATES ::= SEQUENCE OF ExternalPrincipalIdentifier
|
||||
TD-TRUSTED-CERTIFIERS ::= ExternalPrincipalIdentifiers
|
||||
TD-INVALID-CERTIFICATES ::= ExternalPrincipalIdentifiers
|
||||
|
||||
KRB5PrincipalName ::= SEQUENCE {
|
||||
realm [0] Realm,
|
||||
|
Reference in New Issue
Block a user