aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.c
Commit message (Expand)AuthorAge
* Update the copyright date to 201.Nick Mathewson2013-01-16
* Nuke uses of memcmp outside of unit testsNick Mathewson2012-12-13
* Merge remote-tracking branch 'origin/maint-0.2.3'Nick Mathewson2012-11-08
|\
| * Add and use and unlikely-to-be-eliminated memwipe()Nick Mathewson2012-11-08
* | Merge remote-tracking branch 'public/bug1031'Nick Mathewson2012-10-15
|\ \
| * | Rename all reserved C identifiers we definedNick Mathewson2012-10-12
* | | Fix whitespace in aes.cNick Mathewson2012-10-12
|/ /
* | Downgrade "EVP ctr128 is ok" message to infoNick Mathewson2012-09-10
* | Don't log about Libevent/OpenSSL initialization when all's wellNick Mathewson2012-09-06
|/
* Update copyright dates to 2012; add a few missing copyright statementsNick Mathewson2012-06-04
* Bump _WIN32_WINNT to 0x0501 throughout the codeNick Mathewson2012-05-14
* Remove all instances of WIN32_WINNT (without leading _)Nick Mathewson2012-05-14
* MSVC build issue: add magic to make openssl headers in aes.c workNick Mathewson2012-05-14
* Use OpenSSL 1.0.1's EVP aes_ctr implementation when availableNick Mathewson2012-03-27
* Refactor the API for setting up a block cipher.Nick Mathewson2012-03-27
* Rename nonconformant identifiers.Nick Mathewson2012-01-18
* Add missing documentation for counter-mode checksNick Mathewson2012-01-10
* Clean up indentation in aes.cNick Mathewson2012-01-10
* Test for broken counter-mode at runtimeNick Mathewson2012-01-10
* Add macros to construct openssl version numbersNick Mathewson2012-01-10
* Require openssl 1.0.0a for using openssl's ctr-mode implementationNick Mathewson2011-12-27
* Use openssl's counter mode implementation when we have 1.0.0 or laterNick Mathewson2011-11-25
* Use EVP for AES only when hardware accel is presentNick Mathewson2011-11-25
* Remove vestiges of RIJNDAEL_COUNTER_OPTIMIZATIONNick Mathewson2011-11-11
* Stop using "u32" and "u8" in aes.cNick Mathewson2011-11-11
* Dump our internal AES implementationNick Mathewson2011-11-11
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-03-16
|\
| * Doxygen documentation for about 100 things that didn't have anyNick Mathewson2011-03-16
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-03
|\|
| * Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
| |\
| | * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | | Improve accuracy of comment about aes_crypt performanceNick Mathewson2010-10-15
|/ /
* | Rename log.h to torlog.hNick Mathewson2010-07-09
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
| * Zero a cipher completely before freeing itSebastian Hahn2010-02-26
* | Zero a cipher completely before freeing itSebastian Hahn2010-02-22
* | *_free functions now accept NULLSebastian Hahn2009-12-12
|/
* Spell-check Tor.Nick Mathewson2009-05-27
* Update copyright to 2009.Karsten Loesing2009-05-04
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* r18753@catbus: nickm | 2008-03-11 14:56:39 -0400Nick Mathewson2008-03-11
* other cleanups that have been sitting in my sandboxRoger Dingledine2008-02-21
* r18051@catbus: nickm | 2008-02-12 15:20:43 -0500Nick Mathewson2008-02-12
* doxygen and other cleanupsRoger Dingledine2008-02-09
* r17963@catbus: nickm | 2008-02-07 10:14:25 -0500Nick Mathewson2008-02-07
* Update some copyright notices: it is now 2008.Nick Mathewson2008-02-07
* clean up copyrights, and assign 2007 copyrights to The Tor Project, IncRoger Dingledine2007-12-12
* r15530@catbus: nickm | 2007-10-04 12:16:27 -0400Nick Mathewson2007-10-04
* r15512@catbus: nickm | 2007-10-02 16:27:43 -0400Nick Mathewson2007-10-02