1. 07 9月, 2015 13 次提交
  2. 06 9月, 2015 19 次提交
  3. 05 9月, 2015 5 次提交
  4. 04 9月, 2015 3 次提交
    • R
      More zalloc nits · a939b0aa
      Rich Salz 提交于
      Found on GitHub by dimman
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a939b0aa
    • D
      Revert "OPENSSL_NO_xxx cleanup: RFC3779" · 47bbaa5b
      David Woodhouse 提交于
      This reverts the non-cleanup parts of commit c73ad690. We do actually
      have a reasonable use case for OPENSSL_NO_RFC3779 in the EDK2 UEFI
      build, since we don't have a strspn() function in our runtime environment
      and we don't want the RFC3779 functionality anyway.
      
      In addition, it changes the default behaviour of the Configure script so
      that RFC3779 support isn't disabled by default. It was always disabled
      from when it was first added in 2006, right up until the point where
      OPENSSL_NO_RFC3779 was turned into a no-op, and the code in the
      Configure script was left *trying* to disable it, but not actually
      working.
      Signed-off-by: NRich Salz <rsalz@akamai.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      47bbaa5b
    • R
      remove 0 assignments. · 64b25758
      Rich Salz 提交于
      After openssl_zalloc, cleanup more "set to 0/NULL" assignments.
      Many are from github feedback.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      64b25758