1. 07 Sep, 2015 10 commits
  2. 06 Sep, 2015 8 commits
  3. 05 Sep, 2015 16 commits
  4. 04 Sep, 2015 4 commits
  5. 03 Sep, 2015 2 commits
    • David Woodhouse's avatar
      Revert "OPENSSL_NO_xxx cleanup: RFC3779" · 47bbaa5b
      David Woodhouse authored
      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: default avatarRich Salz <rsalz@akamai.com>
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      47bbaa5b
    • Rich Salz's avatar
      remove 0 assignments. · 64b25758
      Rich Salz authored
      
      
      After openssl_zalloc, cleanup more "set to 0/NULL" assignments.
      Many are from github feedback.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      64b25758