Skip to content
  1. Mar 09, 2020
    • Vernon Mauery's avatar
      Change the default EC key to secp384r1 · aaf3206f
      Vernon Mauery authored
      
      
      prime256v1 is okay for now, but secp384r1 is more future-proof (gives us
      a couple more years) and in this case does not really have any
      drawbacks.
      
      Tested: Checked to see that a new secp384r1 key is generated on first
              boot and the generate CSR redfish option works.
      
      Change-Id: I334fc56db3dd55058a4c6780f8966bcc48d8f816
      Signed-off-by: default avatarVernon Mauery <vernon.mauery@linux.intel.com>
      aaf3206f
  2. Oct 18, 2019
    • Ed Tanous's avatar
      Make references to crow less obvious · c94ad49b
      Ed Tanous authored
      
      
      Recently, a number of people in the community have made the (admittedly
      easy) mistake that we use a significant portion of crow.
      
      Today, we use crow for the router, and the "app" structure, and even
      those have been significantly modified to meet the bmc needs.  All other
      components have been replaced with Boost beast.  This commit removes the
      crow mentions from the Readme, and moves the crow folder to "http" to
      camouflage it a little.  No code content has changed.
      
      Tested:
      Code compiles.  No functional change made to any executable code.
      
      Signed-off-by: default avatarEd Tanous <ed.tanous@intel.com>
      Change-Id: Iceb57b26306cc8bdcfc77f3874246338864fd118
      c94ad49b
  3. Apr 10, 2019
  4. Jan 12, 2019
    • Ed Tanous's avatar
      bmcweb: Remove deprecatd ASIO interfaces · 8f626357
      Ed Tanous authored
      
      
      boost::asio::io_service is removed in leiu of io_context, which is a
      closer match to the networking TS.  Move us to that implementatio.
      
      This was an automated move using the following command:
      git grep -l 'io_service' | xargs sed -i 's/io_service/io_context/g'
      
      Change-Id: I46605521c01f79f86f6901ddf69ddc8c4bc24103
      Signed-off-by: default avatarEd Tanous <ed.tanous@intel.com>
      8f626357
  5. Nov 19, 2018
  6. Jul 26, 2018
    • Ed Tanous's avatar
      Move over to upstream c++ style · 55c7b7a2
      Ed Tanous authored
      
      
      This patchset moves bmcweb over to the upstream style naming
      conventions for variables, classes, and functions, as well as imposes
      the latest clang-format file.
      
      This changeset was mostly built automatically by the included
      .clang-tidy file, which has the ability to autoformat and auto rename
      variables.  At some point in the future I would like to see this in
      greater use, but for now, we will impose it on bmcweb, and see how it
      goes.
      
      Tested: Code still compiles, and appears to run, although other issues
      are possible and likely.
      
      Change-Id: If422a2e36df924e897736b3feffa89f411d9dac1
      Signed-off-by: default avatarEd Tanous <ed.tanous@intel.com>
      55c7b7a2
  7. Nov 03, 2017
    • Ed Tanous's avatar
      Add readme · 038c52e0
      Ed Tanous authored
      Change-Id: I6c42154a40417e6b36cd6e096e1fad465f4a3a84
      038c52e0
Loading