gwenhywfar
4.14.0
|
Go to the source code of this file.
Macros | |
#define | GWEN_HTTP_SESSION_FLAGS_FORCE_SSL3 0x00000001 |
#define | GWEN_HTTP_SESSION_FLAGS_NO_CACHE 0x00000002 |
#define | GWEN_HTTP_SESSION_FLAGS_TLS_FORCE_UNSAFE_CIPHERS 0x00000008 |
#define | GWEN_HTTP_SESSION_FLAGS_TLS_ONLY_SAFE_CIPHERS 0x00000004 |
Typedefs | |
typedef struct GWEN_HTTP_SESSION | GWEN_HTTP_SESSION |
#define GWEN_HTTP_SESSION_FLAGS_FORCE_SSL3 0x00000001 |
This flag forces SSLv3 connections when in HTTPS mode.
Definition at line 36 of file httpsession.h.
#define GWEN_HTTP_SESSION_FLAGS_NO_CACHE 0x00000002 |
Definition at line 37 of file httpsession.h.
#define GWEN_HTTP_SESSION_FLAGS_TLS_FORCE_UNSAFE_CIPHERS 0x00000008 |
Definition at line 39 of file httpsession.h.
#define GWEN_HTTP_SESSION_FLAGS_TLS_ONLY_SAFE_CIPHERS 0x00000004 |
Definition at line 38 of file httpsession.h.
typedef struct GWEN_HTTP_SESSION GWEN_HTTP_SESSION |
Definition at line 21 of file httpsession.h.