Lines Matching +full:native +full:- +full:mode
1 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "PROVIDER-OBJECT 7ossl"
58 .TH PROVIDER-OBJECT 7ossl 2025-09-30 3.5.4 OpenSSL
64 provider\-object \- A specification for a provider\-native object abstraction
73 The provider-native object abstraction is a set of \fBOSSL_PARAM\fR\|(3) keys and
74 values that can be used to pass provider-native objects to OpenSSL library
78 The intention is that certain provider-native operations can pass any sort
115 \&\fIobject type\fR \fBOSSL_OBJECT_PKEY\fR, it will fetch a \fBprovider\-keymgmt\fR\|(7)
129 A provider-native object abstraction is an \fBOSSL_PARAM\fR\|(3) with a selection
147 This is useful for \fBprovider\-storemgmt\fR\|(7) when a URI load results in new
151 The object data is suitable as provider-native \fBEVP_PKEY\fR key data. The
158 Since there's no provider-native X.509 object, OpenSSL libraries that
166 Since there's no provider-native X.509 CRL object, OpenSSL libraries that
172 .IP """data-type"" (\fBOSSL_OBJECT_PARAM_DATA_TYPE\fR) <UTF8 string>" 4
173 .IX Item """data-type"" (OSSL_OBJECT_PARAM_DATA_TYPE) <UTF8 string>"
176 key type suitable for fetching a \fBprovider\-keymgmt\fR\|(7) that can handle the
178 .IP """data-structure"" (\fBOSSL_OBJECT_PARAM_DATA_STRUCTURE\fR) <UTF8 string>" 4
179 .IX Item """data-structure"" (OSSL_OBJECT_PARAM_DATA_STRUCTURE) <UTF8 string>"
186 When a provider-native object abstraction is used, it \fImust\fR contain object
203 Copyright 2020\-2022 The OpenSSL Project Authors. All Rights Reserved.