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
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
2012-10-12
Convert all include-guard macros to avoid reserved identifiers.
Nick Mathewson
2012-06-04
Update copyright dates to 2012; add a few missing copyright statements
Nick Mathewson
2012-01-18
Rename nonconformant identifiers.
Nick Mathewson
2011-12-06
Revert "Get rid of tor_tls_block_renegotiation()."
Nick Mathewson
2011-12-06
Revert "Use callback-driven approach to block renegotiations."
Nick Mathewson
2011-12-06
Revert "Refactor tor_event_base_once to do what we actually want"
Nick Mathewson
2011-11-25
Refactor tor_event_base_once to do what we actually want
Nick Mathewson
2011-11-25
Merge remote-tracking branch 'asn/bug4312'
Nick Mathewson
2011-11-15
Make certificate skew into a protocol warning
Nick Mathewson
2011-11-15
Allow up to a 30 days future skew, 48 hours past skew in certs.
Nick Mathewson
2011-11-13
Use callback-driven approach to block renegotiations.
George Kadianakis
2011-10-26
Get rid of tor_tls_block_renegotiation().
George Kadianakis
2011-10-11
Fix a bunch of whitespace errors
Nick Mathewson
2011-10-10
Make tor_tls_cert_is_valid check key lengths
Nick Mathewson
2011-10-10
Function to return peer cert as tor_tls_cert
Nick Mathewson
2011-10-10
Functions to get a public RSA key from a cert
Nick Mathewson
2011-10-10
Function to detect certificate types that signal v3 certificates
Nick Mathewson
2011-10-10
Function to get digests of the certs and their keys
Nick Mathewson
2011-10-10
More functions to manipulate certs received in cells
Nick Mathewson
2011-10-10
Function to extract the TLSSECRETS field for v3 handshakes
Nick Mathewson
2011-10-10
Turn X509 certificates into a first-class type and add some functions
Nick Mathewson
2011-07-11
Record the states of failing OR connections
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2011-01-03
Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2
Nick Mathewson
2011-01-03
Bump copyright statements to 2011
Nick Mathewson
2010-11-09
Add a testing-only option to use bufferevent_openssl as a filter
Nick Mathewson
2010-10-21
Merge remote branch 'origin/maint-0.2.2'
Nick Mathewson
2010-10-12
Set OpenSSL 0.9.8l renegotiation flag early enough for bufferevents
Nick Mathewson
2010-10-12
Actually call connection_tls_finish_handshake() with bufferevents
Nick Mathewson
2010-10-11
Add header for tor_tls_log_one_error
Nick Mathewson
2010-10-04
Maintain separate server and client TLS contexts.
Robert Ransom
[next]