.TH "Request Flags" 3 "Mon Oct 5 2015" "Version 11.13" "globus_gssapi_gsi" \" -*- nroff -*- .ad l .nh .SH NAME Request Flags \- .PP Request Flags\&. .SS "Macros" .in +1c .ti -1c .RI "#define \fBGSS_C_GLOBUS_DONT_ACCEPT_LIMITED_PROXY_FLAG\fP" .br .RI "\fINo limited proxy flag\&. \fP" .ti -1c .RI "#define \fBGSS_C_GLOBUS_DELEGATE_LIMITED_PROXY_FLAG\fP" .br .RI "\fIDelegate Limited Proxy Flag\&. \fP" .ti -1c .RI "#define \fBGSS_C_GLOBUS_ACCEPT_PROXY_SIGNED_BY_LIMITED_PROXY_FLAG\fP" .br .RI "\fIAccept Proxy Signed By Limited Proxy Flag\&. \fP" .ti -1c .RI "#define \fBGSS_C_GLOBUS_ALLOW_MISSING_SIGNING_POLICY\fP" .br .RI "\fIAllow Missing Signing Policy Flag\&. \fP" .ti -1c .RI "#define \fBGSS_C_GLOBUS_FORCE_SSL3\fP" .br .RI "\fIForce SSLv3 Flag\&. \fP" .in -1c .SH "Detailed Description" .PP Request Flags\&. These macros set the REQUESTED type of context - these should be set (or not) in the context's req_flags (or in the context's ret_flags if accept_sec_context is being called) .SH "Macro Definition Documentation" .PP .SS "#define GSS_C_GLOBUS_ACCEPT_PROXY_SIGNED_BY_LIMITED_PROXY_FLAG" .PP Accept Proxy Signed By Limited Proxy Flag\&. Set if you want to accept proxies signed by limited proxies .SS "#define GSS_C_GLOBUS_ALLOW_MISSING_SIGNING_POLICY" .PP Allow Missing Signing Policy Flag\&. Set if you want to allow CA certs without a signing policy to verify\&. .SS "#define GSS_C_GLOBUS_DELEGATE_LIMITED_PROXY_FLAG" .PP Delegate Limited Proxy Flag\&. Set if you want the delegated proxy to be a limited proxy .SS "#define GSS_C_GLOBUS_DONT_ACCEPT_LIMITED_PROXY_FLAG" .PP No limited proxy flag\&. Set if you don't want a context to accept a limited proxy\&. If this flag is set, and a limited proxy is received, the call will not be successful and the context will not be set up .SS "#define GSS_C_GLOBUS_FORCE_SSL3" .PP Force SSLv3 Flag\&. Set if you want to force SSLv3 instead of negotiating TLSv1 or SSLv3 .SH "Author" .PP Generated automatically by Doxygen for globus_gssapi_gsi from the source code\&.