1. 02 Feb, 2018 1 commit
  2. 28 Jul, 2017 1 commit
    • Luca Boccassi's avatar
      Problem: fd leak in tweetnacl with one ctx per thread · e015a0f8
      Luca Boccassi authored
      Solution: add a crypto [de-]initialiser, refcounted and serialised
      through critical sections.
      This is necessary as utility APIs such as zmq_curve_keypair also
      call into the sodium/tweetnacl libraries and need the initialisation
      outside of the zmq context.
      Also the libsodium documentation explicitly says that sodium_init
      must not be called concurrently from multiple threads, which could
      have happened until now. Also the randombytes_close function does
      not appear to be thread safe either.
      This change guarantees that the library is initialised only once at
      any given time across the whole program.
      Fixes #2632
      e015a0f8
  3. 28 Jan, 2016 1 commit
  4. 02 Jun, 2015 1 commit
  5. 22 Jan, 2015 1 commit
  6. 02 Jan, 2014 1 commit
  7. 12 Mar, 2013 1 commit
    • Pieter Hintjens's avatar
      Removed corporate advertisements from source file headers · f0f16505
      Pieter Hintjens authored
      Copyrights had become ads for Sustrik's corporate sponsors, going against the original
      agreement to share copyrights with the community (that agreement was: one line stating
      iMatix copyright + one reference to AUTHORS file). The proliferation of corporate ads
      is also unfair to the many individual authors. I've removed ALL corporate title from
      the source files so the copyright statements can now be centralized in AUTHORS and
      source files can be properly updated on an annual basis.
      f0f16505
  8. 01 Nov, 2011 1 commit
  9. 31 Oct, 2011 1 commit
  10. 15 Jul, 2011 1 commit
  11. 22 Jun, 2011 1 commit
  12. 02 Mar, 2011 1 commit
  13. 30 Oct, 2010 1 commit
  14. 13 Feb, 2010 1 commit
  15. 05 Jan, 2010 1 commit
  16. 10 Dec, 2009 1 commit
  17. 03 Nov, 2009 1 commit
  18. 05 Oct, 2009 1 commit
  19. 03 Aug, 2009 1 commit
  20. 29 Jul, 2009 1 commit