summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_ecc_curve_get_id
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_ecc_curve_get_id')
-rw-r--r--doc/functions/gnutls_ecc_curve_get_id14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/functions/gnutls_ecc_curve_get_id b/doc/functions/gnutls_ecc_curve_get_id
new file mode 100644
index 0000000..98ec51c
--- /dev/null
+++ b/doc/functions/gnutls_ecc_curve_get_id
@@ -0,0 +1,14 @@
+
+
+
+
+@deftypefun {gnutls_ecc_curve_t} {gnutls_ecc_curve_get_id} (const char * @var{name})
+@var{name}: is a curve name
+
+The names are compared in a case insensitive way.
+
+@strong{Returns:} return a @code{gnutls_ecc_curve_t} value corresponding to
+the specified curve, or @code{GNUTLS_ECC_CURVE_INVALID} on error.
+
+@strong{Since:} 3.4.3
+@end deftypefun