Roger Dingledine
|
8cf45df230
and now the exciting part: there is now no such thing as doing
|
18 years ago |
Roger Dingledine
|
0bfef523df
simplify the tortls api: we only support being a "server", that
|
18 years ago |
Roger Dingledine
|
7f611f4732
if we're a server and some peer has a broken tls certificate, don't
|
18 years ago |
Roger Dingledine
|
5f051574d5
Happy new year!
|
19 years ago |
Nick Mathewson
|
932106f54c
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain. Domains are now bitmasks... just in case. Make some err msgs non-general.
|
19 years ago |
Roger Dingledine
|
03dcef4c78
start the process of reducing clutter in server logs
|
19 years ago |
Nick Mathewson
|
ba24193ab5
Make doxygen marginally happier
|
19 years ago |
Nick Mathewson
|
0831823763
Change end-of-file NLNL convention. It turns out arma I and I agree.
|
19 years ago |
Nick Mathewson
|
a6f51001a5
New whitespace normalization rule: no blank line at EOF.
|
19 years ago |
Nick Mathewson
|
5827e2e216
Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TLS errors when handling certs. Fix2: stop assert(0)ing on uncaught TLS errors.)
|
19 years ago |
Nick Mathewson
|
0e81265359
update copyright notices.
|
19 years ago |
Roger Dingledine
|
4a82ac12b8
add a tor_tls_is_server method to remember if conn->tls
|
19 years ago |
Nick Mathewson
|
5d836c8140
Free tls resources on exit too
|
20 years ago |
Nick Mathewson
|
32978afa54
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
|
20 years ago |
Nick Mathewson
|
7fbd297532
Suggestion from weasel: Make tor --version --version dump the cvs Id of every file.
|
20 years ago |
Roger Dingledine
|
7c9a707900
remove emacs droppings, since nick says he doesn't need them anymore
|
20 years ago |
Nick Mathewson
|
ffe9b01ad7
Split X509 certificate liveness checks into a separate function
|
20 years ago |
Roger Dingledine
|
5f4a390b33
oh, and some more in common/
|
20 years ago |
Nick Mathewson
|
38d8e36919
Make tor_tls_new variant use alternative (certless) context
|
20 years ago |
Nick Mathewson
|
334de84cbe
Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify behavior
|
20 years ago |
Roger Dingledine
|
5dd9e60231
doxygen markup for common/*.h
|
20 years ago |
Nick Mathewson
|
908ccb9dcd
Handle windows socket errors correctly; comment most of common.
|
20 years ago |
Nick Mathewson
|
d6d4b93863
Remove spurious semi
|
20 years ago |
Nick Mathewson
|
ad07c62938
Add a macro to catch unhandled openssl errors.
|
20 years ago |
Nick Mathewson
|
c44016e86e
Merge flagday into main branch.
|
20 years ago |
Nick Mathewson
|
257d509b91
Document stuff, reduce magic numbers, add emacs magic
|
20 years ago |
Nick Mathewson
|
793c65e60f
Note discrepency between N bytes transmitted over TLS and actual bandwidth use; add 2 functions to help resolve.
|
21 years ago |
Nick Mathewson
|
0ec2a34a1d
Code to get nicknames from peer certs
|
21 years ago |
Roger Dingledine
|
677707433e
shift read_file_to_str() into util.c
|
21 years ago |
Nick Mathewson
|
798bb6ab3b
Add function to wrap SSL_pending
|
21 years ago |