Merge branch 'tor-gitlab/mr/583' into maint-0.4.7
[tor.git] / src / lib / tls / lib_tls.md
blob26fea723f946627815c729bcd102b9ab9d4a823b
1 @dir /lib/tls
2 @brief lib/tls: TLS library wrappers
4 This module has compatibility wrappers around the library (NSS or OpenSSL,
5 depending on configuration) that Tor uses to implement the TLS link security
6 protocol.
8 It also implements the logic for some legacy TLS protocol usage we used to
9 support in old versions of Tor, involving conditional delivery of certificate
10 chains (v1 link protocol) and conditional renegotiation (v2 link protocol).