baresip / re

Generic library for real-time communications with async IO support
BSD 3-Clause "New" or "Revised" License
129 stars 80 forks source link

tls/http: add certificate chain setters #1125

Closed maximilianfridrich closed 3 months ago

maximilianfridrich commented 3 months ago

The current setters (e.g. tls_set_certificate) only allow single certificates to be set. Now the whole chain can be set.

alfredh commented 3 months ago

In general it looks good. some minor comments ...

maximilianfridrich commented 3 months ago

Thank you for the review! @alfredh