Skip to content
Snippets Groups Projects
  1. Feb 19, 2020
  2. Feb 18, 2020
  3. Feb 17, 2020
  4. Feb 10, 2020
  5. Feb 09, 2020
  6. Feb 07, 2020
  7. Feb 06, 2020
  8. Feb 05, 2020
    • Jean-Michel Picod's avatar
      Remove Linux distribution from Travis config. · 035609ec
      Jean-Michel Picod authored
      Trusty is quite old and Xenial is the default. We should be fine not
      giving any distribution. This will give us a more recent OpenSSL
      version.
      035609ec
    • Jean-Michel Picod's avatar
      Change the way private key and cert are embedded. · fdbfb1be
      Jean-Michel Picod authored
      OpenSSL seems to serialize bigints as signed value, which means the ECC
      key may end up being 33 bytes instead of the 32 bytes we're expecting,
      causing build to fail.
      The shell script extraction is now replaced by a build.rs script that
      uses OpenSSL to extract the content and do sanity checks.
      Forcing generating cryptographic materials now always generate a key and
      a certificate (useful to compile/flash multiple keys without them being
      considered as clones). The self-signed CA is left untouched.
      fdbfb1be
    • gendx's avatar
      Merge pull request #10 from gendx/rust-toolchain · 55fe6cf9
      gendx authored
      Bump rust-toolchain and linked-list-allocator versions.
      Unverified
      55fe6cf9
  9. Feb 04, 2020
Loading