gwenhywfar
4.15.3
|
Go to the source code of this file.
Macros | |
#define | GWEN_HTTP_SESSION_FLAGS_FORCE_SSL3 0x00000001 /* deprecated, will be removed in a future release */ |
#define | GWEN_HTTP_SESSION_FLAGS_NO_CACHE 0x00000002 |
#define | GWEN_HTTP_SESSION_FLAGS_TLS_FORCE_UNSAFE_CIPHERS 0x00000008 /* deprecated, will be removed in a future release */ |
#define | GWEN_HTTP_SESSION_FLAGS_TLS_ONLY_SAFE_CIPHERS 0x00000004 /* deprecated, will be removed in a future release */ |
Typedefs | |
typedef struct GWEN_HTTP_SESSION | GWEN_HTTP_SESSION |
#define GWEN_HTTP_SESSION_FLAGS_FORCE_SSL3 0x00000001 /* deprecated, will be removed in a future release */ |
This flag forces SSLv3 connections when in HTTPS mode.
Definition at line 37 of file httpsession.h.
#define GWEN_HTTP_SESSION_FLAGS_NO_CACHE 0x00000002 |
Definition at line 39 of file httpsession.h.
#define GWEN_HTTP_SESSION_FLAGS_TLS_FORCE_UNSAFE_CIPHERS 0x00000008 /* deprecated, will be removed in a future release */ |
Definition at line 42 of file httpsession.h.
#define GWEN_HTTP_SESSION_FLAGS_TLS_ONLY_SAFE_CIPHERS 0x00000004 /* deprecated, will be removed in a future release */ |
Definition at line 41 of file httpsession.h.
typedef struct GWEN_HTTP_SESSION GWEN_HTTP_SESSION |
Definition at line 21 of file httpsession.h.