The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
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: 1c7682193286c47d70720351ca6c9650e3d686ac $
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  */
26 RCSIDH(index_h, "$Id: 1c7682193286c47d70720351ca6c9650e3d686ac $")
27 
28 #ifdef __cplusplus
29 extern "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 #ifdef __cplusplus
42 }
43 #endif
44 #endif /* WITH_TLS */
#define RCSIDH(h, id)
Definition: build.h:445