Skip to content
Snippets Groups Projects
  1. Jan 14, 2018
  2. Jan 13, 2018
  3. Jan 12, 2018
  4. Jan 06, 2018
  5. Dec 27, 2017
  6. Dec 20, 2017
  7. Dec 03, 2017
  8. Nov 27, 2017
    • Andreas Heiberg's avatar
      style: consistently space `ans, unans =` · 681d10eb
      Andreas Heiberg authored
      When I was reading the docs online I had trouble discerning between `ans.unans` and `ans,unans` because of the font. As a result I mistakenly initially assumed that unans was a property on an object ans. Thinking about it and scrolling through the docs did clear it up somewhat trivially though.
      
      In the hope to prevent others from making the same mistake I've taken the liberty to make insert a space where it was missing.
  9. Nov 06, 2017
  10. Sep 20, 2017
  11. Sep 11, 2017
  12. Sep 08, 2017
  13. Sep 07, 2017
  14. Aug 22, 2017
  15. Jul 24, 2017
  16. Jul 12, 2017
  17. Jun 29, 2017
  18. Jun 27, 2017
  19. May 23, 2017
  20. Apr 27, 2017
  21. Apr 18, 2017
  22. Apr 12, 2017
  23. Apr 10, 2017
  24. Mar 29, 2017
  25. Mar 20, 2017
  26. Mar 04, 2017
  27. Mar 01, 2017
  28. Feb 22, 2017
  29. Feb 07, 2017
  30. Jan 15, 2017
  31. Jan 06, 2017
    • Thomas Faivre's avatar
      switch from PyCrypto to cryptography lib · c24298b9
      Thomas Faivre authored
      
      Change the cryptographic library used in the following layers:
       * IPSec
       * TLS
       * Dot11
      
      Notes:
       * Fix the WEP key in regression.uts: Should be a 40 bits key (5 ASCII)
         and 24 bits nonce for 64 bits WEP. The key was 8 ASCII => 88 bits
         in total
       * AES-GCM and AES-CMAC algorithms are now native in cryptography: add
         tests in ipsec.uts
       * cryptography only supports Python 2.6+
       * Fix the docstring for the pad method
      
      Removed:
       * MD2 and MD4 hash algorithms for RSA in tls/crypto/pkcs1.py
       * AES-XCBC-96 not supported by cryptography.
      
      Signed-off-by: default avatarThomas Faivre <thomas.faivre@6wind.com>
      c24298b9
  32. Jan 03, 2017
  33. Dec 14, 2016
  34. Nov 14, 2016
  35. Nov 04, 2016
Loading