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_cbc_hmac_sha256.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename all getters to use get/get0 in name
Tomas Mraz
2021-06-01
1
-5
/
+5
*
Update copyright year
Matt Caswell
2021-04-22
1
-1
/
+1
*
Add "origin" field to EVP_CIPHER, EVP_MD
Rich Salz
2021-04-18
1
-0
/
+2
*
remove unused assignments
Pauli
2020-12-03
1
-3
/
+2
*
Use local IV storage in e_aes_ebc_hmac_sha256.c
Benjamin Kaduk
2020-08-11
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
/
+7
*
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
-2
/
+2
*
Remove extern declarations of OPENSSL_ia32cap_P
Bernd Edlinger
2019-09-01
1
-1
/
+1
*
Add Common shared code needed to move aes ciphers to providers
Shane Lontis
2019-07-16
1
-5
/
+2
*
Following the license change, modify the boilerplates in crypto/evp/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Don't use a ssl specific DRBG anymore
Kurt Roeckx
2018-03-19
1
-12
/
+3
*
Publish the RAND_DRBG API
Dr. Matthias St. Pierre
2018-03-15
1
-1
/
+1
*
Tell the ciphers which DRBG to use for generating random bytes.
Kurt Roeckx
2018-02-28
1
-3
/
+12
*
evp/e_aes_cbc_hmac_sha256.c: give SHAEXT right priority.
Andy Polyakov
2017-07-24
1
-3
/
+5
*
Remove some dead code
Matt Caswell
2017-07-19
1
-3
/
+0
*
Fix undefined behaviour in e_aes_cbc_hmac_sha256.c and e_aes_cbc_hmac_sha1.c
Matt Caswell
2017-07-19
1
-1
/
+9
*
check length sanity before correcting in EVP_CTRL_AEAD_TLS1_AAD
Rich Salz
2017-04-24
1
-0
/
+2
*
Don't access memory before checking the correct length in aesni_cbc_hmac_sha2...
Bernd Edlinger
2017-03-25
1
-1
/
+3
*
evp/e_aes_cbc_hmac_{sha1|sha256}.c: tag reference code.
Andy Polyakov
2017-03-02
1
-4
/
+4
*
Cleanup EVP_CIPH/EP_CTRL duplicate defines
Todd Short
2017-01-24
1
-18
/
+2
*
crypto/evp/e_aes_cbc_hmac_sha256.c: Remove spurious memset
Kurt Cancemi
2016-06-20
1
-4
/
+3
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-46
/
+6
*
Check that we have enough padding characters.
Kurt Roeckx
2016-05-03
1
-0
/
+3
*
Remove obsolete defined(__INTEL__) condition.
Andy Polyakov
2016-05-02
1
-2
/
+1
*
Remove OPENSSL_NO_AES guards
Matt Caswell
2016-04-13
1
-85
/
+83
*
Rename EVP_CIPHER_CTX_cipher_data to EVP_CIPHER_CTX_get_cipher_data
Matt Caswell
2016-03-07
1
-1
/
+1
*
Adapt builtin cipher implementations to opaque EVP_CIPHER
Richard Levitte
2016-01-12
1
-0
/
+1
*
Adapt cipher implementations to opaque EVP_CIPHER_CTX
Richard Levitte
2016-01-12
1
-12
/
+18
*
aesni-sha256-x86_64.pl: fix crash on AMD Jaguar.
Andy Polyakov
2015-11-16
1
-0
/
+11
*
Remove useless code
Alessandro Ghedini
2015-10-23
1
-2
/
+0
*
e_aes_cbc_hmac_sha*.c: address linker warning about OPENSSL_ia32cap_P size mi...
Andy Polyakov
2015-06-11
1
-1
/
+1
*
Sanity check EVP_CTRL_AEAD_TLS_AAD
Matt Caswell
2015-05-01
1
-2
/
+5
*
OPENSSL_NO_xxx cleanup: SHA
Rich Salz
2015-01-27
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-831
/
+878
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
1
-1
/
+2
*
Fix strange formatting by indent
Matt Caswell
2015-01-22
1
-2
/
+4
*
crypto/evp/e_aes_cbc_hmac_sha[1|256].c: fix compiler warnings.
Andy Polyakov
2014-08-20
1
-0
/
+21
*
Reduce casting nastiness.
Ben Laurie
2014-07-05
1
-2
/
+9
*
Fix signed/unsigned comparisons.
Felix Laurie von Massenbach
2014-06-17
1
-1
/
+1
*
Fix shadow declaration.
Felix Laurie von Massenbach
2014-06-17
1
-2
/
+3
*
evp/e_aes_cbc_sha[1|256].c: fix -DPEDANTIC build.
Andy Polyakov
2014-06-14
1
-26
/
+24
*
ssl/s3_pkt.c: detect RAND_bytes error in multi-block.
Andy Polyakov
2014-02-14
1
-1
/
+2
*
evp/e_aes_cbc_hmac_sha*.c: improve cache locality.
Andy Polyakov
2014-02-13
1
-27
/
+57
*
e_aes_cbc_hmac_sha[1|256].c: fix compiler warning.
Andy Polyakov
2014-02-05
1
-1
/
+8
*
evp/e_aes_cbc_hmac_sha*.c: additional CTRL to query buffer requirements.
Andy Polyakov
2014-02-05
1
-3
/
+12
*
aesni-sha1-x86_64.pl: add stiched decrypt procedure,
Andy Polyakov
2014-01-03
1
-2
/
+2
*
evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.
Andy Polyakov
2013-10-12
1
-2
/
+3
*
evp/e_aes_cbc_hmac_sha*.c: harmonize names, fix bugs.
Andy Polyakov
2013-10-08
1
-37
/
+51
[next]