Lines Matching full:supported

10 - EC supported curve functions
41 For all of the functions below that set the supported groups there must be at
48 SSL_CTX_set1_groups() sets the supported groups for B<ctx> to B<glistlen>
49 groups in the array B<glist>. The array consist of all NIDs of supported groups.
50 The supported groups for B<TLSv1.3> include:
67 For a TLS client, the groups are used directly in the supported groups
80 not be predicted. OpenSSL considers all supported groups in I<clist> to be comparable
87 SSL_CTX_set1_groups_list() sets the supported groups for B<ctx> to
131 supported groups extension of a C<ClientHello>, in the order in which they are listed,
140 are supported. Example: "P-521:*P-256/*P-384" will add P-521, P-256 and P-384 to the
141 supported groups extension in a C<ClientHello> and will send key shares for P-256 and P-384.
157 FOR each client supported groups
158 IF current supported group is also part of current group tuple: HRR, return success
163 IF current group is also part of client supported groups: HRR, return success
178 supported groups for the SSL structure B<ssl>.
180 SSL_get1_groups() returns the set of supported groups sent by a client
181 in the supported groups extension. It returns the total number of
182 supported groups. The B<groups> parameter can be B<NULL> to simply
185 order. It can return zero if the client did not send a supported groups
186 extension. If a supported group NID is unknown then the value is set to the
234 only the concept of supported curves. In TLS1.3 this was renamed to supported
280 most-preferred tuple in which there's at least one group supported by both.
350 supported groups as comparable in security.