]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix gss_get_mic_iov() example code
authorGreg Hudson <ghudson@mit.edu>
Wed, 17 Apr 2019 05:57:28 +0000 (01:57 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 9 Dec 2019 22:02:52 +0000 (17:02 -0500)
commitb72c491c85cc52c2dc5d1a77bebe840d0b871cf5
treeb7f473b6643c31875034c78fa7b03f2b17c47042
parentbd546d70f7ab2f2e643225e9cb2124cca2ef5644
Fix gss_get_mic_iov() example code

The example code for gss_get_mic_iov() using a caller-provided buffer
calls gss_wrap_iov_length() and gss_wrap_iov() instead of
gss_get_mic_iov_length() and gss_get_mic_iov() as intended.  Reported
by Frank Filz.

(cherry picked from commit bf4156db4f6c2e8cd420cd556bfa9e39f1a3d556)

ticket: 8797
version_fixed: 1.17.1
doc/appdev/gssapi.rst