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
/
lib
/
tls
Age
Commit message (
Expand
)
Author
2020-07-09
Merge branch 'maint-0.3.5' into maint-0.4.2
Nick Mathewson
2020-07-09
Merge branch 'trove_2020_001_035' into maint-0.3.5
Nick Mathewson
2020-07-08
Merge branch 'maint-0.3.5' into maint-0.4.2
Alexander Færøy
2020-07-07
Resolve a compiler warning from a 32-bit signed/unsigned comparison
Nick Mathewson
2020-07-06
Use ((x + 7) >> 3) instead of (x >> 3) when converting from bits to bytes.
Alexander Færøy
2020-07-06
Add constness to length variables in `tor_tls_cert_matches_key`.
Alexander Færøy
2020-07-06
Fix out-of-bound memory read in `tor_tls_cert_matches_key()` for NSS.
Alexander Færøy
2020-03-13
Merge branch 'maint-0.4.1' into maint-0.4.2
Nick Mathewson
2020-03-13
Merge branch 'maint-0.3.5' into maint-0.4.1
Nick Mathewson
2020-01-29
Change BUG() messages in buf_flush_to_tls() to IF_BUG_ONCE()
Nick Mathewson
2019-11-25
Merge branch 'maint-0.4.0' into maint-0.4.1
teor
2019-11-25
Merge branch 'maint-0.3.5' into maint-0.4.0
teor
2019-10-09
Merge remote-tracking branch 'tor-github/pr/1394'
Nick Mathewson
2019-10-04
tls: Log TLS read buffer length bugs once
teor
2019-09-30
Re-run "make autostyle" with improved annotate_ifdef_directives
Nick Mathewson
2019-09-26
Run "make autostyle" with new "annotate_ifdef_directives"
Nick Mathewson
2019-06-05
Replace a missing end-of-comment string
Nick Mathewson
2019-06-05
Run "make autostyle."
Nick Mathewson
2019-05-02
Add comments to include.am files to note where new sources go
Nick Mathewson
2019-04-06
Merge remote-tracking branch 'tor-github/pr/911' into maint-0.4.0
teor
2019-04-06
NSS: disable TLS1.2 SHA-384 ciphersuites.
Nick Mathewson
2019-04-06
NSS: Log an error message when SSL_ExportKeyingMaterial() fails
Nick Mathewson
2019-04-05
Merge branch 'tor-github/pr/902' into maint-0.4.0
George Kadianakis
2019-04-04
Merge branch 'bug30021_029' into bug30021_035
Nick Mathewson
2019-02-14
Merge branch 'maint-0.3.5'
George Kadianakis
2019-02-08
Add more openssl includes to fix no-deprecated compilation
Nick Mathewson
2019-01-16
Bump copyright date to 2019
Nick Mathewson
2019-01-16
Bump copyright date to 2019.
Nick Mathewson
2019-01-03
Merge branch 'maint-0.3.5'
Nick Mathewson
2019-01-03
Merge branch 'maint-0.3.4' into maint-0.3.5
Nick Mathewson
2018-11-14
Normalize .may_include to always have paths, and paths to include
Nick Mathewson
2018-11-14
Move buffers.c out of lib/containers to resolve a circularity.
Nick Mathewson
2018-11-11
Merge branch 'maint-0.3.5'
Nick Mathewson
2018-11-11
Merge branch 'maint-0.3.4' into maint-0.3.5
Nick Mathewson
2018-11-09
Merge branch 'subsystems'
Nick Mathewson
2018-11-09
Rename subsystem callback functions to make them consistent
Nick Mathewson
2018-11-09
Merge branch 'maint-0.3.4' into maint-0.3.5
Nick Mathewson
2018-11-05
Make tortls use the subsystems interface
Nick Mathewson
2018-10-14
Merge branch 'bug27772_squashed'
Nick Mathewson
2018-10-14
In tor_tls_get_my_certs(), set cert ptrs even on failure
Nick Mathewson
2018-09-20
Fix an NSS socket leak-on-error found by dgoulet
Nick Mathewson
2018-09-20
Use the correct macro to detect an invalid socket in tortls_nss.c
Nick Mathewson
2018-09-20
Release ownership of the dummy socket that tortls_nss.c will close
Nick Mathewson
2018-09-16
When Tor is compiled with NSS, don't claim support for LinkAuth=1
Nick Mathewson
2018-09-14
Explicitly ignore BIO_set_close() return val to fix #27711
Nick Mathewson
2018-09-14
Merge branch 'nss_countbytes_squashed'
Nick Mathewson
2018-09-14
Allow malloc includes in tls library
Nick Mathewson
2018-09-14
Add support for lower-level byte counting with NSS
Nick Mathewson
2018-09-12
Add a tor_tls_release_socket() function.
Nick Mathewson
2018-09-07
Merge branch 'maint-0.3.4'
Nick Mathewson
[next]