Skip to content
  • Gijs Peskens's avatar
    Initial work on using mbedtls for crypto. · 076fb0b3
    Gijs Peskens authored
    Allows for accelerated AES on more platforms beside linux, as well as
    DTLS support which we can work on for future release.
    
    TODO:
    - work out meson logic, test against encryption via linux crypto
    and C AES.
    - add mbedtls as a subproject in meson and have it build in case library
      is not available (i.e.: Windows builds)
    076fb0b3