- Sep 10, 2017
-
-
gpotter2 authored
-
- Jul 06, 2017
-
-
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
-
- Jun 22, 2017
-
-
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
-
- Apr 06, 2017
-
-
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:
Thomas Faivre <thomas.faivre@6wind.com>
-
- Mar 21, 2017
-
-
gpotter2 authored
-
- Feb 10, 2017
-
-
mtu authored
-
- Feb 08, 2017