Provided by: libglobus-gssapi-gsi-doc_10.10-1_all bug

NAME

       GSS Req Flags -

   Macros
       #define GSS_C_GLOBUS_DONT_ACCEPT_LIMITED_PROXY_FLAG   8192
       #define GSS_C_GLOBUS_DELEGATE_LIMITED_PROXY_FLAG   4096
       #define GSS_C_GLOBUS_ACCEPT_PROXY_SIGNED_BY_LIMITED_PROXY_FLAG   32768
       #define GSS_C_GLOBUS_ALLOW_MISSING_SIGNING_POLICY   65536
       #define GSS_C_GLOBUS_FORCE_SSL3   131072

Detailed Description

       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)

Macro Definition Documentation

   #define GSS_C_GLOBUS_DONT_ACCEPT_LIMITED_PROXY_FLAG   8192
       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

   #define GSS_C_GLOBUS_DELEGATE_LIMITED_PROXY_FLAG   4096
       Set if you wan the delegated proxy to be a limited proxy.

   #define GSS_C_GLOBUS_ACCEPT_PROXY_SIGNED_BY_LIMITED_PROXY_FLAG   32768
       Set if you want to accept proxies signed by limited proxies.

       Deprecated
           We now accept proxies signed by limited proxies if they are limited or independent.

   #define GSS_C_GLOBUS_ALLOW_MISSING_SIGNING_POLICY   65536
       Set if you want to allow CA certs without a signing policy to verify.

   #define GSS_C_GLOBUS_FORCE_SSL3   131072
       Set if you want to force SSLv3 instead of negotiating TLSv1 or SSLv3.

Author

       Generated automatically by Doxygen for globus gssapi gsi from the source code.

Version 10.10                                    Sat Nov 23 2013                                GSS Req Flags(3)