diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 66a8dd8e4..ebfb4a1ba 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,3 +1,12 @@ +2003-06-06 Love Hörnquist Åstrand + + * wrap.c (sub_wrap_size): gss_wrap_size_limit() has + req_output_size and max_input_size around the wrong way -- it + returns the output token size for a given input size, rather than + the maximum input size for a given output token size. + + From: Luke Howard + 2003-06-05 Love Hörnquist Åstrand * gssapi_locl.h: add prototypes for sequence.c diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index 66a8dd8e4..ebfb4a1ba 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,12 @@ +2003-06-06 Love Hörnquist Åstrand + + * wrap.c (sub_wrap_size): gss_wrap_size_limit() has + req_output_size and max_input_size around the wrong way -- it + returns the output token size for a given input size, rather than + the maximum input size for a given output token size. + + From: Luke Howard + 2003-06-05 Love Hörnquist Åstrand * gssapi_locl.h: add prototypes for sequence.c