Skip to content
Snippets Groups Projects
  1. Apr 16, 2019
  2. Apr 05, 2019
  3. Apr 04, 2019
    • Nick Mathewson's avatar
      Do not cache bogus results from classifying client ciphers · 1710f4bb
      Nick Mathewson authored
      When classifying a client's selection of TLS ciphers, if the client
      ciphers are not yet available, do not cache the result. Previously,
      we had cached the unavailability of the cipher list and never looked
      again, which in turn led us to assume that the client only supported
      the ancient V1 link protocol.  This, in turn, was causing Stem
      integration tests to stall in some cases.  Fixes bug 30021; bugfix
      on 0.2.4.8-alpha.
      1710f4bb
  4. Apr 03, 2019
  5. Apr 01, 2019
  6. Mar 22, 2019
  7. Mar 20, 2019
  8. Mar 19, 2019
  9. Mar 18, 2019
  10. Mar 13, 2019
  11. Mar 09, 2019
  12. Mar 06, 2019
  13. Mar 01, 2019
  14. Feb 27, 2019
  15. Feb 19, 2019
  16. Feb 12, 2019
  17. Jan 23, 2019
  18. Jan 09, 2019
  19. Jan 07, 2019
  20. Jan 04, 2019
  21. Dec 11, 2018
  22. Dec 10, 2018
    • teor's avatar
      Fallbacks: Update the hard-coded fallback list in December 2018 · 4991b293
      teor authored
      Merge Phoul's two lists into teor's list.
      
      Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in
      January 2018 (of which ~115 were still functional), with a list of
      157 fallbacks (92 new, 65 existing, 85 removed) generated in
      December 2018.
      
      Closes ticket 24803.
      4991b293
  23. Dec 07, 2018
    • teor's avatar
      Fallbacks: Update the hard-coded fallback list in December 2018 · 78e177d6
      teor authored
      Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in
      January 2018 (of which ~115 were still functional), with a list of
      148 fallbacks (89 new, 59 existing, 91 removed) generated in
      December 2018.
      
      Closes ticket 24803.
      78e177d6
  24. Dec 05, 2018
  25. Nov 15, 2018
    • Nick Mathewson's avatar
      Merge remote-tracking branch 'public/bug24104_029_squashed' into maint-0.2.9 · 8569166c
      Nick Mathewson authored
      Resolved conflicts with the 26269 fix in 015fcd0e.
      8569166c
    • teor's avatar
      Windows: fix uname on recent Windows versions · 2fbc58cf
      teor authored
      Correctly identify Windows 8.1, Windows 10, and Windows Server 2008
      and later from their NT versions.
      
      On recent Windows versions, the GetVersionEx() function may report
      an earlier Windows version than the running OS. To avoid user
      confusion, add "[or later]" to Tor's version string on affected
      versions of Windows.
      
      Remove Windows versions that were never supported by the
      GetVersionEx() function.
      
      Stop duplicating the latest Windows version in get_uname().
      
      Fixes bug 28096; bugfix on 0.2.2.34; reported by Keifer Bly.
      2fbc58cf
  26. Nov 13, 2018
  27. Nov 12, 2018
    • Nick Mathewson's avatar
      Fix a compiler warning in aes.c. · 1a11702a
      Nick Mathewson authored
      Apparently some freebsd compilers can't tell that 'c' will never
      be used uninitialized.
      
      Fixes bug 28413; bugfix on 0.2.9.3-alpha when we added support for
      longer AES keys to this function.
      1a11702a
  28. Nov 11, 2018
Loading