-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.noformat
45 lines (34 loc) · 1.08 KB
/
README.noformat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
mkn.ram
===
C++ Remote Applications Management
Convenience library providing cross platform http/https services
How to use:
view test/usage.cpp
License: BSD
Switches - OSX is considered BSD for swiches unless otherwise noted
Key __MKN_RAM_TCP_BIND_SOCKTOPTS__
Type text
Default SO_REUSEADDR
OS nix/bsd
Description
Socket options to use on bind
Key _MKN_RAM_HTTPS_CLIENT_METHOD_
Type text
Default TLS_client_method
OS nix/bsd
Description
Method to tell SSL server what method is wanted
Key _MKN_RAM_HTTPS_SERVER_METHOD_
Type text
Default TLS_server_method
OS nix/bsd
Description
Method to tell SSL client is in use
Key _MKN_RAM_HTTPS_METHOD_
Type text
Default TLS
OS nix/bsd
Description
Convenience macro, if _MKN_RAM_HTTPS_CLIENT_METHOD_ and _MKN_RAM_HTTPS_SERVER_METHOD_ are not defined, it is used as the prefix for both i.e.:
-D_MKN_RAM_HTTPS_METHOD_=TLS
-D_MKN_RAM_HTTPS_METHOD_=TLSv1_2