silc_cipher_get_supported

SYNOPSIS

    char *silc_cipher_get_supported(SilcBool only_registered);

DESCRIPTION

Returns comma separated list of supported ciphers. If `only_registered' is TRUE only ciphers explicitly registered with silc_cipher_register are returned. If FALSE, then all registered and default builtin ciphers are returned. However, if there are no registered ciphers and `only_registered' is TRUE, the builtin ciphers are returned.