index
:
tor
main
maint-0.1.2
maint-0.2.0
maint-0.2.1
maint-0.2.2
maint-0.2.3
maint-0.2.4
maint-0.2.5
maint-0.2.6
maint-0.2.7
maint-0.2.7-redux
maint-0.2.8
maint-0.2.9
maint-0.3.0
maint-0.3.1
maint-0.3.2
maint-0.3.3
maint-0.3.4
maint-0.3.5
maint-0.4.0
maint-0.4.1
maint-0.4.2
maint-0.4.3
maint-0.4.4
maint-0.4.5
maint-0.4.6
maint-0.4.7
maint-0.4.8
release-0.2.1
release-0.2.2
release-0.2.3
release-0.2.4
release-0.2.5
release-0.2.6
release-0.2.7
release-0.2.7-redux
release-0.2.8
release-0.2.9
release-0.3.0
release-0.3.1
release-0.3.2
release-0.3.3
release-0.3.4
release-0.3.5
release-0.4.0
release-0.4.1
release-0.4.2
release-0.4.3
release-0.4.4
release-0.4.5
release-0.4.6
release-0.4.7
release-0.4.8
Transit encryption and privacy out of the box
The Tor Project
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
crypto.c
Age
Commit message (
Expand
)
Author
2005-10-18
Start dividing log messages into logging domains. No, LD_ is not the best of...
Nick Mathewson
2005-10-17
Downgrade a few INFO level logs to DEBUG again. Also add two or three new
Peter Palfrader
2005-10-08
Okay, try to use RAND_poll() from OpenSSL where available.
Nick Mathewson
2005-10-07
LOG_ERR is for when we know we're going to exit. use LOG_WARN in other
Roger Dingledine
2005-10-07
disable RAND_poll() for the alpha of the day; at least 24 hours of testing is...
Nick Mathewson
2005-10-07
Add half our entropy from RAND_poll in OpenSSL. These know how to use egd (i...
Nick Mathewson
2005-10-06
Once an hour (not just on startup) give OpenSSL some more entropy.
Nick Mathewson
2005-10-06
Using RAND_pseudo_bytes instead of RAND_bytes is an accident waiting to happe...
Nick Mathewson
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-10-03
free EVP cipher information on shutdown to remove some spurious dmalloc compl...
Nick Mathewson
2005-09-30
Never call free() on tor_malloc()d memory. This is unlikely to be our current...
Nick Mathewson
2005-09-30
even better function start checks; give dmalloc a chance of working.
Nick Mathewson
2005-09-30
Reformat inconsistent function declarations.
Nick Mathewson
2005-09-29
Add a bunch more warnings to out warning suite; resolve them; pack structs a ...
Nick Mathewson
2005-09-18
Helper functions to perform our truncated base64 encoding on hexdigests.
Nick Mathewson
2005-09-09
Only do openssl accel stuff if version is at least 0.9.7
Nick Mathewson
2005-08-26
put quotes around user-supplied strings so they are more likely to
Roger Dingledine
2005-08-15
a url for better reference
Roger Dingledine
2005-08-08
fix whitespace issues
Nick Mathewson
2005-08-07
far far cleaner implementation of handshake checking logic. Backport candidate.
Nick Mathewson
2005-08-07
ok, so now it was just redundant. nick, do you recall what rfc
Roger Dingledine
2005-08-06
note another potential security problem with generating key material
Roger Dingledine
2005-08-05
rfc 3536 "provides a glossary of terms used in the IETF when discussing
Roger Dingledine
2005-08-05
Appease insane windows compiler. (Oh no, an extra semi, the sky is falling!)
Nick Mathewson
2005-08-05
fix harmless copy-and-paste error
Nick Mathewson
2005-08-05
cover a few more cases; needs testing and once-over
Nick Mathewson
2005-08-04
oops, that array got bigger
tor-0.1.1.4-alpha
Nick Mathewson
2005-08-04
Discard special bignum values.
Nick Mathewson
2005-06-20
Load hardware acceleration options when/where available. Can anybody test this?
Nick Mathewson
2005-06-15
Remove code that has been #if-0ed for a long time.
Nick Mathewson
2005-06-11
flesh out the source file descriptions for doxygen
Roger Dingledine
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-06
Possible bugfix for 151: backport candidate.
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
2005-04-01
Try to make crash-on-shutdown bug harder to trigger.
Nick Mathewson
2005-03-23
Fix a few more instances of memory not freed on exit (found by weasel).
Nick Mathewson
2005-02-13
Tell openssl how to use locks and how to find thread ids -- this may prevent ...
Nick Mathewson
2005-02-12
Apply windows patch from Dmitri Bely
Nick Mathewson
2005-01-03
Bugfix: we've been using openssl's BIO_get_mem_data incorrectly.
Roger Dingledine
2004-12-13
Note that length checking on base64_decode is kinda conservative
Nick Mathewson
2004-12-08
Belt *or* suspenders will be sufficient when casting things to unsigned char.
Nick Mathewson
2004-12-08
Solaris CC freaks out if isspace and friends get anything other than an int. ...
Nick Mathewson
2004-12-02
Be more proactive about noticing underflows: size_t values greater than 0x800...
Nick Mathewson
2004-12-01
Spell-check strings and comments
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-28
Normalize space: add one between every control keyword and control clause.
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-09
Normalize whitespace; add a "tell me about all the unnormalized whitespace" t...
Nick Mathewson
2004-11-03
Implement two flavors of authentication for control connections: one for trus...
Nick Mathewson
[next]