Blame doc/functions/gnutls_cipher_list

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {const gnutls_cipher_algorithm_t *} {gnutls_cipher_list} ( @var{void})
Packit Service 4684c1
Packit Service 4684c1
Get a list of supported cipher algorithms.  Note that not
Packit Service 4684c1
necessarily all ciphers are supported as TLS cipher suites.  For
Packit Service 4684c1
example, DES is not supported as a cipher suite, but is supported
Packit Service 4684c1
for other purposes (e.g., PKCS@code{8}  or similar).
Packit Service 4684c1
Packit Service 4684c1
This function is not thread safe.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} a (0)-terminated list of @code{gnutls_cipher_algorithm_t} 
Packit Service 4684c1
integers indicating the available ciphers.
Packit Service 4684c1
@end deftypefun