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
/
tortls.h
Age
Commit message (
Expand
)
Author
2007-02-12
r11775@catbus: nickm | 2007-02-12 16:39:09 -0500
Nick Mathewson
2007-02-02
r11629@catbus: nickm | 2007-02-02 15:06:17 -0500
Nick Mathewson
2007-01-30
r11607@catbus: nickm | 2007-01-30 17:19:27 -0500
Nick Mathewson
2007-01-15
r11966@Kushana: nickm | 2007-01-15 16:12:17 -0500
Nick Mathewson
2007-01-15
r11957@Kushana: nickm | 2007-01-15 15:25:57 -0500
Nick Mathewson
2006-12-29
r11741@Kushana: nickm | 2006-12-28 22:41:29 -0500
Nick Mathewson
2006-12-13
r11566@Kushana: nickm | 2006-12-13 17:46:24 -0500
Nick Mathewson
2006-06-07
and now the exciting part: there is now no such thing as doing
Roger Dingledine
2006-06-07
simplify the tortls api: we only support being a "server", that
Roger Dingledine
2006-05-26
if we're a server and some peer has a broken tls certificate, don't
Roger Dingledine
2006-02-09
Happy new year!
Roger Dingledine
2005-10-25
Efficiency hack: call tor_fix_source_file late, not early. Add "BUG" domain....
Nick Mathewson
2005-10-17
start the process of reducing clutter in server logs
Roger Dingledine
2005-10-06
Make doxygen marginally happier
Nick Mathewson
2005-06-09
Change end-of-file NLNL convention. It turns out arma I and I agree.
Nick Mathewson
2005-06-09
New whitespace normalization rule: no blank line at EOF.
Nick Mathewson
2005-04-23
Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...
debian-version-0.1.0.3-rc-200504231430-1
Nick Mathewson
2005-04-01
update copyright notices.
Nick Mathewson
2005-03-31
add a tor_tls_is_server method to remember if conn->tls
Roger Dingledine
2005-02-11
Free tls resources on exit too
Nick Mathewson
2004-12-22
Workaround for brain-damaged __FILE__ handling on MSVC: keep Nick's name out
Nick Mathewson
2004-11-29
Suggestion from weasel: Make tor --version --version dump the cvs Id of every...
Nick Mathewson
2004-11-26
remove emacs droppings, since nick says he doesn't need them anymore
Roger Dingledine
2004-11-14
Split X509 certificate liveness checks into a separate function
Nick Mathewson
2004-10-14
oh, and some more in common/
Roger Dingledine
2004-07-22
Make tor_tls_new variant use alternative (certless) context
Nick Mathewson
2004-07-21
Misc small code cleanups; remove exit_server_mode(); change tor_tls_verify be...
Nick Mathewson
2004-05-10
doxygen markup for common/*.h
Roger Dingledine
2004-05-01
Handle windows socket errors correctly; comment most of common.
Nick Mathewson
2004-04-26
Remove spurious semi
Nick Mathewson
2004-04-26
Add a macro to catch unhandled openssl errors.
Nick Mathewson
2004-04-24
Merge flagday into main branch.
Nick Mathewson
2004-04-06
Document stuff, reduce magic numbers, add emacs magic
Nick Mathewson
2004-01-13
Note discrepency between N bytes transmitted over TLS and actual bandwidth us...
Nick Mathewson
2003-10-19
Code to get nicknames from peer certs
Nick Mathewson
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-25
Refactor buffers; implement descriptors.
Nick Mathewson
2003-09-10
Add certificate verification functions
Nick Mathewson
2003-09-10
Add prototypes for functions to check whether the peer certificate is
Nick Mathewson
2003-09-08
another wishlist function for the tls interface
Roger Dingledine
2003-09-08
hide the global tls context inside tortls.c
Roger Dingledine
2003-09-04
Add initial interfaces and code for TLS support. Interfaces are right; code ...
Nick Mathewson