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
*
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
*
Update copyright year
Matt Caswell
2022-05-03
4
-4
/
+4
*
Fix incorrect comments in aes-gcm-armv8-unroll8_64.pl
XiaokangQian
2022-03-22
1
-38
/
+38
*
aes-gcm-avx512.pl: Fixed mingw64 build
Andrey Matyukov
2022-03-14
1
-5
/
+5
*
Fix build issue with aes-gcm-armv8-unroll8_64.S on older aarch64 assemblers
XiaokangQian
2022-03-04
1
-1
/
+1
*
AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.
Andrey Matyukov
2022-02-10
2
-1
/
+4977
*
Fixed counter overflow
Danny Tsen
2022-02-07
1
-1
/
+0
*
Fix typos
Dimitris Apostolou
2022-02-07
2
-44
/
+44
*
Optimize AES-GCM for uarchs with unroll and new instructions
XiaokangQian
2022-01-25
3
-9
/
+7469
*
AES-GCM performance optimzation with stitched method for p9+ ppc64le
Danny Tsen
2022-01-24
2
-1
/
+1441
*
Don't use __ARMEL__/__ARMEB__ in aarch64 assembly
David Benjamin
2022-01-09
1
-0
/
+3
*
aarch64: support BTI and pointer authentication in assembly
Russ Butler
2021-10-01
2
-0
/
+17
*
Update copyright year
Matt Caswell
2021-07-29
1
-1
/
+1
*
Split bignum code out of the sparcv9cap.c
Tomas Mraz
2021-07-15
2
-3
/
+5
*
ppccap.c: Split out algorithm-specific functions
Tomas Mraz
2021-06-25
1
-1
/
+1
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-1
/
+1
*
Drop libimplementations.a
Richard Levitte
2021-05-07
1
-1
/
+0
*
Update copyright year
Matt Caswell
2021-04-08
5
-5
/
+5
*
enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...
Pauli
2021-03-24
3
-1
/
+11
*
modes: fix coverity 1449860: overlapping memory copy
Pauli
2021-03-18
1
-1
/
+2
*
modes: fix coverity 1449851: overlapping memory copy
Pauli
2021-03-18
1
-1
/
+2
*
Add ossl_siv symbols
Shane Lontis
2021-03-18
1
-12
/
+12
*
Update copyright year
Matt Caswell
2021-03-11
1
-1
/
+1
*
CRYPTO_gcm128_decrypt: fix mac or tag calculation
Zhang Jinde
2021-02-19
1
-2
/
+2
*
Update copyright year
Matt Caswell
2020-11-26
1
-1
/
+1
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-2
/
+2
*
Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
Dr. Matthias St. Pierre
2020-10-15
1
-2
/
+2
*
Ignore vendor name in Clang version number.
Jung-uk Kim
2020-08-28
2
-2
/
+2
*
Fix coverity CID #1452770 - Dereference before NULL check in CRYPTO_siv128_in...
Shane Lontis
2020-08-24
1
-8
/
+14
*
Fix provider cipher reinit issue
Shane Lontis
2020-07-22
1
-5
/
+19
*
Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...
Matt Caswell
2020-07-16
1
-14
/
+14
*
Add and use internal header that implements endianness check
Richard Levitte
2020-07-11
4
-105
/
+57
*
The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*
Pauli
2020-06-11
1
-14
/
+14
*
Update copyright year
Matt Caswell
2020-06-04
7
-7
/
+7
*
Avoid undefined behavior with unaligned accesses
Bernd Edlinger
2020-05-27
7
-36
/
+91
[next]