paChecksum is now OPTIONAL so it can be upgraded to something better then SHA1
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16730 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -58,7 +58,7 @@ PKAuthenticator ::= SEQUENCE {
|
|||||||
cusec [0] INTEGER -- (0..999999) --,
|
cusec [0] INTEGER -- (0..999999) --,
|
||||||
ctime [1] KerberosTime,
|
ctime [1] KerberosTime,
|
||||||
nonce [2] INTEGER (0..4294967295),
|
nonce [2] INTEGER (0..4294967295),
|
||||||
paChecksum [3] OCTET STRING,
|
paChecksum [3] OCTET STRING OPTIONAL,
|
||||||
...
|
...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user