1. 17 12月, 2015 1 次提交
    • R
      Rename some BUF_xxx to OPENSSL_xxx · 7644a9ae
      Rich Salz 提交于
      Rename BUF_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      to OPENSSL_{strdup,strlcat,strlcpy,memdup,strndup,strnlen}
      Add #define's for the old names.
      Add CRYPTO_{memdup,strndup}, called by OPENSSL_{memdup,strndup} macros.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      7644a9ae
  2. 16 12月, 2015 2 次提交
  3. 15 12月, 2015 2 次提交
  4. 12 12月, 2015 1 次提交
  5. 11 12月, 2015 1 次提交
  6. 10 12月, 2015 2 次提交
  7. 08 12月, 2015 2 次提交
  8. 03 12月, 2015 1 次提交
  9. 02 12月, 2015 1 次提交
  10. 25 11月, 2015 1 次提交
  11. 21 11月, 2015 11 次提交
  12. 17 11月, 2015 1 次提交
  13. 31 10月, 2015 1 次提交
  14. 08 10月, 2015 1 次提交
  15. 30 9月, 2015 2 次提交
    • M
      Fix libeay.num · dd35486d
      Matt Caswell 提交于
      Removed duplicated ordinals from libeay.num
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      dd35486d
    • 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
  16. 23 9月, 2015 1 次提交
  17. 16 9月, 2015 1 次提交
  18. 06 9月, 2015 3 次提交
  19. 05 9月, 2015 1 次提交
  20. 04 9月, 2015 3 次提交
  21. 03 9月, 2015 1 次提交