Lines Matching +full:int +full:- +full:property
5 openssl-glossary - An OpenSSL Glossary
9 =for comment Please keep the items in case-insensitive alphabetical order
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>
81 implementations, applying selection criteria (via a property query string), and
91 been validated according to the FIPS 140-2 standard.
93 L<OSSL_PROVIDER-FIPS(7)>
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-----
173 =item Property
175 A property is a way of classifying and selecting algorithm implementations.
176 A property is a key/value pair expressed as a string. For example all algorithm
177 implementations in the default provider have the property "provider=default".
180 Also see Property Query String.
182 L<property(7)>
184 =item Property Query String
186 A property query string is a string containing a sequence of properties that
189 that have a "foo" property defined for them with a value of "bar".
191 Property Query Strings are used during fetching. See Fetching.
193 L<property(7)>
224 Copyright 2020-2023 The OpenSSL Project Authors. All Rights Reserved.