Fix grammar in certificates.txt
[openssl.git] / providers / implementations / ciphers / cipher_aes_ocb.c
2023-11-03 Tomas MrazWhen changing IV length invalidate previously set IV
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2021-03-11 Paulisupport params argument to AES cipher init calls
2021-02-26 Pauliprov: upport modified gettable/settable ctx calls for...
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-11-30 Matt CaswellFix instances of pointer addition with the NULL pointer
2020-10-01 Pauliprov: prefix all exposed 'cipher' symbols with ossl_
2020-09-29 Pauliprov: prefix provider internal functions with ossl_
2020-09-29 Pauliprov: prefix all OSSL_DISPATCH tables names with ossl_
2020-09-12 Pauliciphers: add FIPS error state handling
2020-08-11 Pauliprovider: add the unused paramater tag to the gettable...
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-08-04 Shane LontisFix provider cipher reinit after init/update with a...
2020-07-06 Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
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-30 Paulicoverity: 1462544 Dereference after null check
2020-04-23 Matt CaswellUpdate copyright year
2020-03-08 Kurt RoeckxImprove small block cipher performance
2020-01-06 Matt CaswellDeprecate the low level AES functions
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...
2019-11-29 Matt CaswellMake sure we handle input NULL with length 0
2019-11-18 Shane LontisFix Use after free when copying cipher ctx
2019-10-10 Richard LevitteCleanup: move remaining providers/common/include/intern...
2019-10-10 Richard LevitteCleanup: move providers/common/include/internal/provide...
2019-10-10 Richard LevitteProviders: move all ciphers