aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_sm4.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2022-05-031-1/+1
* SM4 optimization for ARM by ASIMDDaniel Hu2022-04-121-0/+24
* SM4 optimization for ARM by HW instructionDaniel Hu2022-01-181-49/+144
* 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-1/+1
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-0/+1
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-181-8/+8
* Update copyright yearMatt Caswell2020-10-151-1/+1
* Use local IV storage in e_sm4.cBenjamin Kaduk2020-08-111-2/+2
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* Following the license change, modify the boilerplates in crypto/evp/Richard Levitte2018-12-061-1/+1
* SM4: Add SM4 block cipher to EVPRonald Tse2017-10-311-0/+100