1. 29 9月, 2007 1 次提交
  2. 27 9月, 2007 1 次提交
  3. 23 9月, 2007 1 次提交
  4. 21 9月, 2007 1 次提交
    • B
      Implement the Opaque PRF Input TLS extension · 761772d7
      Bodo Möller 提交于
      (draft-rescorla-tls-opaque-prf-input-00.txt), and do some cleanups and
      bugfixes on the way.  In particular, this fixes the buffer bounds
      checks in ssl_add_clienthello_tlsext() and in ssl_add_serverhello_tlsext().
      
      Note that the opaque PRF Input TLS extension is not compiled by default;
      see CHANGES.
      761772d7
  5. 20 8月, 2007 1 次提交
  6. 13 8月, 2007 3 次提交
  7. 12 8月, 2007 1 次提交
  8. 24 4月, 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. 22 1月, 2007 1 次提交
  11. 15 6月, 2006 1 次提交
  12. 03 4月, 2006 4 次提交
  13. 30 3月, 2006 2 次提交
  14. 16 3月, 2006 1 次提交
  15. 15 3月, 2006 1 次提交
  16. 14 3月, 2006 1 次提交
  17. 13 3月, 2006 5 次提交
  18. 12 3月, 2006 1 次提交
  19. 14 1月, 2006 1 次提交
  20. 13 1月, 2006 1 次提交
  21. 11 1月, 2006 1 次提交
  22. 10 1月, 2006 1 次提交
  23. 03 1月, 2006 2 次提交
  24. 09 8月, 2005 1 次提交
  25. 06 8月, 2005 1 次提交
  26. 27 4月, 2005 1 次提交
  27. 31 3月, 2005 1 次提交
  28. 21 2月, 2000 1 次提交
    • R
      Move the registration of callback functions to special functions · d3442bc7
      Richard Levitte 提交于
      designed for that.  This removes the potential error to mix data and
      function pointers.
      
      Please note that I'm a little unsure how incorrect calls to the old
      ctrl functions should be handled, in som cases.  I currently return 0
      and that's it, but it may be more correct to generate a genuine error
      in those cases.
      d3442bc7
  29. 31 1月, 2000 1 次提交