summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aria.c
AgeCommit message (Expand)Author
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-08-22evp: Simplify ARIA aead cipher definitionTianjia Zhang
2021-10-28fix some code with obvious wrong coding stylex2018
2021-06-08evp: fix improper use of negative value issuesPauli
2021-06-03Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-08Update copyright yearMatt Caswell
2021-03-24enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...Pauli
2021-03-18Add ossl_aria symbolsShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Update copyright yearMatt Caswell
2020-08-11Use local IV storage in e_aria.cBenjamin Kaduk
2020-08-07rand_drbg: remove RAND_DRBG.Pauli
2019-11-20Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-05-01Structure alignment macro.Pauli
2019-03-27Fix a memory leak in ARIA GCMMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2018-03-20Update copyright yearMatt Caswell
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2017-08-30Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett
2017-07-03Fix copyright date for the ARIA evp file.Pauli
2017-06-15Correct Oracle copyrights & clarify.Pauli
2017-02-21Implementation of the ARIA cipher as described in RFC 5794.Pauli