summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_ecc_curve_get
diff options
context:
space:
mode:
Diffstat (limited to 'doc/functions/gnutls_ecc_curve_get')
-rw-r--r--doc/functions/gnutls_ecc_curve_get15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/functions/gnutls_ecc_curve_get b/doc/functions/gnutls_ecc_curve_get
new file mode 100644
index 0000000..a31cef1
--- /dev/null
+++ b/doc/functions/gnutls_ecc_curve_get
@@ -0,0 +1,15 @@
+
+
+
+
+@deftypefun {gnutls_ecc_curve_t} {gnutls_ecc_curve_get} (gnutls_session_t @var{session})
+@var{session}: is a @code{gnutls_session_t} type.
+
+Returns the currently used elliptic curve for key exchange. Only valid
+when using an elliptic curve ciphersuite.
+
+@strong{Returns:} the currently used curve, a @code{gnutls_ecc_curve_t}
+type.
+
+@strong{Since:} 3.0
+@end deftypefun