summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers
AgeCommit message (Expand)Author
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
2021-03-12prov: support params argument to RCx ciphersPauli
2021-03-11Update copyright yearMatt Caswell
2021-02-26prov: upport modified gettable/settable ctx calls for ciphersPauli
2021-02-18Update copyright yearMatt Caswell
2021-02-18Fix external symbols in the provider cipher implementations.Shane Lontis
2021-02-11Various cleanup of PROV_R_ reason codesTomas Mraz
2021-02-11Move the PROV_R reason codes to a public headerTomas Mraz
2021-02-10Replace provider cipher flags with separate param fieldsShane Lontis
2021-01-28Fix cipher reinit on s390x if no key is specifiedJuergen Christ
2021-01-28Update copyright yearRichard Levitte
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
2021-01-13chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz
2021-01-13Fix enable-weak-ssl-ciphersMatt Caswell
2021-01-07Update copyright yearMatt Caswell
2021-01-06Only perform special TLS handling if TLS has been configuredMatt Caswell
2020-12-14Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis
2020-12-03remove unused assignmentsPauli
2020-11-30Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINTMatt Caswell
2020-11-30Fix instances of pointer addition with the NULL pointerMatt Caswell
2020-11-25Fix RC4-MD5 based ciphersuitesMatt Caswell
2020-11-25Ensure Stream ciphers know how to remove a TLS MACMatt Caswell