Lines Matching full:fetching
100 .SH "ALGORITHM FETCHING"
101 .IX Header "ALGORITHM FETCHING"
103 Fetching is the process of looking through the available implementations,
107 Two types of fetching are supported by OpenSSL \- "Explicit fetching" and
108 "Implicit fetching".
109 .SS "Explicit fetching"
110 .IX Subsection "Explicit fetching"
111 Explicit fetching involves directly calling a specific API to fetch an algorithm
113 APIs. These explicit fetching functions usually have the name \f(CW\*(C`APINAME_fetch\*(C'\fR,
119 These fetching functions follow a fairly common pattern, where three
126 \&\fBOSSL_PROVIDER_load\fR\|(3)) will be considered by the fetching function. In case
131 For all currently implemented fetching functions this is the algorithm name.
141 string with a colon separated list of names, fetching algorithms using that
153 .SS "Implicit fetching"
154 .IX Subsection "Implicit fetching"
158 compatibility with OpenSSL before version 3.0 where explicit fetching was not
166 In some cases implicit fetching can also occur when a NULL algorithm parameter
180 faster than implicitly fetching the algorithm every time you use it. See an
181 example of Explicit fetching in "USING ALGORITHMS IN APPLICATIONS".
186 operation then you are using implicit fetching. If you are converting an
188 consider changing instances of implicit fetching to explicit fetching instead.
194 The following functions can be used for explicit fetching:
227 .SH "FETCHING EXAMPLES"
228 .IX Header "FETCHING EXAMPLES"
229 The following section provides a series of examples of fetching algorithm