1. 10 6月, 2015 1 次提交
  2. 28 5月, 2015 6 次提交
  3. 23 5月, 2015 1 次提交
  4. 20 5月, 2015 2 次提交
  5. 16 5月, 2015 1 次提交
  6. 14 5月, 2015 1 次提交
  7. 09 5月, 2015 1 次提交
  8. 06 5月, 2015 1 次提交
  9. 03 5月, 2015 1 次提交
  10. 22 4月, 2015 1 次提交
    • D
      SSL_CIPHER lookup functions. · 98c9ce2f
      Dr. Stephen Henson 提交于
      Add tables to convert between SSL_CIPHER fields and indices for ciphers
      and MACs.
      
      Reorganise ssl_ciph.c to use tables to lookup values and load them.
      
      New functions SSL_CIPHER_get_cipher_nid and SSL_CIPHER_get_digest_nid.
      
      Add documentation.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      98c9ce2f
  11. 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
  12. 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
  13. 25 3月, 2015 1 次提交
  14. 27 2月, 2015 1 次提交
  15. 22 2月, 2015 1 次提交
  16. 11 2月, 2015 2 次提交
  17. 09 2月, 2015 1 次提交
  18. 07 2月, 2015 1 次提交
  19. 06 2月, 2015 1 次提交
  20. 03 2月, 2015 1 次提交
  21. 28 1月, 2015 1 次提交
  22. 27 1月, 2015 1 次提交
  23. 06 1月, 2015 1 次提交
  24. 03 1月, 2015 1 次提交
  25. 06 12月, 2014 1 次提交
  26. 04 12月, 2014 1 次提交
  27. 22 10月, 2014 1 次提交
  28. 15 10月, 2014 1 次提交
  29. 08 9月, 2014 2 次提交
  30. 29 8月, 2014 1 次提交
  31. 27 8月, 2014 2 次提交