1. 08 1月, 2016 2 次提交
    • V
      Backwards-compatibility subject to OPENSSL_API_COMPAT · 98186eb4
      Viktor Dukhovni 提交于
      Provide backwards-compatiblity for functions, macros and include
      files if OPENSSL_API_COMPAT is either not defined or defined less
      than the version number of the release in which the feature was
      deprecated.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      98186eb4
    • 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
  2. 06 1月, 2016 1 次提交
  3. 19 12月, 2015 1 次提交
  4. 17 12月, 2015 2 次提交
  5. 15 12月, 2015 3 次提交
  6. 12 12月, 2015 3 次提交
  7. 11 12月, 2015 1 次提交
  8. 08 12月, 2015 4 次提交
  9. 03 12月, 2015 2 次提交
  10. 02 12月, 2015 1 次提交
  11. 01 12月, 2015 1 次提交
  12. 26 11月, 2015 1 次提交
  13. 22 11月, 2015 1 次提交
  14. 21 11月, 2015 6 次提交
  15. 14 11月, 2015 1 次提交
  16. 04 11月, 2015 1 次提交
  17. 03 11月, 2015 2 次提交
  18. 31 10月, 2015 1 次提交
  19. 29 10月, 2015 1 次提交
    • R
      Remove SSLeay history, etc., from docs · a528d4f0
      Rich Salz 提交于
      If something was "present in all versions" of SSLeay, or if it was
      added to a version of SSLeay (and therefore predates OpenSSL),
      remove mention of it.  Documentation history now starts with OpenSSL.
      
      Remove mention of all history before OpenSSL 0.9.8, inclusive.
      
      Remove all AUTHOR sections.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      a528d4f0
  20. 28 10月, 2015 1 次提交
  21. 24 10月, 2015 1 次提交
  22. 23 10月, 2015 1 次提交
  23. 16 10月, 2015 1 次提交
  24. 23 9月, 2015 1 次提交