aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.c
Commit message (Collapse)AuthorAge
...
* Fix bug in stream position adjustmentNick Mathewson2004-05-06
| | | | svn:r1801
* Use correct aes-ctr implementation in mainline, too.Nick Mathewson2004-05-06
| | | | svn:r1800
* Delete trailing whitespace and expand tabs; remove unused aes decrypt codeNick Mathewson2004-04-07
| | | | svn:r1522
* Document stuff, reduce magic numbers, add emacs magicNick Mathewson2004-04-06
| | | | svn:r1502
* Refactor the heck out of crypto interface: admit that we will stick with one ↵Nick Mathewson2004-04-03
| | | | | | ciphersuite at a time, make const things const, and stop putting openssl in the headers. svn:r1458
* we define some big constant arrays but don't use themRoger Dingledine2004-02-18
| | | | svn:r1102
* clean tabs, trailing whitespaceRoger Dingledine2003-12-17
| | | | svn:r952
* Update LICENSE and copyright dates.Nick Mathewson2003-10-08
| | | | svn:r560
* Make windows happier stillNick Mathewson2003-08-12
| | | | svn:r392
* Dont use explicit paths for orconfig.h -- it messes up the windows buildNick Mathewson2003-08-12
| | | | svn:r386
* autoconf around missing stdint.hNick Mathewson2003-08-11
| | | | svn:r376
* Add a the public-domain AES implementation, with a minimal counter-mode wrapper.Nick Mathewson2003-06-30
svn:r361