Skip to content
Snippets Groups Projects
  1. Sep 10, 2017
  2. 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
  3. Jun 22, 2017
    • gpotter2's avatar
      [coverage] Several tests + coverage stability (#637) · 653d114f
      gpotter2 authored
      * Simplify construct_source_candidate_set
      
      * New tests: _CipherSuitesField and construct_source_candidate_set
      
      * Fix run_tests.bat
      
      * New nmap.uts tests
      
      * Add LLMNR tests
      
      * Add TLS failing tests
      
      * STP, linux + bpf random tests
      
      * Add DHCP6 tests
      653d114f
  4. Apr 06, 2017
    • Thomas Faivre's avatar
      tests: fix some AES-CCM tests · e430ef63
      Thomas Faivre authored
      
      In TLS, the AES-CCM test is commented out because CCM is not supported
      by cryptography. But the combined_modes_ccm keyword is made to skip
      these tests.
      
      In IPsec, some IPv4 tests are located in the IPv6 section. Also add the
      same combination of test for the AES-CCM as the other modes.
      
      Also, there is some errors in the key material as the *MUST*
      implementation uses a 16 bytes key and a 3 bytes nonce. Fix those
      lengths.
      
      Signed-off-by: default avatarThomas Faivre <thomas.faivre@6wind.com>
      e430ef63
  5. Mar 21, 2017
  6. Feb 10, 2017
  7. Feb 08, 2017
Loading