Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-08-27 | tls: allocate the fallback aead after checking that the cipher is valid | 1 | -10/+10 | |
2023-08-27 | tls: expand use of tls_cipher_desc in tls_set_device_offload | 1 | -18/+4 | |
2023-08-27 | tls: validate cipher descriptions at compile time | 1 | -0/+18 | |
2023-08-27 | tls: extend tls_cipher_desc to fully describe the ciphers | 2 | -9/+64 | |
2023-08-27 | tls: rename tls_cipher_size_desc to tls_cipher_desc | 4 | -52/+52 | |
2023-08-27 | tls: reduce size of tls_cipher_size_desc | 4 | -9/+20 | |
2023-08-27 | tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_desc | 1 | -0/+2 | |
2023-08-27 | tls: move tls_cipher_size_desc to net/tls/tls.h | 2 | -10/+10 | |
2023-08-27 | selftests: tls: test some invalid inputs for setsockopt | 1 | -0/+25 | |
2023-08-27 | selftests: tls: add getsockopt test | 1 | -0/+35 | |
2023-08-27 | selftests: tls: add test variants for aria-gcm | 2 | -0/+25 |