skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 3:... HP Open Source Security for OpenVMS Volume 3:...
go to beginning of chapter: GSSAPI (Generic Security Services Application... GSSAPI (Generic Security Services Application...
go to previous page: gss_context_time  Check how much longer context is valid gss_context_time Check how much longer context is valid
go to next page: gss_delete_sec_context  Delete a security contextgss_delete_sec_context Delete a security context
end of book navigation links

gss_create_empty_oid_set -- Create a set containing no object identifiers 



C Prototype 

OM_uint32 gss_create_empty_oid_set(
        OM_uint32             minor_status,
        gss_OID_set           oid_set );

Arguments 

minor_status
(output)
 An implementation-specific status code.
oid_set (output) The empty object identifier set. The routine will allocate the gss_OID_set_desc object, which the application must free after use with a call to gss_release_oid_set.

Description 

This routine creates an object identifier set containing no object identifiers, to which members may be subsequently added using the gss_add_oid_set_member routine. These routines are intended to be used to construct sets of mechanism object identifiers, for input to gss_acquire_cred.

Return Values 

This routine returns the following GSS status code:

GSS_S_COMPLETE
Successful completion.


go to previous page: gss_context_time  Check how much longer context is valid gss_context_time Check how much longer context is valid
go to next page: gss_delete_sec_context  Delete a security contextgss_delete_sec_context Delete a security context