Guile: Fix `x509-certificate-dn-oid' and related functions.
[gnutls.git] / lib / ext_authz.h
blob95624f539dcb290352e717b6947f542a9d87700d
1 /*
2 * Copyright (C) 2007 Free Software Foundation
3 * Author: Simon Josefsson
5 * This file is part of GNUTLS.
7 * The GNUTLS library is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU Lesser General Public License
9 * as published by the Free Software Foundation; either version 2.1 of
10 * the License, or (at your option) any later version.
12 * This library is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * Lesser General Public License for more details.
17 * You should have received a copy of the GNU Lesser General Public
18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
20 * USA
24 int _gnutls_authz_ext_client_recv_params (gnutls_session_t session,
25 const opaque * data,
26 size_t _data_size);
27 int _gnutls_authz_ext_client_send_params (gnutls_session_t session,
28 opaque * data,
29 size_t _data_size);
31 int _gnutls_authz_ext_server_recv_params (gnutls_session_t session,
32 const opaque * data,
33 size_t _data_size);
34 int _gnutls_authz_ext_server_send_params (gnutls_session_t session,
35 opaque * data,
36 size_t _data_size);
38 int _gnutls_authz_supp_recv_params (gnutls_session_t session,
39 const opaque * data,
40 size_t data_size);
41 int _gnutls_authz_supp_send_params (gnutls_session_t session,
42 gnutls_buffer *buf);