Lines Matching refs:supported
10 - EC supported curve functions
38 For all of the functions below that set the supported groups there must be at
45 SSL_CTX_set1_groups() sets the supported groups for B<ctx> to B<glistlen>
46 groups in the array B<glist>. The array consist of all NIDs of supported groups.
47 Currently supported groups for B<TLSv1.3> are B<NID_X9_62_prime256v1>,
56 =item For a TLS client, the groups are used directly in the supported groups
69 not be predicted. OpenSSL considers all supported groups to be comparable in
77 SSL_CTX_set1_groups_list() sets the supported groups for B<ctx> to
80 SSL_CTX_set1_groups(), described above. Currently supported groups for
91 supported groups for the SSL structure B<ssl>.
93 SSL_get1_groups() returns the set of supported groups sent by a client
94 in the supported groups extension. It returns the total number of
95 supported groups. The B<groups> parameter can be B<NULL> to simply
98 order. It can return zero if the client did not send a supported groups
99 extension. If a supported group NID is unknown then the value is set to the
132 only the concept of supported curves. In TLS1.3 this was renamed to supported
177 supported groups as comparable in security.