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
/
common
/
tortls.c
Age
Commit message (
Expand
)
Author
2019-01-03
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2019-01-03
Detect openssl bug 7712 and work around it.
Nick Mathewson
2018-11-11
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-11-11
Merge branch 'maint-0.2.9' into maint-0.3.3
Nick Mathewson
2018-11-11
Fix a bug in usage of SSL_set1_groups_list()
Nick Mathewson
2018-11-09
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-11-09
Merge branch 'maint-0.2.9' into maint-0.3.3
Nick Mathewson
2018-11-09
Always declare groups when building with openssl 1.1.1 APIs
Nick Mathewson
2018-09-07
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-09-07
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-09-07
Merge branch 'maint-0.2.9' into maint-0.3.2
Nick Mathewson
2018-09-07
Tell openssl to build its TLS contexts with security level 1
Nick Mathewson
2018-08-21
Merge branch 'maint-0.3.3' into maint-0.3.4
Nick Mathewson
2018-08-21
Merge branch 'maint-0.3.2' into maint-0.3.3
Nick Mathewson
2018-08-21
Merge branch 'maint-0.2.9' into maint-0.3.2
Nick Mathewson
2018-08-20
Use our x509 wrapper code in tor_tls_cert_matches_key()
Nick Mathewson
2018-05-09
Merge remote-tracking branch 'public/bug26005_034'
Nick Mathewson
2018-05-03
Merge remote-tracking branch 'isis/bug24660_r1'
Nick Mathewson
2018-05-03
Use OPENSSL_1_1_API in place of raw OPENSSL_VERSION_NUMBER checks
Nick Mathewson
2018-04-27
Only define X509_get_not{BeforeAfter} if they are not defined
Nick Mathewson
2018-04-18
Add support for openssl built with "no-deprecated".
Nick Mathewson
2018-04-06
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-03-26
Merge branch 'bug24658-rm-curve25519-header' into bug24658-merge
Nick Mathewson
2018-02-10
Merge branch 'maint-0.3.1' into maint-0.3.2
Nick Mathewson
2018-02-10
Merge branch 'maint-0.3.2'
Nick Mathewson
2018-02-10
Merge branch 'maint-0.2.9' into maint-0.3.1
Nick Mathewson
2018-02-07
Fix spelling mistakes corresponding to ticket #23650
Deepesh Pathak
2018-02-03
Include crypto_digest.h in order to solve dependency issues.
Fernando Fernandez Mancera
2018-01-23
Make Tor support TLS1.3 ciphers with OpenSSL 1.1.1
Nick Mathewson
2017-12-20
Merge branch 'maint-0.3.2'
Nick Mathewson
2017-12-13
Another attempt at fixing the STACK warning in tortls.c
Nick Mathewson
2017-11-17
Make all the crypto free() functions macros that clear their targets
Nick Mathewson
2017-09-28
Move around some LCOV_EXCLs in src/common
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
Nick Mathewson
2017-08-25
Merge branch 'maint-0.3.1'
Nick Mathewson
2017-08-25
Merge branch 'bug19418_029' into maint-0.3.1
Nick Mathewson
2017-08-09
Make sure we always wind up checking i2d_*'s output.
Nick Mathewson
2017-07-24
Improve comment about why we disable TLS compression.
Nick Mathewson
2017-06-05
Merge branch 'maint-0.3.0'
Nick Mathewson
2017-06-05
Merge branch 'maint-0.2.9' into maint-0.3.0
Nick Mathewson
2017-06-05
Improve documentation on get_{peer,own}_certificate()
Nick Mathewson
2017-06-05
Test prerequisites: function to dup a cert, make get_own_cert mockable.
Nick Mathewson
2017-06-05
On v3 link handshake, send the correct link certificate
Nick Mathewson
2017-05-26
Cleanup MOCK_IMPL (etc) to be findable with etags
Nick Mathewson
2017-03-31
Move "change cert expiration and re-sign" fn into tortls.c
Nick Mathewson
2017-03-31
Change many tortls.h declarations of private APIs to use structs
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2017-02-27
Merge branch 'bug21420_029_squashed' into maint-0.3.0
Nick Mathewson
2017-02-27
Revise the logic for picking the start time for link certs
Nick Mathewson
2017-01-24
Re-run gen_server_ciphers
Nick Mathewson
[next]