1. 05 Nov, 2014 1 commit
  2. 02 Nov, 2014 5 commits
  3. 29 Oct, 2014 1 commit
  4. 26 Oct, 2014 1 commit
  5. 23 Oct, 2014 1 commit
  6. 20 Oct, 2014 1 commit
  7. 09 Oct, 2014 1 commit
  8. 08 Oct, 2014 1 commit
  9. 30 Sep, 2014 1 commit
  10. 13 Sep, 2014 1 commit
  11. 10 Sep, 2014 2 commits
  12. 08 Sep, 2014 1 commit
  13. 07 Sep, 2014 1 commit
  14. 06 Sep, 2014 1 commit
  15. 04 Sep, 2014 1 commit
  16. 01 Sep, 2014 1 commit
  17. 25 Aug, 2014 3 commits
  18. 15 Aug, 2014 1 commit
  19. 10 Aug, 2014 1 commit
  20. 08 Aug, 2014 1 commit
  21. 05 Aug, 2014 1 commit
  22. 31 Jul, 2014 1 commit
  23. 23 Jul, 2014 1 commit
  24. 18 Jul, 2014 1 commit
  25. 16 Jul, 2014 2 commits
  26. 14 Jul, 2014 1 commit
  27. 12 Jul, 2014 4 commits
  28. 11 Jul, 2014 2 commits
    • Dan Fandrich's avatar
      gnutls: fixed compilation against versions < 2.12.0 · 3d2e1724
      Dan Fandrich authored
      The AES-GCM ciphers were added to GnuTLS as late as ver. 3.0.1 but
      the code path in which they're referenced here is only ever used for
      somewhat older GnuTLS versions. This caused undeclared identifier errors
      when compiling against those.
      3d2e1724
    • Dan Fandrich's avatar
      gnutls: explicitly added SRP to the priority string · 447c31ce
      Dan Fandrich authored
      This seems to have become necessary for SRP support to work starting
      with GnuTLS ver. 2.99.0. Since support for SRP was added to GnuTLS
      before the function that takes this priority string, there should be no
      issue with backward compatibility.
      447c31ce