1. 21 Sep, 2019 1 commit
    • ROOL's avatar
      Library update · 03985720
      ROOL authored
      Detail:
        This is release 2.16.3 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.[c|h] to port to RISC OS.
      
      Version 2.15. Tagged as 'mbedTLS-2_15'
      03985720
  2. 22 Jun, 2019 1 commit
    • ROOL's avatar
      Library update · 91be98a0
      ROOL authored
      Detail:
        This is release 2.16.2 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.[c|h] to port to RISC OS.
      
      Version 2.14. Tagged as 'mbedTLS-2_14'
      91be98a0
  3. 30 Mar, 2019 1 commit
    • ROOL's avatar
      Library update · e1160d90
      ROOL authored
      Detail:
        This is release 2.16.1 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.[c|h] to port to RISC OS.
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.13. Tagged as 'mbedTLS-2_13'
      e1160d90
  4. 27 Jan, 2019 1 commit
    • ROOL's avatar
      Fix for using uninitialised value in decision · c0c94bd8
      ROOL authored
      Detail:
        It isn't possible to read FIONBIO using socketioctl, the Internet module returns -1 before writing the output variable, leaving it uninitialised.
        Track the FIONBIO state using an extra member in the mbedtls_net_context structure, so it can be read when needed.
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.12. Tagged as 'mbedTLS-2_12'
      c0c94bd8
  5. 28 Dec, 2018 1 commit
    • ROOL's avatar
      Library update · b11607d3
      ROOL authored
      Detail:
        This is release 2.16.0 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.c to port to RISC OS.
        net_sockets.c has been updated to common up the usermode_donothing() at each place that we might be idling.
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.11. Tagged as 'mbedTLS-2_11'
      b11607d3
  6. 08 Dec, 2018 1 commit
    • ROOL's avatar
      Fix for CVE-2018-19608 · 4d79b145
      ROOL authored
      Detail:
        This is release 2.14.1 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.c to port to RISC OS.
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.10. Tagged as 'mbedTLS-2_10'
      4d79b145
  7. 24 Nov, 2018 1 commit
    • ROOL's avatar
      Library update · 5b8d2bd9
      ROOL authored
      Detail:
        This is release 2.14.0 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.c to port to RISC OS.
        The earlier edit to x509.c has now been removed following the resolution of https://github.com/ARMmbed/mbedtls/issues/1907
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.09. Tagged as 'mbedTLS-2_09'
      5b8d2bd9
  8. 15 Nov, 2018 1 commit
    • ROOL's avatar
      Ack escapes for receive/send too · 5872a241
      ROOL authored
      Detail:
        Previously only receive with timeout cleared an Escape condition.
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.08. Tagged as 'mbedTLS-2_08'
      5872a241
  9. 22 Sep, 2018 1 commit
    • ROOL's avatar
      Library update · 9a5b360c
      ROOL authored
      Detail:
        This is release 2.13.0 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.c/x509.c to port to RISC OS.
        Note the extra edit to x509.c is a temporary measure, see
        https://github.com/ARMmbed/mbedtls/issues/1907
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.07. Tagged as 'mbedTLS-2_07'
      9a5b360c
  10. 14 Sep, 2018 1 commit
  11. 25 Aug, 2018 1 commit
  12. 21 Aug, 2018 6 commits
    • ROOL's avatar
      Library update · 95ffe422
      ROOL authored
      Detail:
        This is release 2.12.0 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.c/x509.c to port to RISC OS.
        Note the extra edit to x509.c is a temporary measure, see
          https://github.com/ARMmbed/mbedtls/issues/1907
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.04. Tagged as 'mbedTLS-2_04'
      95ffe422
    • ROOL's avatar
      Library update · e721bb58
      ROOL authored
      Detail:
        This is release 2.11.0 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.c to port to RISC OS.
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.03. Tagged as 'mbedTLS-2_03'
      e721bb58
    • ROOL's avatar
      Library update · 73965c77
      ROOL authored
      Detail:
        This is release 2.9.0 direct from ARM, with customisations to ro_config.h/timing.c/entropy_poll.c/net_sockets.c to port to RISC OS.
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.02. Tagged as 'mbedTLS-2_02'
      73965c77
    • ROOL's avatar
      Customisations for RISC OS port · 0ca88db0
      ROOL authored
      Detail:
        ro_config.h: configuration selections for RISC OS
        net_sockets.c: attach to the RISC OS network stack
        timing.c: attach to the C library
        entropy_poll.c: use simple rand() implementation placeholder
      Admin:
        Submission for TCP/IP bounty.
      
      Version 2.01. Tagged as 'mbedTLS-2_01'
      0ca88db0
    • ROOL's avatar
      created by srccommit. · 29cc37e4
      ROOL authored
      29cc37e4
    • ROOL's avatar
      Import of mbedTLS library · b86414f2
      ROOL authored
      This is release 2.8.0 direct from ARM, with the files rearranged as a standard RISC OS component.
      b86414f2