1. 27 Sep, 2007 1 commit
  2. 26 Sep, 2007 1 commit
  3. 21 Sep, 2007 1 commit
    • Bodo Möller's avatar
      Implement the Opaque PRF Input TLS extension · 761772d7
      Bodo Möller authored
      (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
  4. 07 Sep, 2007 1 commit
  5. 31 Aug, 2007 1 commit
  6. 27 Aug, 2007 1 commit
  7. 23 Aug, 2007 1 commit
  8. 11 Aug, 2007 1 commit
  9. 20 Jun, 2007 1 commit
  10. 07 Jun, 2007 1 commit
  11. 04 Jun, 2007 2 commits
  12. 22 May, 2007 1 commit
  13. 13 May, 2007 2 commits
  14. 23 Apr, 2007 1 commit
  15. 13 Apr, 2007 1 commit
  16. 11 Apr, 2007 2 commits
  17. 08 Apr, 2007 1 commit
  18. 28 Mar, 2007 2 commits
  19. 21 Mar, 2007 1 commit
  20. 26 Feb, 2007 1 commit
  21. 21 Feb, 2007 2 commits
  22. 20 Feb, 2007 1 commit
  23. 19 Feb, 2007 1 commit
    • Bodo Möller's avatar
      Include "!eNULL" in SSL_DEFAULT_CIPHER_LIST to make sure that a · 0a05123a
      Bodo Möller authored
      ciphersuite string such as "DEFAULT:RSA" cannot enable
      authentication-only ciphersuites.
      
      Also, change ssl_create_cipher_list() so that it no longer
      starts with an arbitrary ciphersuite ordering, but instead
      uses the logic that we previously had in SSL_DEFEAULT_CIPHER_LIST.
      SSL_DEFAULT_CIPHER_LIST simplifies into just "ALL:!aNULL:!eNULL".
      0a05123a
  24. 17 Feb, 2007 1 commit
    • Bodo Möller's avatar
      Reorganize the data used for SSL ciphersuite pattern matching. · 52b8dad8
      Bodo Möller authored
      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
  25. 03 Feb, 2007 1 commit
  26. 24 Dec, 2006 1 commit
    • Dr. Stephen Henson's avatar
      Experimental streaming PKCS#7 support. · 11d8cdc6
      Dr. Stephen Henson authored
      I thought it was about time I dusted this off. This stuff had been sitting on
      my hard drive for *ages* (2003 in fact). Hasn't been tested well and may not
      work properly.
      
      Nothing uses it at present which is just as well.
      
      Think of this as a traditional Christmas present which looks far more
      impressive in the adverts and on the box, some of the bits are missing and
      falls to bits if you play with it too much.
      11d8cdc6
  27. 21 Dec, 2006 1 commit
  28. 20 Dec, 2006 1 commit
  29. 19 Dec, 2006 1 commit
  30. 29 Nov, 2006 1 commit
  31. 27 Nov, 2006 1 commit
  32. 21 Nov, 2006 1 commit
  33. 16 Nov, 2006 1 commit
  34. 23 Oct, 2006 1 commit
  35. 28 Sep, 2006 1 commit