revert 21003

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21004 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-08 01:53:10 +00:00
parent 12df8538af
commit 9df9f6a9da
46 changed files with 58 additions and 229 deletions

View File

@@ -649,26 +649,6 @@ PA-SvrReferralData ::= SEQUENCE {
referred-realm [0] Realm
}
-- Kerberos remote encryption
K5REncEncryptDecryptREQ ::= SEQUENCE {
id [0] krb5int32,
encrypt [1] BOOLEAN,
principal [2] Principal,
kvno [3] krb5int32 OPTIONAL,
etype [4] krb5int32,
usage [5] krb5int32,
ivec [6] OCTET STRING OPTIONAL,
data [7] OCTET STRING
}
K5REncEncryptDecryptREP ::= SEQUENCE {
id [0] krb5int32,
data [1] OCTET STRING,
error-code [2] krb5int32 OPTIONAL
}
END
-- etags -r '/\([A-Za-z][-A-Za-z0-9]*\).*::=/\1/' k5.asn1

View File

@@ -160,7 +160,7 @@ KDCDHKeyInfo-Win2k ::= SEQUENCE {
ReplyKeyPack-Win2k ::= SEQUENCE {
replyKey [0] EncryptionKey,
nonce [1] INTEGER (-2147483648..2147483647),
nonce [1] INTEGER (0..4294967295),
...
}