diff options
Diffstat (limited to 'doc/functions/gnutls_group_get')
-rw-r--r-- | doc/functions/gnutls_group_get | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/functions/gnutls_group_get b/doc/functions/gnutls_group_get new file mode 100644 index 0000000..80bd7b3 --- /dev/null +++ b/doc/functions/gnutls_group_get @@ -0,0 +1,15 @@ + + + + +@deftypefun {gnutls_group_t} {gnutls_group_get} (gnutls_session_t @var{session}) +@var{session}: is a @code{gnutls_session_t} type. + +Returns the currently used group for key exchange. Only valid +when using an elliptic curve or DH ciphersuite. + +@strong{Returns:} the currently used group, a @code{gnutls_group_t} +type. + +@strong{Since:} 3.6.0 +@end deftypefun |