CESNET / libnetconf2

C NETCONF library
BSD 3-Clause "New" or "Revised" License
202 stars 146 forks source link

Fix applying diffs with remove operation on some presence containers #507

Closed Roytak closed 1 month ago

Roytak commented 1 month ago

This PR fixes applying diff with remove operation on the containers public-keys, client-authentication, persistent and periodic. Also adds a check for no certs when using TLS.

Fixes https://github.com/CESNET/netopeer2/issues/1628 .