diff options
author | Günther Deschner <gdeschner@redhat.com> | 2012-08-29 15:07:08 +0200 |
---|---|---|
committer | Günther Deschner <gdeschner@redhat.com> | 2012-08-29 19:25:32 +0200 |
commit | 940677c51ad03966ac8daa96a88ded0f15f8325f (patch) | |
tree | 00975660fd0cde61741fb3d556c4c67ca8dfbe8b /proxy/src/client/gssapi_gpm.h | |
parent | b50755ad04bf9c4de73ba2aef9a6a5c29b2aa118 (diff) | |
download | gss-proxy-940677c51ad03966ac8daa96a88ded0f15f8325f.tar.gz gss-proxy-940677c51ad03966ac8daa96a88ded0f15f8325f.tar.xz gss-proxy-940677c51ad03966ac8daa96a88ded0f15f8325f.zip |
Implement gpm_wrap_size_limit().
Diffstat (limited to 'proxy/src/client/gssapi_gpm.h')
-rw-r--r-- | proxy/src/client/gssapi_gpm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/proxy/src/client/gssapi_gpm.h b/proxy/src/client/gssapi_gpm.h index 70da581..706a6de 100644 --- a/proxy/src/client/gssapi_gpm.h +++ b/proxy/src/client/gssapi_gpm.h @@ -209,4 +209,10 @@ OM_uint32 gpm_unwrap(OM_uint32 *minor_status, gss_buffer_t output_message_buffer, int *conf_state, gss_qop_t *qop_state); +OM_uint32 gpm_wrap_size_limit(OM_uint32 *minor_status, + gssx_ctx *context_handle, + int conf_req, + gss_qop_t qop_req, + OM_uint32 size_req, + OM_uint32 *max_size); #endif /* _GSSAPI_GPM_H_ */ |