Skip to content
Snippets Groups Projects
  1. Sep 21, 2017
  2. Sep 20, 2017
  3. Sep 19, 2017
    • Guillaume Valadon's avatar
      Fix DHCPv6 Relay message behavior · 1c98e2ab
      Guillaume Valadon authored
      1c98e2ab
    • Florian Maury's avatar
      Add next_cls_cb attribute to PacketListField · f30d24fa
      Florian Maury authored
        - this feature adds the ability to have a PacketListField
          of heterogeneous Packet types with dynamic discovery
          of the next type. This discovery can be based on any elements
          including previously parsed packets, underlayers, remaining
          bytes (look ahead), and last parsed packet.
        - this feature also adds the ability to parse PacketListFields
          where neither the length nor the number of elements can be
          predicted before parsing. This could be done previously using
          a length_from callback that did significant peeks into the
          string to parse, but it felt clumsy.
      f30d24fa
  4. Sep 17, 2017
  5. Sep 16, 2017
  6. Sep 15, 2017
  7. Sep 14, 2017
  8. Sep 12, 2017
  9. Sep 10, 2017
  10. Sep 08, 2017
  11. Sep 02, 2017
  12. Aug 31, 2017
  13. Aug 30, 2017
  14. Aug 28, 2017
  15. Aug 24, 2017
  16. Aug 20, 2017
  17. Aug 11, 2017
  18. Aug 06, 2017
  19. Aug 02, 2017
  20. Jul 31, 2017
  21. Jul 24, 2017
  22. Jul 19, 2017
  23. Jul 13, 2017
  24. Jul 06, 2017
    • mtury's avatar
      [TLS] Major module overhaul (#542) · 72720872
      mtury authored
      * TLS module major overhaul
      
      * Clean TLS directory
      
      * TLS 1.3 packets and basic client automaton (+ session fixes)
      
      * Fix multiple key share entries
      
      * Convergence py3
      
      * Support features from cryptography v2.0
      
      * Validate CertificateVerify signatures
      
      * Small fix on TLS signature parsing
      
      * Small fixes in TLS module
      
      * Enhance Encrypted PMS support
      
      * Convergence py3 - print
      
      * Revert useless changes
      
      * Strengthen crypto lib validation
      72720872
  25. Jun 29, 2017
Loading