index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
aes
/
aes_cbc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Following the license change, modify the boilerplates in crypto/aes/
Richard Levitte
2018-12-06
1
-1
/
+1
*
Copyright consolidation 05/10
Rich Salz
2016-05-17
1
-47
/
+6
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
Remove the "eay" c-file-style indicators
Richard Levitte
2015-12-18
1
-1
/
+1
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-7
/
+10
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-1
/
+0
*
Experimental symbol renaming to avoid clashes with regular OpenSSL.
Dr. Stephen Henson
2011-02-16
1
-0
/
+1
*
Patch the omission from prvious commit #17716.
Andy Polyakov
2008-12-23
1
-2
/
+2
*
Engage crypto/modes.
Andy Polyakov
2008-12-23
1
-72
/
+5
*
size_t-fy AES, Camellia and RC4.
Andy Polyakov
2008-10-31
1
-3
/
+2
*
Don't zap AES CBC IV, when decrypting truncated content in place.
Andy Polyakov
2005-01-18
1
-2
/
+4
*
iv needs to be const because it sometimes takes it's value from a
Richard Levitte
2004-12-28
1
-3
/
+4
*
Remove yet another redundant memcpy. Not at least performance critical,
Andy Polyakov
2004-12-26
1
-4
/
+3
*
Eliminate redundant memcpy of IV material. Performance improvement varies
Andy Polyakov
2004-12-26
1
-7
/
+25
*
Removing those memcpy()s also took away the possibility for in and out to
Richard Levitte
2003-10-29
1
-3
/
+4
*
Correct serious bug in AES-CBC decryption when the message length isn't
Richard Levitte
2003-10-15
1
-5
/
+4
*
The output from AES_cbc_encrypt() should be exact multiple blocks when encryp...
Richard Levitte
2003-06-10
1
-1
/
+1
*
Remove warnings.
Richard Levitte
2002-11-14
1
-1
/
+1
*
Security fixes brought forward from 0.9.7.
Ben Laurie
2002-11-13
1
-15
/
+15
*
disable weird assert()s
Bodo Möller
2002-11-13
1
-0
/
+6
*
Make the CBC mode od AES accept lengths that aren't multiples of 16.
Richard Levitte
2002-11-12
1
-5
/
+21
*
Add the modes OFB128, CFB128 and CTR128 to AES.
Richard Levitte
2002-02-16
1
-1
/
+1
*
Because Rijndael is more known as AES, use crypto/aes instead of
Richard Levitte
2002-01-02
1
-0
/
+89