Skip to content

Commit

Permalink
SIGN_DATA does not protect token header
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoward committed Dec 17, 2015
1 parent d46d082 commit 0079a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gssapi/krb5/cfx.c
Expand Up @@ -474,7 +474,7 @@ _gssapi_wrap_cfx_iov(OM_uint32 *minor_status,
{"header" | ec-padding | E"header" | krb5-trailer | krb5-header | plaintext-data }
For AEAD modes, E"header" is omitted as it is protected by the IV/SIGN_ONLY data.
For AEAD modes, E"header" is omitted as it is protected by the IV.
*/

i = 0;
Expand Down

0 comments on commit 0079a4f

Please sign in to comment.