1. 21 4月, 2017 2 次提交
  2. 20 4月, 2017 1 次提交
  3. 18 4月, 2017 1 次提交
    • A
      asn1/a_int.c: clean up asn1_get_int64. · 786b6a45
      Andy Polyakov 提交于
      Trouble was that integer negation wasn't producing *formally* correct
      result in platform-neutral sense. Formally correct thing to do is
      -(int64_t)u, but this triggers undefined behaviour for one value that
      would still be representable in ASN.1. The trigger was masked with
      (int64_t)(0-u), but this is formally inappropriate for values other
      than the problematic one. [Also reorder branches to favour most-likely
      paths and harmonize asn1_string_set_int64 with asn1_get_int64].]
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/3231)
      786b6a45
  4. 14 4月, 2017 3 次提交
  5. 13 4月, 2017 4 次提交
  6. 12 4月, 2017 2 次提交
  7. 11 4月, 2017 1 次提交
  8. 10 4月, 2017 6 次提交
  9. 08 4月, 2017 1 次提交
  10. 07 4月, 2017 3 次提交
  11. 06 4月, 2017 2 次提交
  12. 04 4月, 2017 5 次提交
  13. 03 4月, 2017 1 次提交
  14. 01 4月, 2017 1 次提交
  15. 31 3月, 2017 2 次提交
  16. 30 3月, 2017 1 次提交
  17. 29 3月, 2017 4 次提交