Lines Matching full:property

5 property - Properties, a selection mechanism for algorithm implementations
19 =head2 Property Names
21 Property names fall into two categories: those reserved by the OpenSSL
23 A I<reserved> property name consists of a single C-style identifier
27 Property names are case-insensitive, but OpenSSL will only use lowercase
30 A I<user defined> property name is similar, but it B<must> consist of
32 The last identifier in the name can be considered the 'true' property
35 property names like
42 A I<property> is a I<name=value> pair.
43 A I<property definition> is a sequence of comma separated properties.
46 For example: "" defines an empty property definition (i.e., no restriction);
47 "my.foo=bar" defines a property named I<my.foo> which has a string value I<bar>
48 and "iteration.count=3" defines a property named I<iteration.count> which
50 The full syntax for property definitions appears below.
56 For example, the default provider defines the property I<provider=default>
63 A I<property query clause> is a single conditional test.
71 A I<property query> is a sequence of comma separated property query clauses.
72 It is an error if a property name appears in more than one query clause.
73 The full syntax for property queries appears below, but the available syntactic
94 following property name should be ignored.
110 When an algorithm is looked up, a property query is used to determine
122 is one short cut: a property name alone (e.g. "my.property") is
123 exactly equivalent to "my.property=yes" in both definitions and queries.
127 Two levels of property query are supported.
128 A context based property query that applies to all fetch operations and a local
129 property query.
133 It is possible for a local property query to remove a clause in the context
134 property query by preceding the property name with a '-'.
135 For example, a context property query that contains "fips=yes" would normally
138 However, if the setting of the "fips" property is irrelevant to the
139 operations being performed, the local property query can include the
141 Note that the local property query could not use "fips=no" because that would