master
Consolidate SPARC T4 AES implementations
Fix double-free of tlsmac in cipher dupctx implementations
Guard include files in providers
ciphers: Use include file for generated code
4.0-POST-CLANG-FORMAT-WEBKIT
Convert use of artisinally made hand crafted integer types to use the stdint.h ones.
Copyright year updates
Refactor cipher aes_cts code so that it can be used by other 128bit ciphers
Prefix internal AES-GCM functions with ossl_
[test] check tag abuse for AEAD ciphers
Check the tag on EVP_Cipher() finalize: Poly1305 and OCB AEADs
Expand AES mode macro into explicit functions
Add AVX-512/VAES optimized AES-CBC decryption
s390x: Fix AES-XTS hardware acceleration in IBM z17
Fix handling of empty-ciphertext messages in AES-GCM-SIV and AES-SIV
Reject AES-XTS operations without an IV
Update copyright year
Replace GCM_HW_SET_KEY_CTR_FN with a function
Fix macro staircase formatting issue
Add support for camellia cbc cts mode
chacha_poly: Use IV_STATE guard to prevent IV reuse
[test] check late AAD rejection across AEADs
make providers includes self contained
Update for Zvkb extension.
Enable x86-64 SM4 optimizations with SM4 ISA extension
Performance Optimization of SM4-CBC Encryption and Decryption with Assembly on RISC-V Architecture
Refactor FIPS parameter and indicator handling
prov: prefix all exposed 'cipher' symbols with ossl_
Removes some stale SSLv3 support around the code and updated documentation to reflect removal.