Fix CVE-2017-6891 in minitasn1 code
[platform/upstream/gnutls.git] / doc / functions / gnutls_ecc_curve_get_name
1
2
3
4
5 @deftypefun {const char *} {gnutls_ecc_curve_get_name} (gnutls_ecc_curve_t @var{curve})
6 @var{curve}: is an ECC curve
7
8 Convert a @code{gnutls_ecc_curve_t}  value to a string.
9
10 @strong{Returns:} a string that contains the name of the specified
11 curve or @code{NULL} .
12
13 @strong{Since:} 3.0
14 @end deftypefun