Skip to content
Snippets Groups Projects
  • 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