summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix param indentation in ciphercommon_hw.cShane Lontis2021-06-011-10/+10
* Fix aes cfb1 so that it can operate in bit mode.Shane Lontis2021-06-011-0/+11
* prov: add zero strenght arguments to BN and RAND RNG callsPauli2021-05-296-7/+7
* Fix incorrect gettable OSSL_CIPHER_PARAM_TLS_MAC parameterShane Lontis2021-05-281-1/+1
* Fix incorrect OSSL_CIPHER_PARAM_SPEED get_ctx_paramsShane Lontis2021-05-281-1/+0
* Use <> for #include openssl/xxxRich Salz2021-05-271-1/+1
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-273-5/+5
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-081-5/+5
* Fixes #15070. Allow custom algorithm ID ASN.1 encoding for provided ciphersJon Spillett2021-05-071-2/+4
* Drop libimplementations.aRichard Levitte2021-05-071-12/+11
* Do IV reset also for DES and 3DES implementationsTomas Mraz2021-04-192-0/+9
* Always reset IV for CBC, OFB, and CFB mode on cipher context reinitTomas Mraz2021-04-121-0/+7
* Update copyright yearMatt Caswell2021-04-084-4/+4
* Revert "Fix AES-CBC perf test failure issue"Pauli2021-04-081-1/+0
* Fix AES-CBC perf test failure issueFangming.Fang2021-04-071-0/+1
* Add ossl_provider symbolsShane Lontis2021-03-183-4/+4
* Add ossl_ symbols for sm3 and sm4Shane Lontis2021-03-181-3/+3
* Add ossl_siv symbolsShane Lontis2021-03-181-9/+9
* Add ossl_aria symbolsShane Lontis2021-03-183-6/+6
* support params argument to AES cipher init callsPauli2021-03-116-31/+101
* prov: support params argument to common cipher init callsPauli2021-03-113-21/+30
* prov: support param argument to DES cipher init callsPauli2021-03-112-14/+22
* prov: support param argument to null cipher init callsPauli2021-03-111-2/+4
* prov: support params argument to CHACHA20 ciphersPauli2021-03-113-12/+28
* prov: support params argument to RCx ciphersPauli2021-03-117-10/+111
* Update copyright yearMatt Caswell2021-03-1118-18/+18
* prov: upport modified gettable/settable ctx calls for ciphersPauli2021-02-269-18/+30
* Update copyright yearMatt Caswell2021-02-1829-29/+29
* Fix external symbols in the provider cipher implementations.Shane Lontis2021-02-1831-180/+193
* Various cleanup of PROV_R_ reason codesTomas Mraz2021-02-1113-24/+27
* Move the PROV_R reason codes to a public headerTomas Mraz2021-02-1123-27/+26
* Replace provider cipher flags with separate param fieldsShane Lontis2021-02-1023-82/+80
* Fix cipher reinit on s390x if no key is specifiedJuergen Christ2021-01-281-3/+3
* Update copyright yearRichard Levitte2021-01-287-7/+7
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-185-9/+10
* chacha20: Properly reinitialize the cipher context with NULL keyTomas Mraz2021-01-132-0/+7
* Fix enable-weak-ssl-ciphersMatt Caswell2021-01-131-0/+8
* Update copyright yearMatt Caswell2021-01-071-1/+1
* Only perform special TLS handling if TLS has been configuredMatt Caswell2021-01-061-1/+1
* Change AES-CTS modes CS2 and CS3 to also be inside the fips module.Shane Lontis2020-12-142-19/+13
* remove unused assignmentsPauli2020-12-032-6/+4
* Fix TLS1.2 CHACHA20-POLY1305 ciphersuites with OPENSSL_SMALL_FOOTPRINTMatt Caswell2020-11-301-5/+7
* Fix instances of pointer addition with the NULL pointerMatt Caswell2020-11-301-1/+2
* Fix RC4-MD5 based ciphersuitesMatt Caswell2020-11-255-8/+21
* Ensure Stream ciphers know how to remove a TLS MACMatt Caswell2020-11-251-9/+20
* Convert all {NAME}err() in providers/ to their corresponding ERR_raise() callRichard Levitte2020-11-111-3/+3
* Update copyright yearMatt Caswell2020-11-052-2/+2
* Add AES KW inverse ciphers to the EVP layerShane Lontis2020-11-021-3/+28
* Fix sparc t4 build error 'undefined symbol: cipher_hw_generic_cbc'Shane Lontis2020-10-272-2/+2
* Fix Aes-xts potential failure on aarch64XiaokangQian2020-10-201-0/+1