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