blob: cc19b6da4bcedfa0ec58d10b8cc70695c491569a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@deftypefun {const gnutls_kx_algorithm_t *} {gnutls_kx_list} ( @var{void})
Get a list of supported key exchange algorithms.
This function is not thread safe.
@strong{Returns:} a (0)-terminated list of @code{gnutls_kx_algorithm_t} integers
indicating the available key exchange algorithms.
@end deftypefun
|