1. 02 5月, 2017 1 次提交
  2. 30 4月, 2017 1 次提交
  3. 29 4月, 2017 1 次提交
  4. 27 4月, 2017 1 次提交
  5. 26 4月, 2017 4 次提交
  6. 25 4月, 2017 7 次提交
  7. 24 4月, 2017 2 次提交
  8. 22 4月, 2017 1 次提交
  9. 21 4月, 2017 4 次提交
  10. 20 4月, 2017 1 次提交
  11. 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
  12. 14 4月, 2017 3 次提交
  13. 13 4月, 2017 4 次提交
  14. 12 4月, 2017 2 次提交
  15. 11 4月, 2017 1 次提交
  16. 10 4月, 2017 6 次提交