1. 01 8月, 2016 2 次提交
  2. 16 6月, 2016 1 次提交
  3. 18 5月, 2016 1 次提交
  4. 29 4月, 2016 2 次提交
  5. 28 4月, 2016 2 次提交
  6. 06 4月, 2016 1 次提交
  7. 03 4月, 2016 2 次提交
  8. 04 3月, 2016 1 次提交
    • D
      Sanity check PVK file fields. · 5f57abe2
      Dr. Stephen Henson 提交于
      PVK files with abnormally large length or salt fields can cause an
      integer overflow which can result in an OOB read and heap corruption.
      However this is an rarely used format and private key files do not
      normally come from untrusted sources the security implications not
      significant.
      
      Fix by limiting PVK length field to 100K and salt to 10K: these should be
      more than enough to cover any files encountered in practice.
      
      Issue reported by Guido Vranken.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      5f57abe2
  9. 23 2月, 2016 1 次提交
  10. 03 2月, 2016 1 次提交
    • D
      New BN functions. · 85a4807f
      Dr. Stephen Henson 提交于
      Add new function BN_bn2binpad() which checks the length of the output
      buffer and pads the result with zeroes if necessary.
      
      New functions BN_bn2lebinpad() and BN_lebin2bn() which use little endian
      format.
      Reviewed-by: NRich Salz <rsalz@openssl.org>
      85a4807f
  11. 20 1月, 2016 1 次提交
  12. 12 1月, 2016 1 次提交
  13. 08 12月, 2015 3 次提交
  14. 10 11月, 2015 1 次提交
  15. 24 10月, 2015 2 次提交
  16. 14 5月, 2015 1 次提交
  17. 11 5月, 2015 1 次提交
  18. 02 5月, 2015 1 次提交
    • R
      free NULL cleanup -- coda · 25aaa98a
      Rich Salz 提交于
      After the finale, the "real" final part. :)  Do a recursive grep with
      "-B1 -w [a-zA-Z0-9_]*_free" to see if any of the preceeding lines are
      an "if NULL" check that can be removed.
      Reviewed-by: NTim Hudson <tjh@openssl.org>
      25aaa98a
  19. 01 5月, 2015 3 次提交
  20. 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
  21. 25 3月, 2015 1 次提交
  22. 22 1月, 2015 1 次提交
  23. 06 7月, 2014 1 次提交
  24. 12 6月, 2010 1 次提交
  25. 06 4月, 2010 1 次提交
  26. 24 9月, 2009 1 次提交
  27. 27 4月, 2009 1 次提交
  28. 06 11月, 2008 1 次提交
  29. 17 3月, 2008 1 次提交
  30. 24 5月, 2006 1 次提交
  31. 05 9月, 2005 1 次提交