1. 03 4月, 2018 6 次提交
  2. 02 4月, 2018 6 次提交
  3. 01 4月, 2018 1 次提交
  4. 31 3月, 2018 8 次提交
  5. 30 3月, 2018 2 次提交
  6. 29 3月, 2018 16 次提交
  7. 28 3月, 2018 1 次提交
    • M
      Remove some code · 92565101
      Matt Caswell 提交于
      This commit removes the contribution of a user that we cannot trace to
      gain their consent for the licence change.
      
      After this commit the various IS_*() macros in the auto-generated file
      conf_def.h may incorrectly return true if the supplied character has its
      most significant bit set. The IS_*() macros should be able to correctly
      handle 8-bit characters. Note that UTF-8 support is not a requirement.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5767)
      92565101