summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aria.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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