summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers
AgeCommit message (Expand)Author
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
2021-06-01Fix param indentation in ciphercommon_hw.cShane Lontis
2021-06-01Fix aes cfb1 so that it can operate in bit mode.Shane Lontis
2021-05-29prov: add zero strenght arguments to BN and RAND RNG callsPauli
2021-05-28Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis
2021-05-28Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis
2021-05-27Use <> for #include openssl/xxxRich Salz
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-08Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb
2021-05-07Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett
2021-05-07Drop libimplementations.aRichard Levitte
2021-04-19Do IV reset also for DES and 3DES implementationsTomas Mraz
2021-04-12Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz
2021-04-08Update copyright yearMatt Caswell
2021-04-08Revert "Fix AES-CBC perf test failure issue"Pauli
2021-04-07Fix AES-CBC perf test failure issueFangming.Fang
2021-03-18Add ossl_provider symbolsShane Lontis
2021-03-18Add ossl_ symbols for sm3 and sm4Shane Lontis
2021-03-18Add ossl_siv symbolsShane Lontis
2021-03-18Add ossl_aria symbolsShane Lontis
2021-03-12support params argument to AES cipher init callsPauli
2021-03-12prov: support params argument to common cipher init callsPauli
2021-03-12prov: support param argument to DES cipher init callsPauli
2021-03-12prov: support param argument to null cipher init callsPauli
2021-03-12prov: support params argument to CHACHA20 ciphersPauli