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.c
Age
Commit message (
Expand
)
Author
2011-11-16
Fix a check-spaces complaint
Sebastian Hahn
2011-11-15
Make certificate skew into a protocol warning
Nick Mathewson
2011-11-15
Allow up to a 30 days future skew, 48 hours past skew in certs.
Nick Mathewson
2011-10-28
Fix a memory-poisoning memset in tortls.c
Nick Mathewson
2011-10-27
Merge branch 'maint-0.2.2_secfix' into master_secfix
Sebastian Hahn
2011-10-26
Merge branch 'maint-0.2.1_secfix' into maint-0.2.2_secfix
Sebastian Hahn
2011-10-26
Don't send a certificate chain on outgoing TLS connections from non-relays
Nick Mathewson
2011-10-26
Maintain separate server and client TLS contexts.
Robert Ransom
2011-10-26
Refactor tor_tls_context_new:
Robert Ransom
2011-10-23
Fix a reference-leak in tor_tls_received_v3_certificate
Nick Mathewson
2011-10-23
Fix memory leak in prop176 code
Nick Mathewson
2011-10-10
Add some points to make it easy to turn off v3 support
Nick Mathewson
2011-10-10
Quiet two notices, and spelling mistake cleanup
Sebastian Hahn
2011-10-10
Give tor_cert_get_id_digests() fail-fast behavior
Nick Mathewson
2011-10-10
Fix some more issues wrt tor_cert_new found by asn
Nick Mathewson
2011-10-10
Generate certificates that enable v3 handshake
Nick Mathewson
2011-10-10
Make tor_tls_cert_is_valid check key lengths
Nick Mathewson
2011-10-10
Function to return peer cert as tor_tls_cert
Nick Mathewson
2011-10-10
Add AUTH keys as specified in proposal 176
Nick Mathewson
2011-10-10
Functions to get a public RSA key from a cert
Nick Mathewson
2011-10-10
Function to detect certificate types that signal v3 certificates
Nick Mathewson
2011-10-10
Function to get digests of the certs and their keys
Nick Mathewson
2011-10-10
More functions to manipulate certs received in cells
Nick Mathewson
2011-10-10
Function to extract the TLSSECRETS field for v3 handshakes
Nick Mathewson
2011-10-10
Turn X509 certificates into a first-class type and add some functions
Nick Mathewson
2011-08-24
Add write watermarks to filtered bufferevents.
Nick Mathewson
2011-08-18
Automatically use filtering bufferevents with IOCP.
Nick Mathewson
2011-08-11
Don't warn on http connection to my orport
Sebastian Hahn
2011-07-15
Make WIN32_WINNT defines conditional
Nick Mathewson
2011-07-11
Document feature3116 fns and improve output
Nick Mathewson
2011-07-11
Record the states of failing OR connections
Nick Mathewson
2011-06-20
Log SSL state changes at LOG_DEBUG, LD_HANDSHAKE.
Nick Mathewson
2011-03-03
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-01
remove tls related hash table code
Gladys Shufflebottom
2011-02-10
Make the DH parameter we use for TLS match the one from Apache's mod_ssl
Nick Mathewson
2011-02-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-25
Handle failing cases of DH allocation
Nick Mathewson
2011-01-24
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-03
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
2010-11-23
Fix compilation with mingw and OpenSSL 0.9.8m+
mingw-san
2010-11-21
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-20
Do not set the hostname TLS extension server-side; only client-side
Nick Mathewson
[next]