gss: GSS_KRB5_IMPORT_RFC4121_CONTEXT_X / _gss_mg_import_rfc4121_context()
Add a new private interface (accessed through _gss_mg_import_rfc4121_context()) through which a skeletal krb5 mechanism context can be created, suitable for RFC4121 message protection and PRF services.
This commit is contained in:
@@ -45,3 +45,11 @@ void _gss_mg_encode_le_uint16(uint16_t n, uint8_t *p);
|
||||
void _gss_mg_decode_le_uint16(const void *ptr, uint16_t *n);
|
||||
void _gss_mg_encode_be_uint16(uint16_t n, uint8_t *p);
|
||||
void _gss_mg_decode_be_uint16(const void *ptr, uint16_t *n);
|
||||
|
||||
OM_uint32
|
||||
_gss_mg_import_rfc4121_context(OM_uint32 *minor,
|
||||
uint8_t initiator_flag,
|
||||
OM_uint32 gss_flags,
|
||||
int32_t rfc3961_enctype,
|
||||
gss_const_buffer_t session_key,
|
||||
gss_ctx_id_t *rfc4121_context_handle);
|
||||
|
Reference in New Issue
Block a user