Age | Commit message (Expand) | Author |
2017-03-15 | Run the copyright update script. | Nick Mathewson |
2016-09-16 | In aes.c, support 192-bit and 256-bit keys. | Nick Mathewson |
2016-02-27 | Update the copyright year. | Nick Mathewson |
2016-02-06 | Fix spaces. | Nick Mathewson |
2016-02-06 | Removed aes_crypt, left only aes_crypt_inplace. Removed should_use_openssl_CT... | Malek |
2016-02-03 | Make Tor build happily with OpenSSL master and libressl. | Nick Mathewson |
2015-01-02 | Bump copyright dates to 2015, in case someday this matters. | Nick Mathewson |
2014-10-28 | Add another year to our copyright dates. | Nick Mathewson |
2013-01-16 | Update the copyright date to 201. | Nick Mathewson |
2012-10-12 | Convert all include-guard macros to avoid reserved identifiers. | Nick Mathewson |
2012-06-04 | Update copyright dates to 2012; add a few missing copyright statements | Nick Mathewson |
2012-03-27 | Refactor the API for setting up a block cipher. | Nick Mathewson |
2012-01-18 | Rename nonconformant identifiers. | Nick Mathewson |
2012-01-10 | Test for broken counter-mode at runtime | Nick Mathewson |
2011-11-25 | Use EVP for AES only when hardware accel is present | Nick Mathewson |
2011-11-11 | Remove the torint.h include from aes.h | Sebastian Hahn |
2011-01-03 | Bump copyright statements to 2011 | Nick Mathewson |
2010-02-27 | Update Tor Project copyright years | Nick Mathewson |
2009-05-04 | Update copyright to 2009. | Karsten Loesing |
2009-01-04 | Remove svn $Id$s from our source, and remove tor --version --version. | Nick Mathewson |
2008-12-29 | Use a consistent naming standard for header file guard macros, taking care no... | Nick Mathewson |
2008-02-07 | r17963@catbus: nickm | 2008-02-07 10:14:25 -0500 | Nick Mathewson |
2008-02-07 | Update some copyright notices: it is now 2008. | Nick Mathewson |
2008-01-07 | r17491@catbus: nickm | 2008-01-07 11:50:24 -0500 | Nick Mathewson |
2007-12-12 | clean up copyrights, and assign 2007 copyrights to The Tor Project, Inc | Roger Dingledine |
2007-09-19 | r15171@catbus: nickm | 2007-09-19 11:44:54 -0400 | Nick Mathewson |
2007-08-08 | r14093@catbus: nickm | 2007-08-08 01:49:54 -0400 | Nick Mathewson |
2007-02-12 | r11775@catbus: nickm | 2007-02-12 16:39:09 -0500 | Nick Mathewson |
2006-02-09 | Happy new year! | Roger Dingledine |
2005-12-14 | Bite the bullet and limit all our source lines to 80 characters, the way IBM ... | Nick Mathewson |
2005-06-09 | Change end-of-file NLNL convention. It turns out arma I and I agree. | Nick Mathewson |
2005-06-09 | New whitespace normalization rule: no blank line at EOF. | Nick Mathewson |
2005-05-07 | Make Tor compile with no warnings with gcc4.0 on OSX | Nick Mathewson |
2005-04-01 | update copyright notices. | Nick Mathewson |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-10-27 | Pass with -Wstrict-prototypes | Nick Mathewson |
2004-05-10 | doxygen markup for common/*.h | Roger Dingledine |
2004-04-06 | Document stuff, reduce magic numbers, add emacs magic | Nick Mathewson |
2004-04-03 | Refactor the heck out of crypto interface: admit that we will stick with one ... | Nick Mathewson |
2003-08-11 | autoconf around missing stdint.h | Nick Mathewson |
2003-06-30 | Add a the public-domain AES implementation, with a minimal counter-mode wrapper. | Nick Mathewson |