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
Age
Commit message (
Expand
)
Author
2015-05-20
Merge branch 'bug16034_no_more_openssl_098_squashed'
Nick Mathewson
2015-05-20
Drop support for OpenSSLs without AES_CTR
Nick Mathewson
2015-05-20
Now that OpenSSL 0.9.8 is dead, crypto_seed_rng() needs no args
Nick Mathewson
2015-05-20
Remove code to support OpenSSL 0.9.8
Nick Mathewson
2015-05-20
Stop poking SSL_CTX->comp_methods
Nick Mathewson
2015-05-20
Use SSL_CIPHER accessor functions
Nick Mathewson
2015-05-20
Use SSL_CIPHER_find where possible.
Nick Mathewson
2015-05-20
Try using SSL_get_ciphers in place of session->ciphers
Nick Mathewson
2015-05-20
Tweak rectify_client_ciphers to work with openssl 1.1
Nick Mathewson
2015-05-18
Fix some compilation warnings
Nick Mathewson
2015-05-18
Merge remote-tracking branch 'andrea/ticket15358_squashed_2'
Nick Mathewson
2015-05-18
Merge remote-tracking branch 'special/bug16060'
Nick Mathewson
2015-05-18
Merge remote-tracking branch 'dgoulet/bug16021_027_01'
Nick Mathewson
2015-05-18
Silence two make rules
cypherpunks
2015-05-17
Add GETINFO network-liveness to control protocol
Andrea Shepard
2015-05-17
Implement EVENT_NETWORK_LIVENESS
Andrea Shepard
2015-05-16
Fix crash on HUP with mixed ephemeral services
John Brooks
2015-05-14
Test: add unit test for rend_data_t object and functions
David Goulet
2015-05-14
Fix: init HSDirs list in rend_data_service_create
David Goulet
2015-05-14
Merge branch 'bug15880_027_03'
Nick Mathewson
2015-05-14
Test: fix HS_DESC to expect descriptor ID
David Goulet
2015-05-14
Add missing descriptor ID to HS_DESC control event
David Goulet
2015-05-14
Fix rend_config_services() indentation
David Goulet
2015-05-14
Use safe_str_client() for service ID in log
David Goulet
2015-05-13
tor_tls_get_buffer_sizes() will not work on openssl 1.1. Patch from yawning
Nick Mathewson
2015-05-13
Use SSL_state() to inspect the state of SSL objects.
Nick Mathewson
2015-05-13
Use SSL_clear_mode where available.
Nick Mathewson
2015-05-13
SSL_clear_mode exists; we can use it.
Nick Mathewson
2015-05-13
Stop accessing 'ssl->s3->flags' when we are using openssl 1.1
Nick Mathewson
2015-05-13
ERR_remove_state() is deprecated since OpenSSL 1.0.0.
Yawning Angel
2015-05-13
Merge remote-tracking branch 'origin/maint-0.2.5' into maint-0.2.6
Nick Mathewson
2015-05-12
Bump version to 0.2.7.1-alpha-dev
Nick Mathewson
2015-05-11
comment patch from dgoulet that was in my inbox too long
Nick Mathewson
2015-05-11
Bump version to 0.2.7.1-alpha. (This is not the release yet.)
Nick Mathewson
2015-05-08
Fix segfault in HSPOST command introduce with feature #3523
Donncha O'Cearbhaill
2015-05-07
Merge branch 'writing_tests'
Nick Mathewson
2015-05-07
Write the outlines of a WritingTests.txt document
Nick Mathewson
2015-05-05
Merge remote-tracking branch 'public/bug15821_025'
Nick Mathewson
2015-05-05
Fix out-of-bounds read in INTRODUCE2 client auth
John Brooks
2015-05-05
Fix a few more memory leaks; not in any released Tor
Nick Mathewson
2015-05-05
Fix a harmless memory leak in tor-gencert
Nick Mathewson
2015-05-04
Merge branch 'feature3523_027'
Nick Mathewson
2015-05-04
Add "+HSPOST" and related "HS_DESC" event flags to the controller.
Donncha O'Cearbhaill
2015-05-02
Make `GETINFO hs/client/desc/id/<identifier>` actually work (#14845).
Yawning Angel
2015-04-30
whitespace fixes
Nick Mathewson
2015-04-30
compilation fix: signed/unsigned comparison
Nick Mathewson
2015-04-30
Merge branch 'bug15814_027_04'
Nick Mathewson
2015-04-30
Update descriptor ID when it changes in rend_data
David Goulet
2015-04-30
Use descriptor ID when purging last hid fetch cache
David Goulet
2015-04-30
Use rend_data_client/service_create() in code
David Goulet
[next]