index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
/
e_aes.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright year updates
Richard Levitte
2024-04-09
1
-1
/
+1
*
Fix partial block encryption in cfb and ofb for s390x (legacy)
Holger Dengler
2024-01-12
1
-10
/
+4
*
crypto: Fix various typos, repeated words, align some spelling to LDP.
FdaSilvaYY
2022-10-12
1
-3
/
+3
*
Stop raising ERR_R_MALLOC_FAILURE in most places
Richard Levitte
2022-10-05
1
-12
/
+4
*
evp: Use functions instead of direct structure field references
Tianjia Zhang
2022-08-22
1
-13
/
+19
*
Fix code format: BLOCK_CIPHER_custom
Jiuhai Zhang
2022-06-02
1
-3
/
+3
*
Update copyright year
Matt Caswell
2022-05-03
1
-1
/
+1
*
aes: avoid accessing key length field directly
Pauli
2022-02-06
1
-96
/
+209
*
fix some code with obvious wrong coding style
x2018
2021-10-28
1
-1
/
+1
*
s390x: AES OFB/CFB: Maintain running IV from cipher context
Ingo Franzki
2021-08-16
1
-0
/
+12
*
evp: fix coverity 1485666 argument cannot be negative
Pauli
2021-06-08
1
-5
/
+9
*
evp: fix improper use of negative value issues
Pauli
2021-06-08
1
-1
/
+6
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-102
/
+112
*
aes: rename new bsaes_ symbols -> ossl_bsaes_ ones
Pauli
2021-05-27
1
-4
/
+4
*
Fix compile errors on s390.
Juergen Christ
2021-04-20
1
-0
/
+4
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-11
/
+21
*
Update copyright year
Matt Caswell
2021-04-08
1
-1
/
+1
*
Add ossl_is_partially_overlapping symbol
Shane Lontis
2021-03-18
1
-2
/
+2
*
Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() call
Richard Levitte
2020-11-13
1
-15
/
+15
*
Remove EVP_aes_(128|192|256)_siv functions
Pauli
2020-10-22
1
-111
/
+0
*
Use local IV storage in e_aes.c
Benjamin Kaduk
2020-08-11
1
-60
/
+46
*
Retire EVP_CTRL_GET_IV
Benjamin Kaduk
2020-08-11
1
-8
/
+0
*
Fix provider cipher reinit issue
Shane Lontis
2020-07-22
1
-1
/
+1
*
Rename FIPS_MODE to FIPS_MODULE
Richard Levitte
2020-04-28
1
-5
/
+5
*
Update copyright year
Matt Caswell
2020-04-23
1
-1
/
+1
*
Deprecate the low level AES functions
Matt Caswell
2020-01-06
1
-0
/
+6
*
EVP & PROV: Fix all platform inclusions
Richard Levitte
2019-12-19
1
-1
/
+1
*
Optimize AES-GCM implementation on aarch64
Fangming.Fang
2019-12-19
1
-2
/
+0
*
Fix some typos
Veres Lajos
2019-12-11
1
-2
/
+2
*
Explicitly test against NULL; do not use !p or similar
Rich Salz
2019-10-09
1
-1
/
+1
*
Reorganize local header files
Dr. Matthias St. Pierre
2019-09-28
1
-1
/
+1
*
Reorganize private crypto header files
Dr. Matthias St. Pierre
2019-09-28
1
-4
/
+4
*
Add basic aria and camellia ciphers modes to default provider
Shane Lontis
2019-08-22
1
-1
/
+1
*
Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modes
Shane Lontis
2019-08-08
1
-4
/
+24
*
remove end of line spaces
Pauli
2019-07-16
1
-2
/
+2
*
Remove tab characters from C source files.
Pauli
2019-07-16
1
-76
/
+76
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
1
-382
/
+6
*
Move the public SIV mode functions from public headers to internal ones
Matt Caswell
2019-06-27
1
-4
/
+5
*
Allow AES XTS decryption using duplicate keys.
Pauli
2019-06-24
1
-4
/
+18
*
s390x assembly pack: allow specifying the tag after aad in aes-ccm
Patrick Steuer
2019-05-22
1
-3
/
+4
*
Allow specifying the tag after AAD in CCM mode
Tobias Nießen
2019-05-08
1
-2
/
+5
*
Structure alignment macro.
Pauli
2019-05-01
1
-12
/
+13
*
Move the AES-XTS mode duplicated key check into the init_key function rather
Pauli
2019-04-05
1
-55
/
+71
*
AES-XTS block limit.
Pauli
2019-04-03
1
-1
/
+12
*
FIPS AES_GCM IV gen changes
Shane Lontis
2019-03-06
1
-2
/
+45
*
Remove unnecessary trailing whitespace
Sam Roberts
2019-02-05
1
-1
/
+1
*
Fix compilation on sparc
Matt Caswell
2019-01-08
1
-0
/
+5
*
crypto/evp/e_aes.c: build again on s390x
Richard Levitte
2019-01-05
1
-2
/
+14
*
Add RFC5297 AES-SIV support
Todd Short
2018-12-11
1
-5
/
+122
*
evp/e_aes: Expose IV
Boris Pismenny
2018-12-07
1
-0
/
+8
[next]