Skip to content
代码片段 群组 项目
该项目从 https://github.com/Mbed-TLS/mbedtls 镜像。 拉取镜像更新于
  1. 3月 12, 2025
  2. 9月 09, 2024
  3. 9月 05, 2024
  4. 8月 09, 2024
  5. 8月 05, 2024
  6. 7月 11, 2024
  7. 7月 05, 2024
  8. 9月 25, 2023
  9. 7月 10, 2023
  10. 4月 11, 2023
  11. 3月 21, 2023
  12. 2月 13, 2023
  13. 10月 18, 2022
  14. 8月 01, 2022
  15. 6月 18, 2021
  16. 4月 28, 2021
  17. 3月 19, 2020
    • Gilles Peskine's avatar
      Revert "Remove tests that depend on TLS or X.509" · 7dc97048
      Gilles Peskine 创作于
      This reverts commit 9afb2e99.
      
      Conflicts:
      * include/CMakeLists.txt
        * "Make config.h available" comment: there has been a change
          adjacent to where it was removed. Just re-add what was removed.
      * tests/CMakeLists.txt:
        * compat.sh: there has been a change immediately before where it was
          removed. Just re-add what was removed.
      7dc97048
  18. 7月 10, 2019
  19. 3月 12, 2019
  20. 9月 04, 2017
  21. 9月 04, 2016
  22. 6月 24, 2015
  23. 4月 08, 2015
  24. 11月 20, 2014
  25. 11月 19, 2014
  26. 4月 25, 2014
  27. 9月 15, 2013
  28. 8月 21, 2013
  29. 7月 17, 2013
  30. 4月 08, 2013
    • Paul Bakker's avatar
      OID functionality moved to a separate module. · c70b9820
      Paul Bakker 创作于
      A new OID module has been created that contains the main OID searching
      functionality based on type-dependent arrays. A base type is used to
      contain the basic values (oid_descriptor_t) and that type is extended to
      contain type specific information (like a pk_alg_t).
      
      As a result the rsa sign and verify function prototypes have changed. They
      now expect a md_type_t identifier instead of the removed RSA_SIG_XXX
      defines.
      
      All OID definitions have been moved to oid.h
      All OID matching code is in the OID module.
      
      The RSA PKCS#1 functions cleaned up as a result and adapted to use the
      MD layer.
      
      The SSL layer cleanup up as a result and adapted to use the MD layer.
      
      The X509 parser cleaned up and matches OIDs in certificates with new
      module and adapted to use the MD layer.
      
      The X509 writer cleaned up and adapted to use the MD layer.
      
      Apps and tests modified accordingly
      c70b9820
  31. 5月 26, 2011
  32. 4月 25, 2011
加载中