| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: Fix various typos, repeated words, align some spelling to LDP. | FdaSilvaYY | 2022-10-12 | 1 | -1/+1 |
* | Stop raising ERR_R_MALLOC_FAILURE in most places | Richard Levitte | 2022-10-05 | 1 | -6/+2 |
* | evp: Simplify ARIA aead cipher definition | Tianjia Zhang | 2022-08-22 | 1 | -9/+9 |
* | fix some code with obvious wrong coding style | x2018 | 2021-10-28 | 1 | -13/+13 |
* | evp: fix improper use of negative value issues | Pauli | 2021-06-08 | 1 | -1/+6 |
* | Deprecate EVP_CIPHER_impl_ctx_size and EVP_CIPHER_CTX_buf_noconst | Richard Levitte | 2021-06-03 | 1 | -0/+2 |
* | Rename all getters to use get/get0 in name | Tomas Mraz | 2021-06-01 | 1 | -24/+29 |
* | Add "origin" field to EVP_CIPHER, EVP_MD | Rich Salz | 2021-04-18 | 1 | -0/+2 |
* | Update copyright year | Matt Caswell | 2021-04-08 | 1 | -1/+1 |
* | enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515... | Pauli | 2021-03-24 | 1 | -1/+1 |
* | Add ossl_aria symbols | Shane Lontis | 2021-03-18 | 1 | -16/+16 |
* | Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call | Richard Levitte | 2020-11-13 | 1 | -5/+5 |
* | Update copyright year | Matt Caswell | 2020-10-15 | 1 | -1/+1 |
* | Use local IV storage in e_aria.c | Benjamin Kaduk | 2020-08-11 | 1 | -15/+12 |
* | rand_drbg: remove RAND_DRBG. | Pauli | 2020-08-07 | 1 | -1/+0 |
* | Allow specifying the tag after AAD in CCM mode (2) | Patrick Steuer | 2019-11-20 | 1 | -2/+5 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -3/+3 |
* | Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modes | Shane Lontis | 2019-08-08 | 1 | -2/+11 |
* | Add Common shared code needed to move aes ciphers to providers | Shane Lontis | 2019-07-16 | 1 | -1/+1 |
* | Structure alignment macro. | Pauli | 2019-05-01 | 1 | -3/+3 |
* | Fix a memory leak in ARIA GCM | Matt Caswell | 2019-03-27 | 1 | -1/+13 |
* | Following the license change, modify the boilerplates in crypto/evp/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Set error code on alloc failures | Rich Salz | 2018-04-03 | 1 | -4/+6 |
* | Update copyright year | Matt Caswell | 2018-03-20 | 1 | -1/+1 |
* | Don't use a ssl specific DRBG anymore | Kurt Roeckx | 2018-03-19 | 1 | -8/+3 |
* | Publish the RAND_DRBG API | Dr. Matthias St. Pierre | 2018-03-15 | 1 | -1/+1 |
* | Tell the ciphers which DRBG to use for generating random bytes. | Kurt Roeckx | 2018-02-28 | 1 | -3/+9 |
* | Implement Aria GCM/CCM Modes and TLS cipher suites | Jon Spillett | 2017-08-30 | 1 | -1/+601 |
* | Fix copyright date for the ARIA evp file. | Pauli | 2017-07-03 | 1 | -1/+1 |
* | Correct Oracle copyrights & clarify. | Pauli | 2017-06-15 | 1 | -4/+1 |
* | Implementation of the ARIA cipher as described in RFC 5794. | Pauli | 2017-02-21 | 1 | -0/+156 |