Update TLS 1.2

TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 passed
This commit is contained in:
Zhi Guan
2026-05-30 21:34:40 +08:00
parent 48d1a0e079
commit a1f5ef42eb
2 changed files with 136 additions and 65 deletions

View File

@@ -75,7 +75,7 @@ static const BLOCK_CIPHER aes128_block_cipher_object = {
(block_cipher_set_encrypt_key_func)aes128_set_encrypt_key,
(block_cipher_set_decrypt_key_func)aes128_set_decrypt_key,
(block_cipher_encrypt_func)aes_encrypt,
(block_cipher_decrypt_func)aes_encrypt,
(block_cipher_decrypt_func)aes_decrypt,
};
const BLOCK_CIPHER *BLOCK_CIPHER_aes128(void) {