commit | bd81d6a1ccfd13ea0f2b87bc7a6b7e4b89a1d282 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Thu Oct 24 10:00:42 2019 -0700 |
committer | James Feist <james.feist@linux.intel.com> | Wed Nov 06 18:47:49 2019 +0000 |
tree | a7c1d7784853f14072284b01c28db18aebd06230 | |
parent | c75f1e9afc97310f4d8e486dab4be3ccb055dae5 [diff] |
Update required version of boost to 1.71 Considering that we use some of the latest features of boost, the code no longer compiles with older versions. Update the CMakeLists.txt to reflect that. Tested: Code compiles. No functional change. Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: I583234523e29087b95bf3e4ca70c4f7dcfed36f6
This component attempts to be a "do everything" embedded webserver for openbmc.
At this time, the webserver implements a few interfaces:
BMCWeb is configured by setting -D
flags that correspond to options in bmcweb/CMakeLists.txt
and then compiling. For example, cmake -DBMCWEB_ENABLE_KVM=NO ...
followed by make
. The option names become C++ preprocessor symbols that control which code is compiled into the program.
When BMCWeb starts running, it reads persistent configuration data (such as UUID and session data) from a local file. If this is not usable, it generates a new configuration.
When BMCWeb SSL support is enabled and a usable certificate is not found, it will generate a self-sign a certificate before launching the server. The keys are generated by the prime256v1
algorithm. The certificate
C=US, O=OpenBMC, CN=testhost
,SHA-256
algorithm.