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
2023-11-03
Merge branch 'maint-0.4.7' into maint-0.4.8
David Goulet
2023-11-03
Fix TROVE-2023-004: Remote crash when compiled against OpenSSL
Alexander Færøy
2023-05-29
tls: Disable a warning with LibreSSL >= 3.8.0
orbea
2023-02-16
Reworded OpenSSL bug 7712 detection warning to avoid OpenSSL 1.1.1b detection...
Richard Pospesel
2022-02-09
Merge branch 'tor-gitlab/mr/518'
David Goulet
2022-02-08
nss: Don't write empty payload on the wire
David Goulet
2022-01-23
conn: add ClientHello Padding TLS extension
pseudonymisaTor
2021-06-29
Merge branch 'maint-0.4.5' into maint-0.4.6
David Goulet
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.4.5' into maint-0.4.6
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
2021-03-12
Run "make autostyle" in advance of new series.
Nick Mathewson
2021-03-12
Update copyrights to 2021, using "make update-copyright"
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
[next]