blob: 794182489c10bddda781b84ce995d8271c2fc55b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {unsigned} {gnutls_session_etm_status} (gnutls_session_t @var{session})
@var{session}: is a @code{gnutls_session_t} type.
Get the status of the encrypt-then-mac extension negotiation.
This is in accordance to rfc7366
@strong{Returns:} Non-zero if the negotiation was successful or zero otherwise.
@end deftypefun
|