- Timestamp:
- Jan 29, 2013, 8:05:42 PM (8 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, msva, proxy-ticket, upstream
- Children:
- c5bf40b
- Parents:
- a4006d3
- git-author:
- Daniel Kahn Gillmor <dkg@…> (01/29/13 00:32:49)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (01/29/13 20:05:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
ra4006d3 r8985a6b 113 113 tsc = mgs_find_sni_server(session); 114 114 115 if (tsc == NULL) { 116 // No TLS vhost configured! 117 return GNUTLS_E_NO_CERTIFICATE_FOUND; 118 } else { 119 // Found a TLS vhost 115 if (tsc != NULL) { 116 // Found a TLS vhost based on the SNI from the client; use it instead. 120 117 ctxt->sc = tsc; 121 118 }
Note: See TracChangeset
for help on using the changeset viewer.