Skip to content
代码片段 群组 项目
该项目从 https://github.com/Mbed-TLS/mbedtls 镜像。 拉取镜像更新于
  1. 4月 25, 2014
  2. 9月 15, 2013
  3. 8月 21, 2013
  4. 7月 17, 2013
  5. 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
  6. 5月 26, 2011
  7. 4月 25, 2011
  8. 3月 15, 2011
  9. 2月 20, 2011
  10. 2月 12, 2011
  11. 1月 21, 2011
  12. 2月 19, 2010
加载中