1. 20 1月, 2016 2 次提交
  2. 18 1月, 2016 1 次提交
  3. 14 1月, 2016 5 次提交
  4. 13 1月, 2016 1 次提交
  5. 12 1月, 2016 1 次提交
  6. 08 1月, 2016 2 次提交
    • V
      Fix some typos in comments · 60d8edbc
      Viktor Dukhovni 提交于
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      60d8edbc
    • R
      mem functions cleanup · bbd86bf5
      Rich Salz 提交于
      Only two macros CRYPTO_MDEBUG and CRYPTO_MDEBUG_ABORT to control this.
      If CRYPTO_MDEBUG is not set, #ifdef out the whole debug machinery.
              (Thanks to Jakob Bohm for the suggestion!)
      Make the "change wrapper functions" be the only paradigm.
      Wrote documentation!
      Format the 'set func' functions so their paramlists are legible.
      Format some multi-line comments.
      Remove ability to get/set the "memory debug" functions at runtme.
      Remove MemCheck_* and CRYPTO_malloc_debug_init macros.
      Add CRYPTO_mem_debug(int flag) function.
      Add test/memleaktest.
      Rename CRYPTO_malloc_init to OPENSSL_malloc_init; remove needless calls.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      bbd86bf5
  7. 29 12月, 2015 1 次提交
  8. 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
  9. 16 12月, 2015 2 次提交
  10. 15 12月, 2015 1 次提交
  11. 14 12月, 2015 1 次提交
  12. 10 12月, 2015 22 次提交