summaryrefslogtreecommitdiffstats
path: root/providers/implementations/ciphers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add utility function ossl_param_is_empty()slontis2024-10-0915-16/+16
* fips: add lots of potentially missing ossl_prov_is_running checksDimitri John Ledkov2024-10-025-1/+20
* Add Missing Error Messages for AES-OCB Tag Length Validationerbsland-dev2024-09-131-2/+10
* s390x: Add hardware acceleration for full AES-XTSHolger Dengler2024-09-134-0/+228
* Copyright year updatesTomas Mraz2024-09-0516-16/+16
* Cleanups for FIPS options..slontis2024-08-282-3/+2
* fix: in RC2 implementation, handle both old and new AID.params keysRichard Levitte2024-08-271-9/+23
* Add an indicator for AES GCM that returns if the iv has been generatedslontis2024-08-182-2/+8
* ssl_evp_cipher_fetch(): Avoid using 3DES from the FIPS providerTomas Mraz2024-08-012-2/+25
* Add FIPS indicator support for Triple-DES encryption.slontis2024-07-262-6/+50
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-226-12/+6
* riscv: Fix cpuid_obj asm checks for sm4/sm3Hongren Zheng2024-07-124-4/+4
* cipher_null.c: add NULL checkRajeev Ranjan2024-05-141-1/+1
* Copyright year updatesMatt Caswell2024-04-093-3/+3
* Copyright year updatesRichard Levitte2024-04-093-3/+3
* riscv: Fix remaining asm checksJakov Smolić2024-03-224-8/+8
* Fix partial block encryption in cfb and ofb for s390xHolger Dengler2024-01-122-7/+4
* riscv: Fix mispelling of extension test macroGrant Nichol2024-01-021-1/+1
* Fix detection for riscv64/riscv32Matt Caswell2023-12-121-2/+2
* Optimize AES-CTR for ARM Neoverse V1 and V2.fisher.yu2023-11-293-3/+44
* update/final: Return error if key is not setTomas Mraz2023-11-033-1/+34
* When changing IV length invalidate previously set IVTomas Mraz2023-11-033-3/+14
* riscv: Provide vector crypto implementation of AES-ECB mode.Phoebe Chen2023-10-261-0/+6
* riscv: Provide vector crypto implementation of AES-128/256-XTS mode.Jerry Shih2023-10-261-3/+33
* Fix the aes-xts key-length checking condition and hw declaration.Jerry Shih2023-10-261-2/+2
* Provide additional AES-GCM test patterns to enhance test coverage.Phoebe Chen2023-10-261-8/+8
* riscv: Provide vector crypto implementation of AES-GCM mode.Jerry Shih2023-10-261-13/+60
* Minor changes of the GCM-related code.Jerry Shih2023-10-261-1/+1
* riscv: Provide vector crypto implementation of AES-CTR mode.Phoebe Chen2023-10-261-0/+4
* riscv: Use the optimized rvv AES-128/192/256-CBC.Phoebe Chen2023-10-261-19/+22
* Update for Zvkb extension.Jerry Shih2023-10-264-4/+4
* riscv: Implement AES-192Ard Biesheuvel2023-10-265-16/+15
* riscv: SM4: Provide a Zvksed-based implementationChristoph Müllner2023-10-269-0/+202
* riscv: AES: Provide a Zvkned-based implementationChristoph Müllner2023-10-265-6/+191
* Avoid another copy of key schedule pointer in PROV_GCM_CTXTomas Mraz2023-10-162-5/+3
* Copyright year updatesMatt Caswell2023-09-286-6/+6
* Fix a key repointing in various ciphersNeil Horman2023-09-175-5/+35
* Add dupctx support to rc4_hmac_md5 algoNeil Horman2023-09-122-0/+29
* implement dupctx for chacha20_poly1305Neil Horman2023-09-121-0/+21
* Fix aes_gcm_siv dupctx functionNeil Horman2023-09-121-1/+1
* implement dupctx for aes_WRAP methodsNeil Horman2023-09-121-0/+21
* Add dupctx support to aead ciphersNeil Horman2023-09-126-0/+65
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-115-5/+5
* Copyright year updatesMatt Caswell2023-09-0741-41/+41
* Implement dupctx for chacha20 cipherNeil Horman2023-09-041-0/+21
* Do not ignore empty associated data with AES-SIV modeTomas Mraz2023-07-141-7/+11
* Do not use stitched AES-GCM implementation on PPC32Tomas Mraz2023-06-301-1/+1
* Fix typos found by codespellDimitri Papadopoulos2023-06-151-1/+1
* Set RC4 defines on libcrypto/liblegacyTomas Mraz2023-06-101-0/+3
* gcm: use the new faster param location mechanism.Pauli2023-06-021-0/+1