diff options
author | Günther Deschner <gdeschner@redhat.com> | 2012-08-29 15:07:08 +0200 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2012-09-14 16:09:29 -0400 |
commit | 03dc9fc311359b6ac5f2d6f7374f68157b3b9aa7 (patch) | |
tree | 1f52af630921748a7bb44a7e00611f5f1d87d289 /proxy/src/client/gssapi_gpm.h | |
parent | 740d0836c1814024dd0ef08b6eb259b24b9d63a3 (diff) | |
download | gss-proxy-03dc9fc311359b6ac5f2d6f7374f68157b3b9aa7.tar.gz gss-proxy-03dc9fc311359b6ac5f2d6f7374f68157b3b9aa7.tar.xz gss-proxy-03dc9fc311359b6ac5f2d6f7374f68157b3b9aa7.zip |
Implement gpm_wrap_size_limit().
Acked-by: Simo Sorce <simo@redhat.com>
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 7a605d3..d157f06 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_ */ |