summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aria.c
AgeCommit message (Expand)Author
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