summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_tls.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-03-24Added ability to configure multiple certificates on a listener.Andrey Suvorov1-5/+24
The certificate is selected by matching the arriving SNI to the common name and the alternatives names. If no certificate matches the name, the first bundle in the array is chosen.
2018-09-20Controller: certificates storage interface.Valentin Bartenev1-2/+1
2018-09-20Added SSL/TLS support on connection level.Igor Sysoev1-0/+78