gwenhywfar  4.18.0
syncio_tls.h
Go to the documentation of this file.
1 /***************************************************************************
2  begin : Wed Apr 28 2010
3  copyright : (C) 2010, 2016 by Martin Preuss
4  email : martin@libchipcard.de
5 
6  ***************************************************************************
7  * *
8  * This library is free software; you can redistribute it and/or *
9  * modify it under the terms of the GNU Lesser General Public *
10  * License as published by the Free Software Foundation; either *
11  * version 2.1 of the License, or (at your option) any later version. *
12  * *
13  * This library is distributed in the hope that it will be useful, *
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU *
16  * Lesser General Public License for more details. *
17  * *
18  * You should have received a copy of the GNU Lesser General Public *
19  * License along with this library; if not, write to the Free Software *
20  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, *
21  * MA 02111-1307 USA *
22  * *
23  ***************************************************************************/
24 
25 
26 #ifndef GWENHYWFAR_SYNCIO_TLS_H
27 #define GWENHYWFAR_SYNCIO_TLS_H
28 
29 #include <gwenhywfar/syncio.h>
31 
32 
33 #define GWEN_SYNCIO_TLS_TYPE "tls"
34 
35 
36 #define GWEN_SYNCIO_TLS_FLAGS_REQUEST_CERT 0x00000001
37 #ifndef NO_DEPRECATED_SYMBOLS
38 # define GWEN_SYNCIO_TLS_FLAGS_FORCE_SSL_V3 0x00000002 /* deprecated, will be removed in a future release */
39 #endif // ifndef NO_DEPRECATED_SYMBOLS
40 
41 #define GWEN_SYNCIO_TLS_FLAGS_ALLOW_V1_CA_CRT 0x00000004
42 #define GWEN_SYNCIO_TLS_FLAGS_NEED_PEER_CERT 0x00000008
43 #define GWEN_SYNCIO_TLS_FLAGS_ADD_TRUSTED_CAS 0x00000010
44 #define GWEN_SYNCIO_TLS_FLAGS_SET_PASSV_HOST_NAME 0x00000020
45 #define GWEN_SYNCIO_TLS_FLAGS_SET_PASSV_HOST_IP 0x00000020
46 
47 #ifndef NO_DEPRECATED_SYMBOLS
48 # define GWEN_SYNCIO_TLS_FLAGS_ONLY_SAFE_CIPHERS 0x00000080 /* deprecated, will be removed in a future release */
49 # define GWEN_SYNCIO_TLS_FLAGS_FORCE_UNSAFE_CIPHERS 0x00000100 /* deprecated, will be removed in a future release */
50 #endif // ifndef NO_DEPRECATED_SYMBOLS
51 
53 #define GWEN_SYNCIO_TLS_FLAGS_IGN_PREMATURE_CLOSE 0x00000200
54 
55 #define GWEN_SYNCIO_TLS_FLAGS_SECURE 0x00008000
56 
57 
58 
59 #ifdef __cplusplus
60 extern "C" {
61 #endif
62 
63 
66 
67 
70 
73 
76 
79 
80 
83 
86 
88 
89 
90 
91 #ifdef __cplusplus
92 }
93 #endif
94 
95 
96 #endif
97 
98 
struct GWEN_SSLCERTDESCR GWEN_SSLCERTDESCR
GWENHYWFAR_API const char * GWEN_SyncIo_Tls_GetLocalTrustFolder(const GWEN_SYNCIO *sio)
GWENHYWFAR_API void GWEN_SyncIo_Tls_SetRemoteHostName(GWEN_SYNCIO *sio, const char *s)
GWENHYWFAR_API void GWEN_SyncIo_Tls_SetLocalCertFile(GWEN_SYNCIO *sio, const char *s)
GWENHYWFAR_API const char * GWEN_SyncIo_Tls_GetRemoteHostName(const GWEN_SYNCIO *sio)
GWENHYWFAR_API void GWEN_SyncIo_Tls_SetLocalTrustFolder(GWEN_SYNCIO *sio, const char *s)
struct GWEN_SYNCIO GWEN_SYNCIO
Definition: syncio.h:40
GWENHYWFAR_API GWEN_SSLCERTDESCR * GWEN_SyncIo_Tls_GetPeerCertDescr(const GWEN_SYNCIO *sio)
GWENHYWFAR_API const char * GWEN_SyncIo_Tls_GetLocalKeyFile(const GWEN_SYNCIO *sio)
GWENHYWFAR_API void GWEN_SyncIo_Tls_SetDhParamFile(GWEN_SYNCIO *sio, const char *s)
GWENHYWFAR_API const char * GWEN_SyncIo_Tls_GetDhParamFile(const GWEN_SYNCIO *sio)
GWENHYWFAR_API const char * GWEN_SyncIo_Tls_GetLocalTrustFile(const GWEN_SYNCIO *sio)
#define GWENHYWFAR_API
Definition: gwenhywfarapi.h:67
GWENHYWFAR_API GWEN_SYNCIO * GWEN_SyncIo_Tls_new(GWEN_SYNCIO *baseIo)
GWENHYWFAR_API void GWEN_SyncIo_Tls_SetLocalTrustFile(GWEN_SYNCIO *sio, const char *s)
GWENHYWFAR_API void GWEN_SyncIo_Tls_SetLocalKeyFile(GWEN_SYNCIO *sio, const char *s)
GWENHYWFAR_API const char * GWEN_SyncIo_Tls_GetLocalCertFile(const GWEN_SYNCIO *sio)