index
:
tor
disths
master
[no description]
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
tortls.c
Commit message (
Expand
)
Author
Age
*
C style fix: a no-args function is void fn(void), not void fn().
Nick Mathewson
2011-03-03
*
Add a magic field to tor_tls_t to catch exdata corruption bugs, if any appear.
Nick Mathewson
2011-03-03
*
Check the result of SSL_set_ex_data
Robert Ransom
2011-03-03
*
Use SSL_*_ex_data instead of SSL_*_app_data
Robert Ransom
2011-03-03
*
Remove now-unused helper functions
Robert Ransom
2011-03-03
*
remove tls related hash table code
Gladys Shufflebottom
2011-03-01
*
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-02-03
|
\
|
*
Handle failing cases of DH allocation
Nick Mathewson
2011-01-25
*
|
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-24
|
\
|
|
*
Make the DH parameter we use for TLS match the one from Apache's mod_ssl
Nick Mathewson
2011-01-24
*
|
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
|
\
|
|
*
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
|
|
\
|
|
*
Bump copyright statements to 2011
Nick Mathewson
2011-01-03
|
|
*
Fix compilation with mingw and OpenSSL 0.9.8m+
mingw-san
2010-11-23
*
|
|
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2010-11-21
|
\
|
|
|
*
|
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2010-11-21
|
|
\
|
|
|
*
Do not set the hostname TLS extension server-side; only client-side
Nick Mathewson
2010-11-20
*
|
|
Add a testing-only option to use bufferevent_openssl as a filter
Nick Mathewson
2010-11-09
*
|
|
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2010-10-21
|
\
|
|
|
*
|
Maintain separate server and client TLS contexts.
Robert Ransom
2010-10-04
|
*
|
Refactor tor_tls_context_new:
Robert Ransom
2010-10-04
*
|
|
Make check-spaces happy
Sebastian Hahn
2010-10-14
*
|
|
Set OpenSSL 0.9.8l renegotiation flag early enough for bufferevents
Nick Mathewson
2010-10-12
*
|
|
Actually call connection_tls_finish_handshake() with bufferevents
Nick Mathewson
2010-10-12
*
|
|
Log OpenSSL errors coming from bufferevent_openssl
Nick Mathewson
2010-10-11
*
|
|
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2010-10-04
|
\
|
|
|
*
|
Correct a bogus comment.
Robert Ransom
2010-10-04
|
*
|
Correct a couple of log messages in tortls.c
Robert Ransom
2010-10-04
|
*
|
Fix several comments in tortls.c
Robert Ransom
2010-10-04
*
|
|
Make the bufferevent code use the renegotiation-reenabling hack
Nick Mathewson
2010-09-27
*
|
|
Always defer bufferevent_openssl callbacks to avoid reentrant invocations
Nick Mathewson
2010-09-27
*
|
|
Fix whitespace in bufferevents branch
Nick Mathewson
2010-09-27
*
|
|
Document and/or fix stuff found by Sebastian in code review
Nick Mathewson
2010-09-27
*
|
|
Some bufferevents related fixes and pointers for nickm
Sebastian Hahn
2010-09-27
*
|
|
Convert bufferevents to use rate-limiting.
Nick Mathewson
2010-09-27
*
|
|
Documentation for a few bufferevent functions.
Nick Mathewson
2010-09-27
*
|
|
Get SSL connections and linked connections working with bufferevents.
Nick Mathewson
2010-09-27
|
/
/
*
|
Fix compilation with mingw and OpenSSL 0.9.8m+
mingw-san
2010-07-26
*
|
Rename log.h to torlog.h
Nick Mathewson
2010-07-09
*
|
moved wince related includes and defs to compat.h where possible, removed unu...
valerino
2010-05-24
*
|
Demote a warning about missing client ciphers
Sebastian Hahn
2010-04-20
*
|
minor cleanups
Roger Dingledine
2010-04-20
*
|
Merge commit 'origin/maint-0.2.1'
Nick Mathewson
2010-04-15
|
\
|
|
*
Fix renegotiation on OpenSSL versions that backport RFC5746.
Nick Mathewson
2010-04-13
*
|
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-27
|
\
|
|
*
Update Tor Project copyright years
Nick Mathewson
2010-02-27
*
|
fix typo and garbage grammar
Roger Dingledine
2010-02-21
*
|
Merge remote branch 'origin/maint-0.2.1'
Nick Mathewson
2010-02-18
|
\
|
|
*
Fix compile
Sebastian Hahn
2010-02-18
|
*
Even more conservative option-setting for SSL renegotiation.
Nick Mathewson
2010-02-17
[next]