index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
evp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
evptests.txt: additional GCM test vectors.
Andy Polyakov
2013-03-06
1
-1
/
+15
*
GCM and CCM test support
Dr. Stephen Henson
2013-03-06
2
-14
/
+219
*
Add CCM ciphers to tables.
Dr. Stephen Henson
2013-03-06
1
-0
/
+3
*
make depend.
Ben Laurie
2013-02-21
1
-25
/
+19
*
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
2
-23
/
+186
*
Make CBC decoding constant time.
Ben Laurie
2013-02-06
1
-0
/
+2
*
Make "make depend" work on MacOS out of the box.
Ben Laurie
2013-01-19
1
-19
/
+25
*
AES for SPARC T4: add XTS, reorder subroutines to improve TLB locality.
Andy Polyakov
2012-11-24
1
-4
/
+17
*
make depend
Dr. Stephen Henson
2012-11-19
1
-2
/
+19
*
correct error function code
Dr. Stephen Henson
2012-11-05
3
-2
/
+4
*
e_camillia.c: remove copy-n-paste artifact, EVP_CIPH_FLAG_FIPS, and
Andy Polyakov
2012-11-05
1
-6
/
+6
*
Remove unused static function.
Ben Laurie
2012-11-05
1
-0
/
+2
*
fix error code
Dr. Stephen Henson
2012-10-18
3
-1
/
+3
*
Don't require tag before ciphertext in AESGCM mode
Dr. Stephen Henson
2012-10-17
1
-2
/
+2
*
Add SPARC T4 Camellia support.
Andy Polyakov
2012-10-11
1
-31
/
+307
*
Add SPARC T4 AES support.
Andy Polyakov
2012-10-06
1
-27
/
+400
*
e_aes.c: uninitialized variable in aes_ccm_init_key.
Andy Polyakov
2012-09-15
1
-0
/
+1
*
add missing evp_cnf.c file
Dr. Stephen Henson
2012-07-04
1
-0
/
+125
*
PR: 2840
Dr. Stephen Henson
2012-07-03
3
-2
/
+18
*
Revert random changes from commit#22606.
Andy Polyakov
2012-06-05
1
-2
/
+1
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
6
-5
/
+5
*
e_rc4_hmac_md5.c: last commit was inappropriate for non-x86[_64] platforms.
Andy Polyakov
2012-04-19
1
-5
/
+6
*
recognise X9.42 DH certificates on servers
Dr. Stephen Henson
2012-04-18
1
-1
/
+1
*
e_rc4_hmac_md5.c: harmonize zero-length fragment handling with
Andy Polyakov
2012-04-18
1
-5
/
+7
*
e_rc4_hmac_md5.c: oops, can't use rc4_hmac_md5_cipher on legacy Intel CPUs.
Andy Polyakov
2012-04-18
1
-1
/
+3
*
e_aes_cbc_hmac_sha1.c: handle zero-length payload and engage empty frag
Andy Polyakov
2012-04-15
1
-3
/
+5
*
fix leak
Dr. Stephen Henson
2012-03-22
1
-0
/
+1
*
only cleanup ctx if we need to, save ctx flags when we do
Dr. Stephen Henson
2012-02-10
1
-4
/
+8
*
Initial experimental support for X9.42 DH parameter format to handle
Dr. Stephen Henson
2011-12-07
2
-1
/
+6
*
Configure, e_aes.c: allow for XTS assembler implementation.
Andy Polyakov
2011-11-15
1
-0
/
+12
*
Fix some warnings caused by __owur. Temporarily (I hope) remove the more
Ben Laurie
2011-11-14
1
-17
/
+17
*
e_aes.c: additional sanity check in aes_xts_cipher.
Andy Polyakov
2011-11-12
1
-1
/
+1
*
bsaes-x86_64.pl: add bsaes_xts_[en|de]crypt.
Andy Polyakov
2011-11-10
1
-0
/
+11
*
e_aes.c: fold aesni_xts_cipher and [most importantly] fix aes_xts_cipher's
Andy Polyakov
2011-11-06
1
-32
/
+19
*
bsaes-x86_64.pl: add CBC decrypt and engage it in e_aes.c.
Andy Polyakov
2011-10-30
1
-0
/
+12
*
e_aes.c: fold even aesni_ccm_cipher.
Andy Polyakov
2011-10-24
1
-66
/
+12
*
e_aes.c: prevent potential DoS in aes_gcm_tls_cipher.
Andy Polyakov
2011-10-24
1
-1
/
+1
*
No need for custom flag in XTS mode: block length is 1.
Dr. Stephen Henson
2011-10-23
1
-2
/
+5
*
evp/e_aes.c: fold AES-NI modes that heavily rely on indirect calls
Andy Polyakov
2011-10-18
1
-233
/
+128
*
c_allc.c: add aes-xts to loop.
Andy Polyakov
2011-10-18
1
-0
/
+2
*
Engage bsaes-x86_64.pl, bit-sliced AES.
Andy Polyakov
2011-10-17
1
-22
/
+62
*
e_aes.c: fix bug in aesni_gcm_tls_cipher.
Andy Polyakov
2011-10-14
1
-0
/
+1
*
Make CTR mode behaviour consistent with other modes:
Bodo Möller
2011-10-13
2
-1
/
+2
*
update pkey method initialisation and copy
Dr. Stephen Henson
2011-10-11
1
-0
/
+2
*
Sync error codes with 1.0.1-stable.
Dr. Stephen Henson
2011-09-17
1
-2
/
+4
*
Integrate Vector Permutation AES into build system.
Andy Polyakov
2011-09-15
1
-41
/
+144
*
make update
Bodo Möller
2011-09-05
2
-3
/
+7
*
Fix error codes.
Bodo Möller
2011-09-05
1
-3
/
+3
[next]