summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers
AgeCommit message (Expand)Author
2023-04-21Replaced '{ 0, NULL }' with OSSL_DISPATCH_END in OSSL_DISPATCH arraysIrak Rigia
2023-04-18fix test failure on Kunpeng-920zhangzhilei
2023-03-21enable hardware acceleration for sm4-ccmzhangzhilei
2023-03-16riscv: Clean up extension test macrosChristoph Müllner
2023-03-15enable VPSM4_EX_CAPABLE for sm4_gcmzhangzhilei
2023-03-15Remove duplicate codezhangzhilei
2023-03-01Remove AES SIV ciphers from the FIPS providerPauli
2023-02-08Rationalize FIPS sourcesTomas Mraz
2023-02-08des: prevent error when using two key triple DES with a random keyPauli
2023-02-02SM4 AESE optimization for ARMv8Xu Yizhou
2023-01-30ChaCha20-Poly1305 no longer supports truncated IV's.slontis
2022-11-30aes: add AES-GCM-SIV modes to the FIPS providerPauli
2022-11-29providers: Add SM4 XTS implementationXu Yizhou
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-13Fix AES-GCM on Power 8 CPUsTomas Mraz
2022-09-12Fix PROV_RC5_CTX's original structure namePaul Yang
2022-09-05provider: cipher: aes: add riscv32 zkn (zbkb) supportHongren (Zenithal) Zheng
2022-08-01Fix AES-GCM-SIV endian issuesTodd Short
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-27GCM: record limit counter gets reset on AAD changesPauli
2022-07-06Fix Coverity 1498605 & 1498606: uninitialised valuePauli
2022-06-10providers: cipher: aes: add riscv64 zkn supportHongren (Zenithal) Zheng
2022-05-23Fix regression in default key length for Blowfish CFB and OFB ciphersTomas Mraz
2022-05-03Update copyright yearMatt Caswell
2022-05-03Fix the RC4-MD5 cipherMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-12SM4 optimization for ARM by ASIMDDaniel Hu
2022-03-07Further acceleration for SM4-GCM on ARMDaniel Hu
2022-02-10AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov
2022-02-07Fixed counter overflowDanny Tsen
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-01-27Fix IV length of DES EDE ECB implementationsTomas Mraz
2022-01-25Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian
2022-01-24AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen
2022-01-18SM4 optimization for ARM by HW instructionDaniel Hu
2022-01-05Fix typosDimitris Apostolou
2021-10-28fix some code with obvious wrong coding stylex2018
2021-09-28providers: Add SM4 GCM implementationTianjia Zhang
2021-09-07Update copyright yearRichard Levitte
2021-08-26aes-wrap: improve error handlingPauli
2021-08-18Fix CTS cipher decrypt so that the updated IV is returned correctly.Shane Lontis
2021-08-18Change CTS CS3 (Kerberos) so that it accepts a 16 byte input blockShane Lontis
2021-08-18Add support for camellia cbc cts modeShane Lontis
2021-08-18Refactor cipher aes_cts code so that it can be used by other 128bit ciphersShane Lontis
2021-07-14Remove lower limit on GCM mode ciphersPauli
2021-06-17Update copyright yearMatt Caswell
2021-06-16Correct processing of AES-SHA stitched ciphersDmitry Belyavskiy
2021-06-08Add a gettable for provider ciphers to return the EVP_CIPH_RAND_KEY flagShane Lontis
2021-06-08Fix CipherInit on s390x.Juergen Christ
2021-06-04Move libssl related defines used by fips provider to prov_ssl.hTomas Mraz