1gnutls_ocsp_status_request_is_checkedg(n3ug)tnlustls_ocsp_status_request_is_checked(3)
2
3
4

NAME

6       gnutls_ocsp_status_request_is_checked - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       int   gnutls_ocsp_status_request_is_checked(gnutls_session_t   session,
12       unsigned int flags);
13

ARGUMENTS

15       gnutls_session_t session
16                   is a gnutls session
17
18       unsigned int flags
19                   should be zero
20

DESCRIPTION

22       Check whether an OCSP status response was included in the handshake and
23       whether  it was checked and valid (not too old or superseded).  This is
24       a helper function when needing to decide whether  to  perform  an  OCSP
25       validity  check  on  the  peer's  certificate.  Must  be  called  after
26       gnutls_certificate_verify_peers3() is called.
27

RETURNS

29       non zero it was valid, or a zero if it wasn't sent,  or  sent  and  was
30       invalid.
31

REPORTING BUGS

33       Report bugs to <bugs@gnutls.org>.
34       Home page: http://www.gnutls.org
35
36
38       Copyright © 2001-2014 Free Software Foundation, Inc..
39       Copying  and  distribution  of this file, with or without modification,
40       are permitted in any medium  without  royalty  provided  the  copyright
41       notice and this notice are preserved.
42

SEE ALSO

44       The  full  documentation  for gnutls is maintained as a Texinfo manual.
45       If the /usr/share/doc/gnutls/ directory does not contain the HTML  form
46       visit
47
48       http://www.gnutls.org/manual/
49
50gnutls                              3.3g.n2u9tls_ocsp_status_request_is_checked(3)
Impressum