Synopsis

Declared in <openssl/ui.h>

enum UI_string_types;

Members

Name

Description

UIT_NONE

Unset or invalid UI_STRING type.

UIT_PROMPT

Unset or invalid UI_STRING type.

UIT_VERIFY

Unset or invalid UI_STRING type.

UIT_BOOLEAN

Unset or invalid UI_STRING type.

UIT_INFO

Unset or invalid UI_STRING type.

UIT_ERROR

Unset or invalid UI_STRING type.

Non-Member Functions

Name

Description

UI_get_string_type

Return which kind of UI prompt or message a UI_STRING represents.

Created with MrDocs