• Show log

    Commit

  • Hash : 9e002cd5
    Author : Edward Thomson
    Date : 2018-07-21T01:11:58

    mbedtls: make ciphers_list a static array Instead of allocating the ciphers_list, make it a static array. This prevents us from leaking it or having to manage its memory.