1. 05 11月, 2021 1 次提交
  2. 02 11月, 2021 1 次提交
  3. 12 10月, 2021 1 次提交
  4. 16 8月, 2021 1 次提交
  5. 05 8月, 2021 1 次提交
  6. 08 7月, 2021 1 次提交
    • J
      Fix compile warning with GCC 11. · daf4b243
      Juergen Christ 提交于
      When configured with strict warnings, GCC 11 complains about a possible
      stringop-translation:
      
      Config:
      
      /usr/bin/perl ./Configure enable-asan enable-ubsan enable-zlib-dynamic \
      enable-unit-test enable-md2 enable-rc5 enable-buildtest-c++ \
      enable-weak-ssl-ciphers enable-ssl3 enable-ssl3-method enable-fips -w \
      --strict-warnings
      
      Warning:
      
      crypto/evp/ctrl_params_translate.c: In function 'fix_rsa_pss_saltlen':
      crypto/evp/ctrl_params_translate.c:1356:13: error: 'strncpy' specified bound 50 equals destination size [-Werror=stringop-truncation]
       1356 |             strncpy(ctx->name_buf, str_value_map[i].ptr, sizeof(ctx->name_buf));
            |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
      Fix by copying one byte less than the buffer size.  We anyway overwrite the
      last byte.
      Signed-off-by: NJuergen Christ <jchrist@linux.ibm.com>
      Reviewed-by: NPaul Dale <pauli@openssl.org>
      Reviewed-by: NTomas Mraz <tomas@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/15993)
      daf4b243
  7. 30 6月, 2021 1 次提交
  8. 08 6月, 2021 1 次提交
  9. 01 6月, 2021 1 次提交
  10. 31 5月, 2021 1 次提交
  11. 24 5月, 2021 1 次提交
  12. 11 5月, 2021 2 次提交
  13. 27 4月, 2021 1 次提交
  14. 18 4月, 2021 1 次提交
  15. 16 4月, 2021 1 次提交
  16. 06 4月, 2021 1 次提交
  17. 01 4月, 2021 1 次提交
  18. 31 3月, 2021 1 次提交
  19. 21 3月, 2021 1 次提交
  20. 20 3月, 2021 1 次提交
  21. 09 3月, 2021 1 次提交
  22. 08 3月, 2021 1 次提交
  23. 01 3月, 2021 1 次提交
  24. 26 2月, 2021 1 次提交
  25. 25 2月, 2021 1 次提交
  26. 23 2月, 2021 2 次提交