index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add vpaes-loongarch64.pl module.
zhuchen
2022-10-12
2
-0
/
+1009
*
add build support for riscv32 aes zkn
Hongren (Zenithal) Zheng
2022-09-05
1
-0
/
+2
*
Add AES implementation in riscv32 zkn asm
Hongren (Zenithal) Zheng
2022-09-05
1
-0
/
+1061
*
Fix aarch64 signed bit shift issue found by UBSAN
Tom Cosgrove
2022-07-19
1
-4
/
+0
*
Fix reported performance degradation on aarch64
Bernd Edlinger
2022-07-08
1
-0
/
+60
*
Fix AES OCB encrypt/decrypt for x86 AES-NI
Alex Chernyakhovsky
2022-07-05
1
-2
/
+2
*
add build support for riscv64 aes zkn
Hongren (Zenithal) Zheng
2022-06-10
1
-1
/
+2
*
Add AES implementation in riscv64 zkn asm
Hongren (Zenithal) Zheng
2022-06-10
1
-0
/
+655
*
Rename x86-32 assembly files from .s to .S.
Sebastian Andrzej Siewior
2022-05-24
1
-8
/
+8
*
Add AES implementation in generic riscv64 asm
Henry Brausen
2022-05-19
2
-0
/
+1714
*
Update copyright year
Matt Caswell
2022-05-03
3
-4
/
+4
*
Fix gcc 6.3 builds of aarch64 BSAES
Tom Cosgrove
2022-04-21
1
-10
/
+10
*
disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2
Sebastian Pop
2022-03-31
1
-1
/
+1
*
Remove further uses of __ARMEL__ in AArch64 assembly
Ben Avison
2022-03-30
1
-5
/
+5
*
Use Perl to generate bsaes-armv8.S
Tom Cosgrove
2022-03-09
2
-1
/
+45
*
ARM assembly pack: translate bit-sliced AES implementation to AArch64
Ben Avison
2022-03-09
2
-2
/
+2341
*
aes: make the no-asm constant time code path not the default
Pauli
2022-01-31
1
-1
/
+1
*
Don't use __ARMEL__/__ARMEB__ in aarch64 assembly
David Benjamin
2022-01-09
1
-0
/
+3
*
Fix typos
Dimitris Apostolou
2022-01-05
1
-3
/
+3
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-2
/
+3
*
Add missing define to enable AES-NI usage on x86 platform
Tomas Mraz
2021-10-21
1
-1
/
+1
*
aarch64: support BTI and pointer authentication in assembly
Russ Butler
2021-10-01
3
-20
/
+38
*
Update copyright year
Matt Caswell
2021-07-29
3
-3
/
+3
*
Split bignum code out of the sparcv9cap.c
Tomas Mraz
2021-07-15
3
-3
/
+12
*
Fix aes_core to use U64() macro..
Shane Lontis
2021-06-22
1
-142
/
+151
*
Update copyright year
Matt Caswell
2021-06-17
4
-4
/
+4
*
Add AES consttime code for no-asm configurations
Bernd Edlinger
2021-06-13
2
-1
/
+632
*
aes: rename new bsaes_ symbols -> ossl_bsaes_ ones
Pauli
2021-05-27
2
-32
/
+32
*
Revert "ARM assembly pack: translate bit-sliced AES implementation to AArch64"
Pauli
2021-05-20
2
-2341
/
+2
*
Fix provider library build wrt. AES
Juergen Christ
2021-05-14
1
-0
/
+7
*
ARM assembly pack: translate bit-sliced AES implementation to AArch64
Ben Avison
2021-05-13
2
-2
/
+2341
*
Add $AESDEF in libdefault.a to fix aes regression
Xiaofei Bai
2021-05-13
1
-0
/
+1
*
Drop libimplementations.a
Richard Levitte
2021-05-07
1
-1
/
+0
*
remove unused initialisations
Pauli
2020-12-03
1
-3
/
+1
*
aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR mode
Ard Biesheuvel
2020-11-30
1
-14
/
+14
*
Optimize AES-XTS mode in OpenSSL for aarch64
XiaokangQian
2020-11-12
1
-0
/
+1426
*
Ignore vendor name in Clang version number.
Jung-uk Kim
2020-08-28
3
-3
/
+3
*
Avoid undefined behavior with unaligned accesses
Bernd Edlinger
2020-05-27
1
-5
/
+9
*
Update copyright year
Matt Caswell
2020-04-23
32
-32
/
+32
*
Use build.info, not ifdef for crypto modules
Rich Salz
2020-04-16
2
-6
/
+4
*
aes-s390x.pl: fix stg offset caused by typo in perlasm
Patrick Steuer
2020-03-05
1
-2
/
+2
*
x86_64: Don't assume 8-byte pointer size
H.J. Lu
2020-02-18
1
-28
/
+56
*
Also check for errors in x86_64-xlate.pl.
David Benjamin
2020-02-17
24
-24
/
+24
*
Fix a bug for aarch64 BigEndian
simplelins
2020-02-17
1
-1
/
+9
*
x86_64: Add endbranch at function entries for Intel CET
H.J. Lu
2020-02-15
4
-0
/
+23
*
Fix misspelling errors and typos reported by codespell
Dr. Matthias St. Pierre
2020-02-06
1
-3
/
+3
*
Do not silently truncate files on perlasm errors
David Benjamin
2020-01-22
24
-24
/
+24
*
For all assembler scripts where it matters, recognise clang > 9.x
Richard Levitte
2020-01-17
3
-3
/
+3
*
Deprecate the low level AES functions
Matt Caswell
2020-01-06
8
-3
/
+49
*
Add AES_CBC_HMAC_SHA ciphers to providers.
Shane Lontis
2020-01-06
1
-2
/
+0
[next]