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