1. 07 8月, 2023 3 次提交
  2. 02 8月, 2023 1 次提交
  3. 31 7月, 2023 3 次提交
  4. 09 6月, 2023 1 次提交
  5. 08 6月, 2023 1 次提交
    • R
      Restrict the size of OBJECT IDENTIFIERs that OBJ_obj2txt will translate · 26cf6a94
      Richard Levitte 提交于
      OBJ_obj2txt() would translate any size OBJECT IDENTIFIER to canonical
      numeric text form.  For gigantic sub-identifiers, this would take a very
      long time, the time complexity being O(n^2) where n is the size of that
      sub-identifier.
      
      To mitigate this, a restriction on the size that OBJ_obj2txt() will
      translate to canonical numeric text form is added, based on RFC 2578
      (STD 58), which says this:
      
      > 3.5. OBJECT IDENTIFIER values
      >
      > An OBJECT IDENTIFIER value is an ordered list of non-negative numbers.
      > For the SMIv2, each number in the list is referred to as a sub-identifier,
      > there are at most 128 sub-identifiers in a value, and each sub-identifier
      > has a maximum value of 2^32-1 (4294967295 decimal).
      
      Fixes otc/security#96
      Fixes CVE-2023-2650
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      Reviewed-by: NTomas Mraz <tomas@openssl.org>
      Signed-off-by: Ncode4lala <fengziteng2@huawei.com>
      26cf6a94
  6. 31 3月, 2023 3 次提交
  7. 28 3月, 2023 2 次提交
  8. 27 2月, 2023 3 次提交
  9. 24 2月, 2023 1 次提交
  10. 20 2月, 2023 2 次提交
  11. 14 2月, 2023 1 次提交
  12. 13 2月, 2023 2 次提交
  13. 12 7月, 2022 1 次提交
  14. 11 7月, 2022 1 次提交
  15. 25 6月, 2022 1 次提交
  16. 24 6月, 2022 1 次提交
  17. 16 5月, 2022 2 次提交
  18. 23 3月, 2022 1 次提交
  19. 21 3月, 2022 1 次提交
  20. 10 2月, 2022 1 次提交
  21. 09 2月, 2022 1 次提交
  22. 10 1月, 2022 2 次提交
  23. 30 9月, 2021 4 次提交
  24. 03 9月, 2021 1 次提交