1. 17 4月, 2015 1 次提交
  2. 01 4月, 2015 2 次提交
  3. 28 3月, 2015 1 次提交
    • R
      free NULL cleanup · c5ba2d99
      Rich Salz 提交于
      EVP_.*free; this gets:
              EVP_CIPHER_CTX_free EVP_PKEY_CTX_free EVP_PKEY_asn1_free
              EVP_PKEY_asn1_set_free EVP_PKEY_free EVP_PKEY_free_it
              EVP_PKEY_meth_free; and also EVP_CIPHER_CTX_cleanup
      Reviewed-by: NKurt Roeckx <kurt@openssl.org>
      c5ba2d99
  4. 25 3月, 2015 1 次提交
  5. 24 3月, 2015 4 次提交
  6. 12 3月, 2015 1 次提交
    • M
      Fix dh_pub_encode · 6aa8dab2
      Matt Caswell 提交于
      The return value from ASN1_STRING_new() was not being checked which could
      lead to a NULL deref in the event of a malloc failure. Also fixed a mem
      leak in the error path.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      6aa8dab2
  7. 09 3月, 2015 1 次提交
  8. 05 3月, 2015 1 次提交
  9. 22 2月, 2015 2 次提交
  10. 04 2月, 2015 1 次提交
  11. 29 1月, 2015 1 次提交
  12. 27 1月, 2015 1 次提交
    • R
      OPENSSL_NO_xxx cleanup: many removals · a00ae6c4
      Rich Salz 提交于
      The following compile options (#ifdef's) are removed:
          OPENSSL_NO_BIO OPENSSL_NO_BUFFER OPENSSL_NO_CHAIN_VERIFY
          OPENSSL_NO_EVP OPENSSL_NO_FIPS_ERR OPENSSL_NO_HASH_COMP
          OPENSSL_NO_LHASH OPENSSL_NO_OBJECT OPENSSL_NO_SPEED OPENSSL_NO_STACK
          OPENSSL_NO_X509 OPENSSL_NO_X509_VERIFY
      
      This diff is big because of updating the indents on preprocessor lines.
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      a00ae6c4
  13. 22 1月, 2015 3 次提交
  14. 15 1月, 2015 1 次提交
    • R
      Cleanup OPENSSL_NO_xxx, part 1 · 4b618848
      Rich Salz 提交于
      OPENSSL_NO_RIPEMD160, OPENSSL_NO_RIPEMD merged into OPENSSL_NO_RMD160
      OPENSSL_NO_FP_API merged into OPENSSL_NO_STDIO
      Two typo's on #endif comments fixed:
      	OPENSSL_NO_ECB fixed to OPENSSL_NO_OCB
      	OPENSSL_NO_HW_SureWare fixed to OPENSSL_NO_HW_SUREWARE
      Reviewed-by: NRichard Levitte <levitte@openssl.org>
      4b618848
  15. 13 1月, 2015 1 次提交
  16. 08 1月, 2015 1 次提交
  17. 31 12月, 2014 1 次提交
  18. 19 12月, 2014 2 次提交
  19. 11 12月, 2014 1 次提交
  20. 09 12月, 2014 1 次提交
  21. 08 12月, 2014 3 次提交
  22. 29 11月, 2014 1 次提交
  23. 02 10月, 2014 1 次提交
  24. 28 3月, 2014 1 次提交
  25. 06 3月, 2014 1 次提交
  26. 20 2月, 2014 1 次提交
  27. 06 9月, 2013 1 次提交
  28. 21 8月, 2013 1 次提交
  29. 05 8月, 2013 2 次提交