1gnutls_ocsp_status_request_enable_clgignenunutttl(ls3s_)ocsp_status_request_enable_client(3)
2
3
4
6 gnutls_ocsp_status_request_enable_client - API function
7
9 #include <gnutls/gnutls.h>
10
11 int gnutls_ocsp_status_request_enable_client(gnutls_session_t session,
12 gnutls_datum_t * responder_id, size_t responder_id_size, gnutls_datum_t
13 * extensions);
14
16 gnutls_session_t session
17 is a gnutls_session_t type.
18
19 gnutls_datum_t * responder_id
20 ignored, must be NULL
21
22 size_t responder_id_size
23 ignored, must be zero
24
25 gnutls_datum_t * extensions
26 ignored, must be NULL
27
29 This function is to be used by clients to request OCSP response from
30 the server, using the "status_request" TLS extension. Only OCSP status
31 type is supported.
32
33 Previous versions of GnuTLS supported setting responder_id and
34 extensions fields, but due to the difficult semantics of the parameter
35 usage, and other issues, this support was removed since 3.6.0 and these
36 parameters must be set to NULL.
37
39 On success, GNUTLS_E_SUCCESS [22m(0) is returned, otherwise a negative
40 error code is returned.
41
43 3.1.3
44
46 Report bugs to <bugs@gnutls.org>.
47 Home page: http://www.gnutls.org
48
49
51 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
52 Copying and distribution of this file, with or without modification,
53 are permitted in any medium without royalty provided the copyright
54 notice and this notice are preserved.
55
57 The full documentation for gnutls is maintained as a Texinfo manual.
58 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
59 visit
60
61 http://www.gnutls.org/manual/
62
63gnutls gn3u.t6l.s5_ocsp_status_request_enable_client(3)