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.h
Age
Commit message (
Expand
)
Author
2018-02-16
Move the pk-digest functions into crypto_rsa.[ch].
Fernando Fernandez Mancera
2018-02-03
Include crypto_digest.h in order to solve dependency issues.
Fernando Fernandez Mancera
2017-12-08
Fix wide lines introduced by previous patch.
Nick Mathewson
2017-12-08
Replace all FREE_AND_NULL* uses to take a type and a free function.
Nick Mathewson
2017-11-17
Make all the crypto free() functions macros that clear their targets
Nick Mathewson
2017-09-15
Run our #else/#endif annotator on our source code.
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
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-03-31
Move "change cert expiration and re-sign" fn into tortls.c
Nick Mathewson
2017-03-31
Mark many private tortls.h APIs as openssl-only.
Nick Mathewson
2017-03-15
Run the copyright update script.
Nick Mathewson
2016-11-03
For testing: add a tor_x509_cert_dup().
Nick Mathewson
2016-11-03
Make the current time an argument to x509 cert-checking functions
Nick Mathewson
2016-11-03
New authentication types to use RFC5705.
Nick Mathewson
2016-08-02
Remove USE_BUFFEREVENTS code outside src/or
Nick Mathewson
2016-06-11
Add -Wmissing-variable-declarations, with attendant fixes
Nick Mathewson
2016-02-27
Update the copyright year.
Nick Mathewson
2016-02-23
Merge branch 'bug17795'
Nick Mathewson
2016-02-10
Whitespace fixes
Nick Mathewson
2016-02-10
Rename crypto_digest_all, and digests_t.
Nick Mathewson
2016-02-03
Make Tor build happily with OpenSSL master and libressl.
Nick Mathewson
2015-11-13
Merge remote-tracking branch 'public/ticket11150_client_only'
Nick Mathewson
2015-11-10
Move openssl version compatibility defines into a new header.
Nick Mathewson
2015-10-07
Remove the client-side code for the v1 and v2 tls handshakes.
Nick Mathewson
2015-10-05
Fix compilation failure when SSL_SESSION_get_master_key() is provided by Open...
rl1987
2015-10-02
Avoid warnings in tortls.h includes
Nick Mathewson
2015-10-02
Fix "make check-spaces"
Nick Mathewson
2015-10-02
Make test_tortls compile without warnings
Nick Mathewson
2015-09-15
Add tests for tortls.c
Ola Bini
2015-05-28
Merge branch '12498_ed25519_keys_v6'
Nick Mathewson
2015-05-28
Tests for AUTHENTICATE cell functionality.
Nick Mathewson
2015-05-28
Start testing cell encoders/processers for the v3 handshake.
Nick Mathewson
2015-05-21
Remove support for OpenSSL without ECC.
Yawning Angel
2015-05-20
Merge branch 'bug16034_no_more_openssl_098_squashed'
Nick Mathewson
2015-05-13
tor_tls_get_buffer_sizes() will not work on openssl 1.1. Patch from yawning
Nick Mathewson
2015-05-07
Write the outlines of a WritingTests.txt document
Nick Mathewson
2015-02-24
Fix whitespace from tor_x509_cert rename
Nick Mathewson
2015-02-24
Mechanical rename: tor_cert_t -> tor_x509_cert_t
Nick Mathewson
2015-01-02
Bump copyright dates to 2015, in case someday this matters.
Nick Mathewson
2014-10-28
Add another year to our copyright dates.
Nick Mathewson
2014-04-15
Uplift status.c unit test coverage with new test cases and macros.
dana koch
2013-06-12
Fix #9043 - simplyfy the code and use EVP_PKEY_cmp instead of pkey_eq / tor_t...
Marek Majkowski
2013-06-10
Bug #5170 - make pkey_eq testable, introduce test_tortls.c
Marek Majkowski
2013-03-11
Track TLS overhead: diagnostic for bug 7707
Nick Mathewson
2013-01-16
Update the copyright date to 201.
Nick Mathewson
2012-12-25
Make ECDHE group configurable: 224 for public, 256 for bridges (default)
Nick Mathewson
2012-12-25
Let servers choose better ciphersuites when clients support them
Nick Mathewson
2012-10-12
Rename all reserved C identifiers we defined
Nick Mathewson
[next]