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_sha1.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
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
*
Whitespace cleanup in crypto
FdaSilvaYY
2016-06-29
1
-1
/
+1
*
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
-95
/
+92
*
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
-14
/
+22
*
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
-3
/
+6
*
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
-863
/
+901
*
Move more comments that confuse 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
/
+18
*
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
-21
/
+19
*
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
-12
/
+86
*
evp/e_aes_cbc_hmac_sha*.c: limit multi-block fragmentation to 1KB.
Andy Polyakov
2013-10-12
1
-1
/
+2
*
evp/e_aes_cbc_hmac_sha*.c: harmonize names, fix bugs.
Andy Polyakov
2013-10-08
1
-38
/
+52
*
evp/e_aes_cbc_hmac_sha*.c: multi-block glue code.
Andy Polyakov
2013-10-03
1
-14
/
+243
*
e_aes_cbc_hmac_sha1.c: fix rare bad record mac on AES-NI plaforms.
Andy Polyakov
2013-03-18
1
-2
/
+3
*
e_aes_cbc_hmac_sha1.c: align calculated MAC at cache line.
Andy Polyakov
2013-02-08
1
-36
/
+43
*
e_aes_cbc_hmac_sha1.c: cleanse temporary copy of HMAC secret.
Andy Polyakov
2013-02-06
1
-0
/
+2
*
e_aes_cbc_hmac_sha1.c: address the CBC decrypt timing issues.
Andy Polyakov
2013-02-06
1
-21
/
+186
*
e_aes_cbc_hmac_sha1.c: handle zero-length payload and engage empty frag
Andy Polyakov
2012-04-15
1
-3
/
+5
*
Stop warnings.
Dr. Stephen Henson
2011-09-01
1
-2
/
+2
*
Add RC4-MD5 and AESNI-SHA1 "stitched" implementations.
Andy Polyakov
2011-08-23
1
-0
/
+403