summaryrefslogtreecommitdiff
path: root/crypto/evp/e_aria.c
Commit message (Expand)AuthorAgeFilesLines
* evp: Simplify ARIA aead cipher definitionTianjia Zhang2022-08-221-9/+9
* fix some code with obvious wrong coding stylex20182021-10-281-13/+13
* evp: fix improper use of negative value issuesPauli2021-06-081-1/+6
* Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconstRichard Levitte2021-06-031-0/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-24/+29
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-0/+2
* Update copyright yearMatt Caswell2021-04-081-1/+1
* enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...Pauli2021-03-241-1/+1
* Add ossl_aria symbolsShane Lontis2021-03-181-16/+16
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-5/+5
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Use local IV storage in e_aria.cBenjamin Kaduk2020-08-111-15/+12
* rand_drbg: remove RAND_DRBG.Pauli2020-08-071-1/+0
* Allow specifying the tag after AAD in CCM mode (2)Patrick Steuer2019-11-201-2/+5
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-3/+3
* Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis2019-08-081-2/+11
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-161-1/+1
* Structure alignment macro.Pauli2019-05-011-3/+3
* Fix a memory leak in ARIA GCMMatt Caswell2019-03-271-1/+13
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* Set error code on alloc failuresRich Salz2018-04-031-4/+6
* Update copyright yearMatt Caswell2018-03-201-1/+1
* Don't use a ssl specific DRBG anymoreKurt Roeckx2018-03-191-8/+3
* Publish the RAND_DRBG APIDr. Matthias St. Pierre2018-03-151-1/+1
* Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx2018-02-281-3/+9
* Implement Aria GCM/CCM Modes and TLS cipher suitesJon Spillett2017-08-301-1/+601
* Fix copyright date for the ARIA evp file.Pauli2017-07-031-1/+1
* Correct Oracle copyrights & clarify.Pauli2017-06-151-4/+1
* Implementation of the ARIA cipher as described in RFC 5794.Pauli2017-02-211-0/+156