1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 09 9月, 2018 1 次提交
  7. 17 4月, 2018 1 次提交
  8. 03 4月, 2018 1 次提交
  9. 15 8月, 2017 2 次提交
  10. 13 4月, 2017 1 次提交
  11. 12 4月, 2017 1 次提交
    • R
      Fix x_int64.c · 429223d1
      Richard Levitte 提交于
      Clearing a misunderstanding.  The routines c2i_uint64_int() and
      i2c_uint64_int() expect to receive that internal values are absolute
      and with a separate sign flag, and the x_int64.c code handles values
      that aren't absolute and have the sign bit embedded.  We therefore
      need to convert between absolute and non-absolute values for the
      encoding of negative values to be correct.
      
      [extended tests]
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3160)
      429223d1
  12. 11 4月, 2017 1 次提交
  13. 10 4月, 2017 1 次提交
  14. 04 4月, 2017 1 次提交