1. 01 6月, 2014 5 次提交
  2. 28 9月, 2012 1 次提交
  3. 04 6月, 2012 1 次提交
  4. 12 1月, 2012 1 次提交
  5. 19 12月, 2011 1 次提交
  6. 16 12月, 2011 1 次提交
  7. 17 3月, 2011 1 次提交
  8. 11 3月, 2011 1 次提交
  9. 18 11月, 2010 1 次提交
  10. 28 7月, 2010 1 次提交
  11. 09 7月, 2010 1 次提交
  12. 12 6月, 2010 1 次提交
  13. 04 3月, 2010 1 次提交
    • D
      PR: 2183 · ebaa2cf5
      Dr. Stephen Henson 提交于
      PR#1999 broke fork detection by assuming HAVE_FORK was set for all platforms.
      Include original HAVE_FORK detection logic while allowing it to be
      overridden on specific platforms with -DHAVE_FORK=1 or -DHAVE_FORK=0
      ebaa2cf5
  14. 02 2月, 2010 1 次提交
    • D
      PR: 2161 · 17ebc10f
      Dr. Stephen Henson 提交于
      Submitted by: Doug Goldstein <cardoe@gentoo.org>, Steve.
      
      Make no-dsa, no-ecdsa and no-rsa compile again.
      17ebc10f
  15. 18 1月, 2010 1 次提交
  16. 10 8月, 2009 2 次提交
    • D
      Typo · 77c7f17a
      Dr. Stephen Henson 提交于
      77c7f17a
    • D
      PR: 1999 · b318cfb1
      Dr. Stephen Henson 提交于
      Submitted by: "Bayram Kurumahmut" <kbayram@ubicom.com>
      Approved by: steve@openssl.org
      
      Don't use HAVE_FORK in apps/speed.c it can conflict with configured version.
      b318cfb1
  17. 24 4月, 2009 1 次提交
  18. 08 1月, 2009 1 次提交
  19. 10 12月, 2008 1 次提交
  20. 16 11月, 2007 1 次提交
  21. 13 5月, 2007 2 次提交
  22. 24 4月, 2007 1 次提交
  23. 07 4月, 2007 1 次提交
  24. 05 4月, 2007 2 次提交
  25. 02 12月, 2006 1 次提交
  26. 09 6月, 2006 1 次提交
  27. 06 11月, 2005 2 次提交
  28. 03 11月, 2005 1 次提交
  29. 16 7月, 2005 1 次提交
    • N
      make · 3eeaab4b
      Nils Larsch 提交于
          	./configure no-deprecated [no-dsa] [no-dh] [no-ec] [no-rsa]
          	make depend all test
      work again
      
      PR: 1159
      3eeaab4b
  30. 01 6月, 2005 1 次提交
  31. 22 5月, 2005 1 次提交
  32. 16 5月, 2005 1 次提交
    • N
      ecc api cleanup; summary: · 9dd84053
      Nils Larsch 提交于
      - hide the EC_KEY structure definition in ec_lcl.c + add
        some functions to use/access the EC_KEY fields
      - change the way how method specific data (ecdsa/ecdh) is
        attached to a EC_KEY
      - add ECDSA_sign_ex and ECDSA_do_sign_ex functions with
        additional parameters for pre-computed values
      - rebuild libeay.num from 0.9.7
      9dd84053