Raise an error on syscall failure in tls_retry_write_records
[openssl.git] / providers / implementations / include / prov / ciphercommon.h
2023-11-03 Tomas Mrazupdate/final: Return error if key is not set
2023-09-07 Matt CaswellCopyright year updates
2023-04-21 Irak RigiaReplaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_D...
2022-08-19 PauliLimit the size of various MAXCHUNK definitions
2022-05-11 Hongren (Zenithal... Make IV/buf in prov_cipher_ctx_st aligned
2022-05-03 Matt CaswellUpdate copyright year
2022-02-16 Weiguo LiAdd define guards to avoid multi-inclusion
2021-06-08 Shane LontisAdd a gettable for provider ciphers to return the EVP_C...
2021-03-03 Tomas MrazRemove unused MAX_TLS_MAC_SIZE define
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-10 Shane LontisReplace provider cipher flags with separate param fields
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-25 Matt CaswellFix RC4-MD5 based ciphersuites
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
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-18 Shane LontisAdd missing 'ossl_unused' tags to some gettable and...
2020-09-12 Pauliciphers: add FIPS error state handling
2020-08-11 Benjamin KadukSupport cipher provider "iv state"
2020-08-06 Pauligettables: provider changes to pass the provider context.
2020-07-15 Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-07-06 Matt CaswellEnsure any allocated MAC is freed in the provider code
2020-07-06 Matt CaswellDecreate the length after decryption for the stitched...
2020-07-06 Matt CaswellEnsure cipher_generic_initkey gets passed the actual...
2020-07-06 Matt CaswellAdd provider support for TLS CBC padding and MAC removal
2020-06-25 Matt CaswellUpdate copyright year
2020-06-24 Dr. Matthias St... Make the naming scheme for dispatched functions more...
2020-06-24 Dr. Matthias St... Rename <openssl/core_numbers.h> -> <openssl/core_dispat...
2019-12-19 Richard LevitteEVP & PROV: Fix all platform inclusions
2019-12-11 XiaokangQianOptimize AES-ECB mode in OpenSSL for both aarch64 and...
2019-12-11 Richard LevitteMove providers/common/{ciphers,digests}/* to providers...