Lines Matching +full:implementation +full:- +full:defined
5 openssl-glossary - An OpenSSL Glossary
9 =for comment Please keep the items in case-insensitive alphabetical order
17 implementation for any given algorithm available for use.
24 types and values. It is defined in the ITU-T documents X.680 to X.683:
26 L<https://www.itu.int/rec/T-REC-X.680>,
27 L<https://www.itu.int/rec/T-REC-X.681>,
28 L<https://www.itu.int/rec/T-REC-X.682>,
29 L<https://www.itu.int/rec/T-REC-X.683>
37 L<OSSL_PROVIDER-base(7)>
53 L<OSSL_PROVIDER-default(7)>
61 It is defined in ITU-T document X.690:
63 L<https://www.itu.int/rec/T-REC-X.690>
76 implementation such as L<EVP_MD_fetch(3)> or L<EVP_CIPHER_fetch(3)>
82 finally choosing the implementation that will be used.
91 been validated according to the FIPS 140-2 standard.
93 L<OSSL_PROVIDER-FIPS(7)>
98 where an algorithm object with no associated implementation is used such as the
100 fetching an implementation is fetched automatically using default selection
108 L<OSSL_PROVIDER-legacy(7)>
131 L<OSSL_PROVIDER-null(7)>
143 friendly form. The content is a series of base64-encoded lines, surrounded
146 -----BEGIN PRIVATE KEY-----
149 -----END PRIVATE KEY-----
157 This is defined in IETF RFC 1421:
178 An algorithm implementation can have multiple properties defined against it.
187 can be used to select an algorithm implementation. For example the query string
189 that have a "foo" property defined for them with a value of "bar".
224 Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.