summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers
AgeCommit message (Expand)Author
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
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