1. 13 Dec, 2011 4 commits
  2. 12 Dec, 2011 3 commits
  3. 09 Dec, 2011 2 commits
  4. 06 Dec, 2011 1 commit
  5. 30 Nov, 2011 2 commits
    • Antoine Catton's avatar
      Update the dropbear url. · 732ca74d
      Antoine Catton authored
      I updated the dropbear url because it wasn't uploaded to network cache.
      I kept an old version because :
       * our patches don't work anymore with the latest version.
       * the latest version (at the date of this commit, doesn't have an
         interesting changelog).
       * by laziness.
      732ca74d
    • Antoine Catton's avatar
      Version up stunnel from 4.49 to 4.49. · 30a907dd
      Antoine Catton authored
      30a907dd
  6. 23 Nov, 2011 1 commit
  7. 22 Nov, 2011 8 commits
  8. 17 Nov, 2011 2 commits
  9. 16 Nov, 2011 11 commits
  10. 09 Nov, 2011 1 commit
  11. 08 Nov, 2011 4 commits
  12. 07 Nov, 2011 1 commit
    • Antoine Catton's avatar
      stunnel: version up 4.45 to 4.46 · c74767a0
      Antoine Catton authored
      ChangeLog entry :
      * New features
        - Added Unix socket support (e.g. "connect = /var/run/stunnel/socket").
        - Added "verify = 4" mode to ignore CA chain and only verify peer certificate.
        - Removed the limit of 16 IP addresses for a single 'connect' option.
        - Removed the limit of 256 stunnel.conf sections in PTHREAD threading model.
          It is still not possible have more than 63 sections on WIN32 platform.
      * Optimizations
        - Reduced per-connection memory usage.
        - Performed a major refactoring of internal data structures.  Extensive
          internal testing was performed, but some regression bugs are expected.
      * Bugfixes
        - Fixed WIN32 compilation with Mingw32.
        - Fixed non-blocking API emulation layer in UCONTEXT threading model.
        - Fixed signal handling in UCONTEXT threading model.
      c74767a0