summaryrefslogtreecommitdiff
path: root/src/common/crypto.h
AgeCommit message (Expand)Author
2007-02-12 r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson
2007-02-05 r11639@catbus: nickm | 2007-02-05 13:33:38 -0500Nick Mathewson
2007-02-02 r11629@catbus: nickm | 2007-02-02 15:06:17 -0500Nick Mathewson
2006-10-01 r8825@totoro: nickm | 2006-10-01 17:41:27 -0400Nick Mathewson
2006-04-10Remove DER64 functions in trunk: they will never be used again unless the dir...Nick Mathewson
2006-03-26clean up the traces from tracking the 0.1.1.9-alpha stack-smashing bug.Roger Dingledine
2006-02-09Happy new year!Roger Dingledine
2006-02-02I believe this resolves bug 234, the mysterious crash on 0.1.1.9Roger Dingledine
2006-01-22Split PARANOIA_B into B1 and B2.Nick Mathewson
2006-01-17Split 0119_PARANOIA into 0119_PARANOIA_[ABC]. A is "this is suspicious, and ...Nick Mathewson
2006-01-10Add a (diabled by default) option in crypto.h to disable most of the interest...Nick Mathewson
2005-12-14Bite the bullet and limit all our source lines to 80 characters, the way IBM ...Nick Mathewson
2005-12-08Document CREATE_FAST better in the code. Move our key expansion algorithm in...Nick Mathewson
2005-11-30and its headerRoger Dingledine
2005-11-30remove some functions that are not used; #if0 out some files that are not lik...Nick Mathewson
2005-10-25Per comments at the bottom of openssl/FAQ, call even more functions toNick Mathewson
2005-10-06Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...Nick Mathewson
2005-10-06Make doxygen marginally happierNick Mathewson
2005-09-18Helper functions to perform our truncated base64 encoding on hexdigests.Nick Mathewson
2005-06-20Load hardware acceleration options when/where available. Can anybody test this?Nick Mathewson
2005-06-11flesh out the source file descriptions for doxygenRoger Dingledine
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-09New whitespace normalization rule: no blank line at EOF.Nick Mathewson
2005-05-07Make Tor compile with no warnings with gcc4.0 on OSXNick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2004-11-29Suggestion from weasel: Make tor --version --version dump the cvs Id of every...Nick Mathewson
2004-11-26remove emacs droppings, since nick says he doesn't need them anymoreRoger Dingledine
2004-11-03Implement two flavors of authentication for control connections: one for trus...Nick Mathewson
2004-11-02canonicalize "src" and "dest" arg order in crypto.c (and others)Roger Dingledine
2004-10-27Pass with -Wstrict-prototypesNick Mathewson
2004-10-13a few more ints to size_tsRoger Dingledine
2004-10-12start the great migration from int to size_tRoger Dingledine
2004-10-07Make base-64-encoded DER work, including workaround for ugly openssl misfeatu...Nick Mathewson
2004-10-06Implement (temporarily) a base64-encoded-DER format for RSA keys; make it eas...Nick Mathewson
2004-07-22now base16_encode() and base32_encode() can't ever failRoger Dingledine
2004-07-01Track routers by hash of identity key; use hex hash of identity key in place ...Nick Mathewson
2004-05-12Not every RSA decrypt should warn on failure.Nick Mathewson
2004-05-10doxygen markup for common/*.hRoger Dingledine
2004-05-10Doxygenate common.Nick Mathewson
2004-05-01some patches on the patchesRoger Dingledine
2004-05-01Finish documenting the functions in commonNick Mathewson
2004-05-01Handle windows socket errors correctly; comment most of common.Nick Mathewson
2004-04-28Remove IVs from cipher code, since AES-ctr has none.Nick Mathewson
2004-04-26Refactor crypto error handling to be more like TLS error handling:Nick Mathewson
2004-04-08Fix base32 implementation; make base32 implementation follow standard; add mo...Nick Mathewson
2004-04-06Force hybrid encryption on for key negotiationNick Mathewson
2004-04-06Document stuff, reduce magic numbers, add emacs magicNick Mathewson
2004-04-05add more constantsNick Mathewson
2004-04-05use the right variable when comparing hashes; maybe fix "Hash of session" bugNick Mathewson
2004-04-03Refactor the heck out of crypto interface: admit that we will stick with one ...Nick Mathewson