1OPENSSL-CORE_NAMES.H(7ossl)         OpenSSL        OPENSSL-CORE_NAMES.H(7ossl)
2
3
4

NAME

6       openssl/core_names.h - OpenSSL provider parameter names
7

SYNOPSIS

9        #include <openssl/core_names.h>
10

DESCRIPTION

12       The <openssl/core_names.h> header defines a multitude of macros for
13       OSSL_PARAM(3) names, algorithm names and other known names used with
14       OpenSSL's providers, made available for practical purposes only.
15
16       Existing names are further described in the manuals for OpenSSL's
17       providers (see "SEE ALSO") and the manuals for each algorithm they
18       provide (listed in those provider manuals).
19

SEE ALSO

21       OSSL_PROVIDER-default(7), OSSL_PROVIDER-FIPS(7),
22       OSSL_PROVIDER-legacy(7)
23

HISTORY

25       The macros described here were added in OpenSSL 3.0.
26

CAVEATS

28       This header file does not constitute a general registry of names.
29       Providers that implement new algorithms are to be responsible for their
30       own parameter names.
31
32       However, authors of provider that implement their own variants of
33       algorithms that OpenSSL providers support will want to pay attention to
34       the names provided in this header to work in a compatible manner.
35
37       Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
38
39       Licensed under the Apache License 2.0 (the "License").  You may not use
40       this file except in compliance with the License.  You can obtain a copy
41       in the file LICENSE in the source distribution or at
42       <https://www.openssl.org/source/license.html>.
43
44
45
463.0.5                             2022-07-05       OPENSSL-CORE_NAMES.H(7ossl)
Impressum