The FreeRADIUS server $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Loading...
Searching...
No Matches
index.h
Go to the documentation of this file.
1#pragma once
2/*
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program; if not, write to the Free Software
15 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
16 */
17#ifdef WITH_TLS
18/**
19 * $Id: d2511f9ac49aa06b8456313e87e55f3c5742ef68 $
20 *
21 * @file lib/tls/tls.h
22 * @brief Structures and prototypes for TLS wrappers
23 *
24 * @copyright 2021 Arran Cudbard-Bell (a.cudbardb@freeradius.org)
25 */
26RCSIDH(index_h, "$Id: d2511f9ac49aa06b8456313e87e55f3c5742ef68 $")
27
28#ifdef __cplusplus
29extern "C" {
30#endif
31
32#define FR_TLS_EX_INDEX_EAP_SESSION (10)
33#define FR_TLS_EX_INDEX_CONF (11)
34#define FR_TLS_EX_INDEX_REQUEST (12)
35#define FR_TLS_EX_INDEX_IDENTITY (13)
36#define FR_TLS_EX_INDEX_OCSP_STORE (14)
37#define FR_TLS_EX_INDEX_TLS_SESSION (16)
38#define FR_TLS_EX_INDEX_TALLOC (17)
39
40#define FR_TLS_EX_CTX_INDEX_VERIFY_STORE (20)
41
42#define FR_TLS_EX_INDEX_CURL_CONF (30)
43#ifdef __cplusplus
44}
45#endif
46#endif /* WITH_TLS */
#define RCSIDH(h, id)
Definition build.h:484