1. 20 5月, 2015 1 次提交
  2. 13 5月, 2015 1 次提交
  3. 12 5月, 2015 1 次提交
    • R
      Make COMP_CTX and COMP_METHOD opaque · 9a555706
      Rich Salz 提交于
      Since COMP_METHOD is now defined in comp_lcl.h, it is no
      longer possible to create new TLS compression methods without
      using the OpenSSL source.  Only ZLIB is supported by default.
      Also, since the types are opaque, #ifdef guards to use "char *"
      instead of the real type aren't necessary.
      
      The changes are actually minor.  Adding missing copyright to some
      files makes the diff misleadingly big.
      Reviewed-by: NMatt Caswell <matt@openssl.org>
      9a555706
  4. 06 5月, 2015 1 次提交
  5. 01 5月, 2015 1 次提交
    • R
      free cleanup almost the finale · 4b45c6e5
      Rich Salz 提交于
      Add OPENSSL_clear_free which merges cleanse and free.
      (Names was picked to be similar to BN_clear_free, etc.)
      Removed OPENSSL_freeFunc macro.
      Fixed the small simple ones that are left:
              CRYPTO_free CRYPTO_free_locked OPENSSL_free_locked
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b45c6e5
  6. 28 4月, 2015 1 次提交
    • R
      ERR_ cleanup · 3e47caff
      Rich Salz 提交于
      Remove ERR_[gs]et_implementation as they were not undocumented and
      useless (the data structure was opaque).
      
      Halve the number of lock/unlock calls in almost all ERR_
      functions by letting the caller of get_hash or int_thread_set
      able to lock.  Very useful when looping, such as adding errors,
      or when getting the hash and immediately doing a lookup on it.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      3e47caff
  7. 04 4月, 2015 1 次提交
  8. 31 3月, 2015 1 次提交
  9. 28 3月, 2015 1 次提交
  10. 26 3月, 2015 1 次提交
  11. 25 3月, 2015 3 次提交
  12. 23 3月, 2015 1 次提交
  13. 15 3月, 2015 1 次提交
  14. 10 3月, 2015 1 次提交
  15. 05 3月, 2015 1 次提交
  16. 07 2月, 2015 1 次提交
  17. 06 2月, 2015 1 次提交
  18. 05 2月, 2015 1 次提交
    • R
      Fix various build breaks · 1f7103b6
      Rich Salz 提交于
      TABLE wasn't updated from a previous Configure change
      Missed an RMD160/RIPE/RIPEMD unification in mkdef.pl
      Makefile install_sw referenced file doc/openssl-shared.txt (RT3686)
      Needed to run 'make update' because
              - Various old code has been removed
              - Varous old #ifdef tests were removed
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      1f7103b6
  19. 28 1月, 2015 1 次提交
  20. 12 1月, 2015 1 次提交
  21. 06 1月, 2015 1 次提交
  22. 12 12月, 2014 1 次提交
  23. 09 12月, 2014 3 次提交
  24. 08 12月, 2014 1 次提交
  25. 24 9月, 2014 1 次提交
  26. 05 9月, 2014 1 次提交
  27. 21 7月, 2014 1 次提交
  28. 20 7月, 2014 1 次提交
  29. 12 3月, 2014 1 次提交
    • D
      Update ordinals. · 14c67a70
      Dr. Stephen Henson 提交于
      Use a previously unused value as we will be updating multiple released
      branches.
      (cherry picked from commit 0737acd2a8cc688902b5151cab5dc6737b82fb96)
      14c67a70
  30. 06 2月, 2013 1 次提交
  31. 06 8月, 2012 1 次提交
  32. 04 7月, 2012 1 次提交
    • D
      PR: 2840 · ea1d8435
      Dr. Stephen Henson 提交于
      Reported by: David McCullough <david_mccullough@mcafee.com>
      
      Restore fips configuration module from 0.9.8.
      ea1d8435
  33. 02 7月, 2012 1 次提交
  34. 04 4月, 2012 1 次提交
  35. 25 12月, 2011 1 次提交
  36. 23 12月, 2011 1 次提交