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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
tortls.c
Age
Commit message (
Expand
)
Author
2004-04-26
Some versions of openssl have an SSL_pending function that erroneously
Nick Mathewson
2004-04-26
Add a macro to catch unhandled openssl errors.
Nick Mathewson
2004-04-26
log debug so nick can see it too
Roger Dingledine
2004-04-26
Include strerror(errno) with tls syscall errors
Nick Mathewson
2004-04-26
Log pending TLS errors in a couple more places, in case they are possible.
Nick Mathewson
2004-04-26
Call tls_log_errors at a more appropriate location; we can remove the other c...
Nick Mathewson
2004-04-26
Very blunt debugging code: log pending errors at start and end of tor_tls_verify
Nick Mathewson
2004-04-25
use tor_assert and PUBLIC_KEY_OK
Roger Dingledine
2004-04-24
Merge flagday into main branch.
Nick Mathewson
2004-04-15
quiet a -l info that should be -l debug
Roger Dingledine
2004-04-08
allow 90 minutes of clock skew, not 30
Roger Dingledine
2004-04-06
Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
2004-04-03
Make "common" no longer depend on or.h
Nick Mathewson
2004-04-03
Refactor the heck out of crypto interface: admit that we will stick with one ...
Nick Mathewson
2004-03-09
Make tor build on windows again. More work still needed
Nick Mathewson
2004-02-28
bugfix: stop trying to write to a stderr that may not be there
Roger Dingledine
2004-01-20
fix typo
Roger Dingledine
2004-01-13
Note discrepency between N bytes transmitted over TLS and actual bandwidth us...
Nick Mathewson
2003-12-17
clean tabs, trailing whitespace
Roger Dingledine
2003-11-18
Stop leaking X509 certs; those things are _nasty_ on the carpet
Nick Mathewson
2003-11-11
fix a bug in handling clock skew
Roger Dingledine
2003-10-23
resolve warning
Nick Mathewson
2003-10-23
Two-pronged attack at my overzealous skew fixes.
Nick Mathewson
2003-10-22
Clock skew fixes.
Nick Mathewson
2003-10-21
introduce new tor_free() macro
Roger Dingledine
2003-10-19
warn, not err
Roger Dingledine
2003-10-19
Code to get nicknames from peer certs
Nick Mathewson
2003-10-19
let tls tolerate reallocing the buf
Roger Dingledine
2003-10-18
first steps toward a WANTWRITE SSL_write tls bug fix
Roger Dingledine
2003-10-18
start to track down the 'peer has invalid cert' bug
Roger Dingledine
2003-10-15
Log TLS errors even harder
Nick Mathewson
2003-10-15
Add more logging on some ssl errors.
Nick Mathewson
2003-10-10
change WARNING to WARN
Roger Dingledine
2003-09-28
shift read_file_to_str() into util.c
Roger Dingledine
2003-09-27
Add function to wrap SSL_pending
Nick Mathewson
2003-09-26
finish enforcing the log convention
Roger Dingledine
2003-09-25
various bugfixes and updates
Roger Dingledine
2003-09-25
Refactor buffers; implement descriptors.
Nick Mathewson
2003-09-16
More fine-grained logging messages on ZeroReturn/Syscall error cases
Nick Mathewson
2003-09-15
Cipher lists need to be colon separated. Also make initialization more bulle...
Nick Mathewson
2003-09-15
Fix TLS error logging
Nick Mathewson
2003-09-15
Log protocol errors
Nick Mathewson
2003-09-14
fix the cpuworker circ-had-vanished bug (maybe)
Roger Dingledine
2003-09-11
Fix bugs in certificate generation and SSL context creation. Both seem to wo...
Nick Mathewson
2003-09-11
Resolve XXXXs in tortls.c
Nick Mathewson
2003-09-11
Simplify some code paths in TLS; cut down on memory leaks; use
Nick Mathewson
2003-09-11
fix typo that's been bugging me
Roger Dingledine
2003-09-10
Add certificate verification functions
Nick Mathewson
2003-09-08
hide the global tls context inside tortls.c
Roger Dingledine
2003-09-05
move variable declarations to top of function
Roger Dingledine
[prev]
[next]