summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_oid_to_ecc_curve
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_oid_to_ecc_curve')
-rw-r--r--doc/functions/gnutls_oid_to_ecc_curve13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/functions/gnutls_oid_to_ecc_curve b/doc/functions/gnutls_oid_to_ecc_curve
new file mode 100644
index 0000000..e5baf3c
--- /dev/null
+++ b/doc/functions/gnutls_oid_to_ecc_curve
@@ -0,0 +1,13 @@
+
+
+
+
+@deftypefun {gnutls_ecc_curve_t} {gnutls_oid_to_ecc_curve} (const char * @var{oid})
+@var{oid}: is a curve's OID
+
+
+@strong{Returns:} return a @code{gnutls_ecc_curve_t} value corresponding to
+the specified OID, or @code{GNUTLS_ECC_CURVE_INVALID} on error.
+
+@strong{Since:} 3.4.3
+@end deftypefun