gnutls_priority_kx_list (3) Linux Manual Page
gnutls_priority_kx_list – API function
Synopsis
#include <gnutls/gnutls.h> int gnutls_priority_kx_list(gnutls_priority_t pcache, const unsigned int ** list);
Arguments
- gnutls_priority_t pcache
- is a gnutls_prioritity_t structure.
- const unsigned int ** list
- will point to an integer list
Description
Get a list of available key exchange methods in the priority structure.Returns
the number of curves, or an error code.Since
3.2.3Reporting Bugs
Report bugs to <bugs [at] gnutls.org>.Home page: http://www.gnutls.org
Copyright
Copyright © 2001-2014 Free Software Foundation, Inc..Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.
