1. 03 1月, 2006 2 次提交
  2. 13 12月, 2005 1 次提交
  3. 06 12月, 2005 1 次提交
  4. 08 10月, 2005 1 次提交
  5. 01 10月, 2005 1 次提交
  6. 15 8月, 2005 1 次提交
  7. 06 8月, 2005 1 次提交
  8. 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
  9. 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
  10. 12 5月, 2005 1 次提交
  11. 10 5月, 2005 1 次提交
  12. 30 4月, 2005 1 次提交
  13. 27 4月, 2005 2 次提交
  14. 23 4月, 2005 1 次提交
  15. 22 3月, 2005 1 次提交
  16. 18 5月, 2004 1 次提交
  17. 20 4月, 2004 1 次提交
  18. 16 3月, 2004 1 次提交
  19. 28 12月, 2003 1 次提交
  20. 29 11月, 2003 1 次提交
  21. 30 10月, 2003 1 次提交
    • G
      A general spring-cleaning (in autumn) to fix up signed/unsigned warnings. · 27545970
      Geoff Thorpe 提交于
      I have tried to convert 'len' type variable declarations to unsigned as a
      means to address these warnings when appropriate, but when in doubt I have
      used casts in the comparisons instead. The better solution (that would get
      us all lynched by API users) would be to go through and convert all the
      function prototypes and structure definitions to use unsigned variables
      except when signed is necessary. The proliferation of (signed) "int" for
      strictly non-negative uses is unfortunate.
      27545970
  22. 28 9月, 2003 1 次提交
  23. 22 7月, 2003 1 次提交
  24. 28 2月, 2003 2 次提交
  25. 22 12月, 2002 1 次提交
  26. 28 11月, 2002 1 次提交
  27. 20 11月, 2002 1 次提交
  28. 15 11月, 2002 1 次提交
  29. 13 11月, 2002 1 次提交
  30. 29 10月, 2002 1 次提交
  31. 25 9月, 2002 1 次提交
  32. 23 9月, 2002 1 次提交
  33. 19 9月, 2002 2 次提交
  34. 12 8月, 2002 2 次提交
  35. 09 8月, 2002 1 次提交
    • B
      ECC ciphersuite support · ea262260
      Bodo Möller 提交于
      Submitted by: Douglas Stebila <douglas.stebila@sun.com>
      (Authors: Vipul Gupta and Sumit Gupta, Sun Microsystems Laboratories)
      ea262260