1. 11 4月, 2015 1 次提交
    • R
      free NULL cleanup 10 · 62adbcee
      Rich Salz 提交于
      Avoid checking for NULL before calling free functions.  This gets
      ssl.*free:
          ssl_sess_cert_free ssl_free ssl_excert_free ssl_cert_free
          SSL_free SSL_SRP_CTX_free SSL_SESSION_free SSL_CTX_free
          SSL_CTX_SRP_CTX_free SSL_CONF_CTX_free
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      62adbcee
  2. 26 3月, 2015 1 次提交
    • M
      Resolve swallowed returns codes · 17dd65e6
      Matt Caswell 提交于
      The recent updates to libssl to enforce stricter return code checking, left
      a small number of instances behind where return codes were being swallowed
      (typically because the function they were being called from was declared as
      void). This commit fixes those instances to handle the return codes more
      appropriately.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      17dd65e6
  3. 25 3月, 2015 1 次提交
  4. 27 2月, 2015 1 次提交
  5. 22 2月, 2015 1 次提交
  6. 11 2月, 2015 2 次提交
  7. 09 2月, 2015 1 次提交
  8. 07 2月, 2015 1 次提交
  9. 06 2月, 2015 1 次提交
  10. 03 2月, 2015 1 次提交
  11. 28 1月, 2015 1 次提交
  12. 27 1月, 2015 1 次提交
  13. 06 1月, 2015 1 次提交
  14. 03 1月, 2015 1 次提交
  15. 06 12月, 2014 1 次提交
  16. 04 12月, 2014 1 次提交
  17. 22 10月, 2014 1 次提交
  18. 15 10月, 2014 1 次提交
  19. 08 9月, 2014 2 次提交
  20. 29 8月, 2014 1 次提交
  21. 27 8月, 2014 2 次提交
  22. 13 8月, 2014 1 次提交
    • I
      RT3239: Extra comma in NAME lines of two manpages · bebbb11d
      Ingo Schwarze 提交于
      In two OpenSSL manual pages, in the NAME section, the last word of the
      name list is followed by a stray trailing comma. While this may seem
      minor, it is worth fixing because it may confuse some makewhatis(8)
      implementations.
      
      While here, also add the missing word "size" to the one line
      description in SSL_CTX_set_max_cert_list(3).
      
      Reviewed by: Dr Stephen Henson <shenson@drh-consultancy.co.uk>
      bebbb11d
  23. 15 7月, 2014 1 次提交
  24. 06 7月, 2014 1 次提交
  25. 03 7月, 2014 2 次提交
  26. 02 7月, 2014 3 次提交
  27. 29 6月, 2014 1 次提交
  28. 27 6月, 2014 1 次提交
    • J
      Clarify docs. · 0535c2d6
      Jeffrey Walton 提交于
      Document that the certificate passed to SSL_CTX_add_extra_chain_cert()
      should not be freed by the application.
      
      PR#3409
      0535c2d6
  29. 02 6月, 2014 1 次提交
    • D
      Option to disable padding extension. · 01f2f18f
      Dr. Stephen Henson 提交于
      Add TLS padding extension to SSL_OP_ALL so it is used with other
      "bugs" options and can be turned off.
      
      This replaces SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG which is an ancient
      option referring to SSLv2 and SSLREF.
      
      PR#3336
      01f2f18f
  30. 26 5月, 2014 1 次提交
  31. 01 5月, 2014 1 次提交
  32. 27 4月, 2014 1 次提交
  33. 05 4月, 2014 1 次提交
  34. 29 3月, 2014 1 次提交