From dce2ccba074854e1d68c5863204442daaef656c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 6 Jun 2003 16:13:57 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12355 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 9 +++++++++ lib/gssapi/krb5/ChangeLog | 9 +++++++++ 2 files changed, 18 insertions(+) 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