1. 10 11月, 2015 1 次提交
  2. 05 11月, 2015 1 次提交
  3. 18 10月, 2015 1 次提交
  4. 15 10月, 2015 1 次提交
  5. 12 10月, 2015 2 次提交
  6. 08 10月, 2015 1 次提交
  7. 05 10月, 2015 1 次提交
  8. 03 10月, 2015 1 次提交
  9. 30 9月, 2015 1 次提交
    • D
      Fix no-stdio build · 984d6c60
      David Woodhouse 提交于
      Much related/similar work also done by
      Ivan Nestlerode <ivan.nestlerode@sonos.com>
      
         +Replace FILE BIO's with dummy ops that fail.
         +Include <stdio.h> for sscanf() even with no-stdio (since the declaration
          is there). We rely on sscanf() to parse the OPENSSL_ia32cap environment
          variable, since it can be larger than a 'long'. And we don't rely on the
          availability of strtoull().
         +Remove OPENSSL_stderr(); not used.
         +Make OPENSSL_showfatal() do nothing (currently without stdio there's
          nothing we can do).
         +Remove file-based functionality from ssl/. The function
          prototypes were already gone, but not the functions themselves.
         +Remove unviable conf functionality via SYS_UEFI
         +Add fallback definition of BUFSIZ.
         +Remove functions taking FILE * from header files.
         +Add missing DECLARE_PEM_write_fp_const
         +Disable X509_LOOKUP_hash_dir(). X509_LOOKUP_file() was already compiled out,
          so remove its prototype.
         +Use OPENSSL_showfatal() in CRYPTO_destroy_dynlockid().
         +Eliminate SRP_VBASE_init() and supporting functions. Users will need to
          build the verifier manually instead.
         +Eliminate compiler warning for unused do_pk8pkey_fp().
         +Disable TEST_ENG_OPENSSL_PKEY.
         +Disable GOST engine as is uses [f]printf all over the place.
         +Eliminate compiler warning for unused send_fp_chars().
      Signed-off-by: NRich Salz <rsalz@akamai.com>
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      984d6c60
  10. 22 9月, 2015 5 次提交
  11. 19 9月, 2015 1 次提交
  12. 18 9月, 2015 1 次提交
  13. 17 9月, 2015 6 次提交
  14. 15 9月, 2015 1 次提交
  15. 11 9月, 2015 1 次提交
  16. 09 9月, 2015 1 次提交
  17. 07 9月, 2015 2 次提交
  18. 05 9月, 2015 1 次提交
  19. 04 9月, 2015 2 次提交
    • 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
  20. 03 9月, 2015 3 次提交
  21. 01 9月, 2015 4 次提交
  22. 28 8月, 2015 1 次提交
  23. 11 8月, 2015 1 次提交