![]() |
![]()
| ![]() |
![]()
NAMEgnutls_cipher_suite_info - API function SYNOPSIS#include <gnutls/gnutls.h> const char * gnutls_cipher_suite_info(size_t idx, unsigned char * cs_id, gnutls_kx_algorithm_t * kx, gnutls_cipher_algorithm_t * cipher, gnutls_mac_algorithm_t * mac, gnutls_protocol_t * min_version); ARGUMENTS
DESCRIPTIONGet information about supported cipher suites. Use the function iteratively to get information about all supported cipher suites. Call with idx=0 to get information about first cipher suite, then idx=1 and so on until the function returns NULL. RETURNSthe name of idx cipher suite, and set the information about the cipher suite in the output variables. If idx is out of bounds, NULL is returned. REPORTING BUGSReport bugs to <bugs@gnutls.org>.
COPYRIGHTCopyright © 2001-2023 Free Software Foundation, Inc., and
others.
SEE ALSOThe full documentation for gnutls is maintained as a Texinfo manual. If the /usr/local/share/doc/gnutls/ directory does not contain the HTML form visit
|