diff options
Diffstat (limited to 'doc/functions/gnutls_group_list')
-rw-r--r-- | doc/functions/gnutls_group_list | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/functions/gnutls_group_list b/doc/functions/gnutls_group_list new file mode 100644 index 0000000..b679265 --- /dev/null +++ b/doc/functions/gnutls_group_list @@ -0,0 +1,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 |