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
2021-06-28
Suppress strict-prototypes warning on NSS pk11pub.h header
Nick Mathewson
2021-05-25
Merge branch 'maint-0.4.4' into maint-0.4.5
Alexander Færøy
2021-05-25
Merge branch 'maint-0.3.5' into maint-0.4.4
Alexander Færøy
2021-05-25
Remove the function `tor_tls_assert_renegotiation_unblocked`.
Nick Mathewson
2020-11-06
Rename OpenSSL_version_num() as defined in Tor
Nick Mathewson
2020-07-29
Remove the connection_t.outbuf_flushlen field
Nick Mathewson
2020-07-14
Merge branch 'maint-0.4.4'
Alexander Færøy
2020-07-14
Merge remote-tracking branch 'tor-gitlab/merge-requests/43' into maint-0.4.4
Alexander Færøy
2020-07-10
NSS: Tell NSS that our SSL sockets are nonblocking.
Nick Mathewson
2020-07-09
Merge branch 'maint-0.4.4'
Nick Mathewson
2020-07-09
Merge branch 'maint-0.4.3' into maint-0.4.4
Nick Mathewson
2020-07-09
Merge branch 'maint-0.4.2' into maint-0.4.3
Nick Mathewson
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.4.2' into maint-0.4.3
Alexander Færøy
2020-07-08
Merge branch 'maint-0.4.4'
Alexander Færøy
2020-07-08
Merge branch 'maint-0.4.3' into maint-0.4.4
Alexander Færøy
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-07-02
Merge branch 'maint-0.4.4'
Nick Mathewson
2020-07-02
Carry TLS error strings forward to controller when reporting them.
Nick Mathewson
2020-06-24
tls: Make buf_read_from_tls() read at most bytes
David Goulet
2020-04-24
Merge remote-tracking branch 'onionk/inbufoverflow1-043' into ticket33131_044
Nick Mathewson
2020-03-26
Add a SUBSYS_DECLARE_LOCATION() to every subsystem.
Nick Mathewson
2020-03-24
net, tls: use BUF_MAX_LEN
cypherpunks
2020-03-24
net, tls: use INT_MAX - 1 in checks for buf_t
cypherpunks
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-30
Merge branch 'bug32673_035'
Nick Mathewson
2020-01-30
Merge branch 'bug33093_logging_035'
Nick Mathewson
2020-01-29
buf_read_from_tls: Return ERROR_MISC, not WANTWRITE, on BUG().
Nick Mathewson
2020-01-29
Change BUG() messages in buf_flush_to_tls() to IF_BUG_ONCE()
Nick Mathewson
2020-01-09
Merge branch 'pre_formatter_cleanups_squashed'
Nick Mathewson
2020-01-09
Include x509.h in tortls_internal.h.
Nick Mathewson
2020-01-09
Use new ENABLE/DISABLE_GCC_WARNING
Nick Mathewson
2020-01-08
It's 2020. Update the copyright dates with "make update-copyright"
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-11-15
Doxygen: rename all .dox files to end with .md
Nick Mathewson
2019-11-15
Doxygen: remove /** and **/ from all .dox files
Nick Mathewson
2019-11-04
Doxygen: document the rest of the directories in lib.
Nick Mathewson
2019-11-04
Doxygen: Avoid ambiguity in @dir directives
Nick Mathewson
2019-11-04
Add stub directory-level documentation for most source directories
Nick Mathewson
2019-10-26
doxygen: add @file declarations for src/lib
Nick Mathewson
2019-10-22
Merge branch 'ticket31705_v2' into ticket31705_v2_merged
Nick Mathewson
2019-10-22
With coccinelle, avoid includes in the middle of an expression.
Nick Mathewson
2019-10-09
Merge remote-tracking branch 'tor-github/pr/1394'
Nick Mathewson
[next]