index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
modes
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make it able to run asm code on OpenBSD (arm64)
Theo Buehler
8 days
2
-0
/
+2
*
Code & comments changes to make them in consistent
willmafh
2024-12-06
1
-1
/
+1
*
Change all one's complement to ones' complement for consistency
willmafh
2024-12-06
1
-1
/
+1
*
fix small footprint builds on arm
Gerd Hoffmann
2024-09-12
1
-0
/
+4
*
Copyright year updates
Tomas Mraz
2024-09-05
3
-3
/
+3
*
Missing .rodata for AVX2/AVX512 codepaths
Theo Buehler
2024-09-02
1
-1
/
+1
*
Unable to run asm code on OpenBSD (amd64)
Theo Buehler
2024-04-17
2
-0
/
+6
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
aes_platform.h, gcm128.c: fix Darwin PowerPC macro to include ppc64
barracuda156
2024-01-12
1
-1
/
+1
*
Fix new typos found by codespell
Dimitri Papadopoulos
2023-12-29
1
-1
/
+1
*
Provide additional AES-GCM test patterns to enhance test coverage.
Phoebe Chen
2023-10-26
2
-12
/
+12
*
riscv: Provide vector crypto implementation of AES-GCM mode.
Jerry Shih
2023-10-26
2
-1
/
+977
*
Update for Zvkb extension.
Jerry Shih
2023-10-26
4
-41
/
+44
*
Fix typo in ghash-riscv64*.pl
Phoebe Chen
2023-10-26
2
-2
/
+2
*
riscv: GCM: Provide a Zvkg-based implementation
Christoph Müllner
2023-10-26
3
-2
/
+182
*
riscv: GCM: Provide a Zvbb/Zvbc-based implementation
Christoph Müllner
2023-10-26
3
-2
/
+390
*
aes-gcm-avx512.pl: fix non-reproducibility issue
trigpolynom
2023-10-26
1
-165
/
+159
*
* Enable extra Arm64 optimization on Windows for GHASH, RAND and AES
Evgeny Karpov
2023-10-10
1
-1
/
+1
*
Copyright year updates
Matt Caswell
2023-09-07
5
-5
/
+5
*
riscv: Clarify dual-licensing wording for GCM and AES
Heiko Stuebner
2023-07-06
1
-6
/
+7
*
Do not use stitched AES-GCM implementation on PPC32
Tomas Mraz
2023-06-30
1
-3
/
+3
*
Fix function signatures in aes-gcm-armv8 comments.
fisher.yu
2023-06-16
2
-66
/
+66
*
Fix typos found by codespell
Dimitri Papadopoulos
2023-06-15
4
-45
/
+45
*
riscv: GCM: dual-license under Apache + 2-clause BSD
Heiko Stuebner
2023-06-11
1
-0
/
+27
*
Fix arm64 asm code back compatible issue with gcc 4.9.4
Xiaokang Qian
2023-05-31
1
-1
/
+1
*
aes-gcm-armv8_64 asm support bigdian
JerryDevis
2023-05-09
1
-206
/
+581
*
Do not build P10-specific AES-GCM assembler on macOS
Evan Miller
2023-03-22
1
-1
/
+1
*
aes-gcm-avx512.pl: Fix the clang version detection on Apple Oses
Tomas Mraz
2023-03-17
1
-2
/
+11
*
riscv: GCM: Implement GHASH()
Christoph Müllner
2023-03-16
2
-8
/
+170
*
riscv: GCM: Simplify GCM calculation
Christoph Müllner
2023-03-16
2
-201
/
+209
*
riscv: GCM: Use riscv.pm
Christoph Müllner
2023-03-16
1
-76
/
+29
*
riscv: Clean up extension test macros
Christoph Müllner
2023-03-16
1
-1
/
+1
*
Fix the return values of the aarch64 unroll8_eor_aes_gcm_*_*_kernel functions
Tom Cosgrove
2023-02-08
1
-11
/
+20
*
Do not build P10-specific AES-GCM assembler on AIX
Tomas Mraz
2022-12-14
1
-1
/
+4
*
providers: Add SM4 XTS implementation
Xu Yizhou
2022-11-29
2
-1
/
+200
*
gcm_get_funcs(): Add missing fallback for ghash on x86_64
Tomas Mraz
2022-11-15
1
-0
/
+5
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-6
/
+2
*
Fix GHASH-ASM implementation on s390x
Juergen Christ
2022-08-09
1
-20
/
+12
*
Implement AES-GCM-SIV (RFC8452)
Todd Short
2022-07-29
1
-0
/
+37
*
Fix regression from GCM mode refactoring
Tomas Mraz
2022-07-29
1
-6
/
+10
*
s390x: Fix GCM setup
Juergen Christ
2022-07-26
1
-0
/
+5
*
Clean up GCM_MUL and remove GCM_FUNCREF_4BIT
Todd Short
2022-07-22
1
-32
/
+1
*
Clean up use of GHASH macro
Todd Short
2022-07-22
1
-23
/
+1
*
Use separate function to get GCM functions
Todd Short
2022-07-22
1
-97
/
+97
*
Remove some unused 4bit GCM code
Todd Short
2022-07-22
1
-95
/
+0
*
Remove unused 1bit GCM implementation
Todd Short
2022-07-22
1
-93
/
+29
*
Remove unused 8bit GCM implementation
Todd Short
2022-07-22
1
-144
/
+2
*
Change loops conditions to make zero loop risk more obvious.
Daniel Fiala
2022-05-24
1
-1
/
+5
*
Rename x86-32 assembly files from .s to .S.
Sebastian Andrzej Siewior
2022-05-24
1
-2
/
+2
*
Add clmul-based gmult for riscv64 with Zbb, Zbc
Henry Brausen
2022-05-19
3
-2
/
+327
[next]