ssl/statem: Replace size_t with int and add the checks
[openssl.git] / providers / implementations / ciphers / ciphercommon_gcm.c
2023-11-03 Tomas MrazWhen changing IV length invalidate previously set IV
2023-09-07 Matt CaswellCopyright year updates
2023-06-02 Pauligcm: use the new faster param location mechanism.
2023-06-02 Pauliparams: provide a faster TRIE based param lookup.
2022-07-27 PauliGCM: record limit counter gets reset on AAD changes
2021-07-14 PauliRemove lower limit on GCM mode ciphers
2021-05-29 Pauliprov: add zero strenght arguments to BN and RAND RNG...
2021-03-11 Pauliprov: support params argument to common cipher init...
2021-03-11 Pauliprov: support params argument to RCx ciphers
2021-02-18 Shane LontisFix external symbols in the provider cipher implementat...
2021-02-11 Tomas MrazVarious cleanup of PROV_R_ reason codes
2021-02-11 Tomas MrazMove the PROV_R reason codes to a public header
2021-01-28 Richard LevitteUpdate copyright year
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-10-15 Dr. Matthias St... Rename some occurrences of 'library_context' and 'lib_c...
2020-09-12 Pauliciphers: add FIPS error state handling
2020-08-11 Benjamin KadukMake GCM providers more generous about fetching IVs
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-07-06 Matt CaswellEnsure GCM "update" failures return 0 on error
2020-06-20 Benjamin KadukAllow oversized buffers for provider cipher IV fetch
2020-06-20 Benjamin KadukSet cipher IV as octet string and pointer from providers
2020-04-23 Matt CaswellUpdate copyright year
2020-01-20 Matt CaswellConvert rand_bytes_ex and rand_priv_bytes_ex to public...
2020-01-10 Shane LontisAdd GCM support for EVP_CTRL_GCM_IV_GEN and EVP_CTRL_GC...
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...