use "roken.h" consitantly

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

View File

@@ -649,6 +649,26 @@ 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 (0..4294967295),
nonce [1] INTEGER (-2147483648..2147483647),
...
}