1. 03 2月, 2012 1 次提交
  2. 31 1月, 2012 1 次提交
  3. 27 1月, 2012 2 次提交
  4. 26 1月, 2012 1 次提交
    • D
      Tidy/enhance certificate chain output code. · 4379d0e4
      Dr. Stephen Henson 提交于
      New function ssl_add_cert_chain which adds a certificate chain to
      SSL internal BUF_MEM. Use this function in ssl3_output_cert_chain
      and dtls1_output_cert_chain instead of partly duplicating code.
      4379d0e4
  5. 06 5月, 2011 1 次提交
  6. 25 3月, 2010 1 次提交
  7. 30 6月, 2009 2 次提交
  8. 07 9月, 2007 1 次提交
  9. 17 2月, 2007 1 次提交
    • B
      Reorganize the data used for SSL ciphersuite pattern matching. · 52b8dad8
      Bodo Möller 提交于
      This change resolves a number of problems and obviates multiple kludges.
      A new feature is that you can now say "AES256" or "AES128" (not just
      "AES", which enables both).
      
      In some cases the ciphersuite list generated from a given string is
      affected by this change.  I hope this is just in those cases where the
      previous behaviour did not make sense.
      52b8dad8
  10. 14 6月, 2006 1 次提交
  11. 25 2月, 2006 1 次提交
  12. 09 8月, 2005 1 次提交
  13. 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
  14. 01 6月, 2005 1 次提交
  15. 30 3月, 2005 1 次提交
  16. 07 9月, 2004 1 次提交
  17. 10 7月, 2004 1 次提交
  18. 18 5月, 2004 1 次提交
  19. 20 4月, 2004 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. 06 2月, 2003 1 次提交
  23. 16 11月, 2002 1 次提交
  24. 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
  25. 29 4月, 2002 1 次提交
  26. 19 4月, 2002 1 次提交
  27. 28 2月, 2002 1 次提交
  28. 24 10月, 2001 1 次提交
  29. 04 10月, 2001 1 次提交
  30. 03 9月, 2001 1 次提交
  31. 02 9月, 2001 1 次提交
    • G
      Make the necessary changes to work with the recent "ex_data" overhaul. · 79aa04ef
      Geoff Thorpe 提交于
      See the commit log message for that for more information.
      
      NB: X509_STORE_CTX's use of "ex_data" support was actually misimplemented
      (initialisation by "memset" won't/can't/doesn't work). This fixes that but
      requires that X509_STORE_CTX_init() be able to handle errors - so its
      prototype has been changed to return 'int' rather than 'void'. All uses of
      that function throughout the source code have been tracked down and
      adjusted.
      79aa04ef
  32. 26 8月, 2001 1 次提交
  33. 31 7月, 2001 2 次提交
  34. 30 7月, 2001 1 次提交
  35. 22 2月, 2001 1 次提交
  36. 20 2月, 2001 1 次提交
  37. 16 12月, 2000 1 次提交