1. 28 7月, 2009 1 次提交
  2. 27 4月, 2009 1 次提交
  3. 15 4月, 2009 1 次提交
  4. 08 10月, 2008 1 次提交
  5. 04 6月, 2008 1 次提交
  6. 13 5月, 2008 1 次提交
  7. 13 8月, 2007 1 次提交
  8. 14 6月, 2006 1 次提交
  9. 05 6月, 2006 1 次提交
  10. 16 5月, 2006 1 次提交
  11. 12 5月, 2006 2 次提交
  12. 08 5月, 2006 1 次提交
  13. 20 4月, 2006 1 次提交
  14. 16 3月, 2006 1 次提交
  15. 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
  16. 17 5月, 2005 1 次提交
  17. 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
  18. 06 4月, 2005 1 次提交
  19. 02 4月, 2005 1 次提交
  20. 18 11月, 2004 1 次提交
  21. 26 4月, 2004 1 次提交
  22. 20 4月, 2004 1 次提交
  23. 11 2月, 2004 1 次提交
  24. 27 12月, 2003 1 次提交
    • R
      Use BUF_strlcpy() instead of strcpy(). · d420ac2c
      Richard Levitte 提交于
      Use BUF_strlcat() instead of strcat().
      Use BIO_snprintf() instead of sprintf().
      In some cases, keep better track of buffer lengths.
      This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
      d420ac2c
  25. 28 11月, 2003 2 次提交
  26. 21 11月, 2003 1 次提交
  27. 30 10月, 2003 1 次提交
  28. 29 10月, 2003 1 次提交
  29. 04 4月, 2003 1 次提交
  30. 30 3月, 2003 1 次提交
  31. 31 1月, 2003 1 次提交
  32. 24 1月, 2003 1 次提交
  33. 25 12月, 2002 1 次提交
  34. 08 12月, 2002 1 次提交
    • G
      Undefine OPENSSL_NO_DEPRECATED inside openssl application code if we are · 5daec7ea
      Geoff Thorpe 提交于
      being built with it defined - it is not a symbol to affect how openssl
      itself builds, but to alter the way openssl headers can be used from an API
      point of view. The "deprecated" function wrappers will always remain inside
      OpenSSL at least as long as they're still being used internally. :-)
      
      The exception is dsaparam which has been updated to the BN_GENCB-based
      functions to test the new functionality. If GENCB_TEST is defined, dsaparam
      will support a "-timebomb <n>" switch to cancel parameter-generation if it
      gets as far as 'n' seconds without completion.
      5daec7ea
  35. 04 12月, 2002 1 次提交
  36. 13 11月, 2002 1 次提交
  37. 12 11月, 2002 1 次提交
  38. 10 9月, 2002 1 次提交