blob: b679265b45e24aeb6acb2f95d406aa3b85b60eea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@deftypefun {const gnutls_group_t *} {gnutls_group_list} ( @var{void})
Get the list of supported elliptic curves.
This function is not thread safe.
@strong{Returns:} Return a (0)-terminated list of @code{gnutls_group_t}
integers indicating the available groups.
@strong{Since:} 3.6.0
@end deftypefun
|