git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24754 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-02-16 19:13:43 +00:00
parent e8eb837b41
commit 7f0f3de8ee

View File

@@ -3159,10 +3159,10 @@ find_iv(krb5_crypto_iov *data, int num_data, int type)
* Kerberos encrypted data look like this: * Kerberos encrypted data look like this:
* *
* 1. KRB5_CRYPTO_TYPE_HEADER * 1. KRB5_CRYPTO_TYPE_HEADER
* 2. one KRB5_CRYPTO_TYPE_DATA and array [0,...] KRB5_CRYPTO_TYPE_SIGN_ONLY in * 2. one KRB5_CRYPTO_TYPE_DATA and array [0,...]
* any order, however the receiver have to aware of the * KRB5_CRYPTO_TYPE_SIGN_ONLY in any order, however the receiver
* order. KRB5_CRYPTO_TYPE_SIGN_ONLY is commonly used headers and * have to aware of the order. KRB5_CRYPTO_TYPE_SIGN_ONLY is
* trailers. * commonly used headers and trailers.
* 3. KRB5_CRYPTO_TYPE_PADDING, at least on padsize long if padsize > 1 * 3. KRB5_CRYPTO_TYPE_PADDING, at least on padsize long if padsize > 1
* 4. KRB5_CRYPTO_TYPE_TRAILER * 4. KRB5_CRYPTO_TYPE_TRAILER
*/ */