c1f8e66 KTLS additional ciphersuites

Authored and Committed by Frantisek Krenzelok a year ago
    KTLS additional ciphersuites
    
    Key update supported for patched kernels [1]
    
    Configuration option `ktls = false` [2]
    
    following ciphersuites are now supported: [3]
    * TLS_AES_128_CCM_SHA256
    * TLS_CHACHA20_POLY1305_SHA256
    
    Ivalidate session on KTLS error as there is no way to recover and new
    sockets as well as session have to be created. [4]
    
    [1] https://gitlab.com/gnutls/gnutls/-/merge_requests/1625
    [2] https://gitlab.com/gnutls/gnutls/-/merge_requests/1673/diffs?commit_id=aefd7319c0b7b2410d06238246b7755b289e4837
    [3] https://gitlab.com/gnutls/gnutls/-/merge_requests/1676
    [4] https://gitlab.com/gnutls/gnutls/-/merge_requests/1664
    
    Signed-off-by: Frantisek Krenzelok <krenzelok.frantisek@gmail.com>
    
        
file modified
+6 -1