CESNET / libnetconf2

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

CTN: obtain client's username from both CA certs and the client cert #491

Closed Roytak closed 4 months ago

Roytak commented 4 months ago

Before this commit cert-to-name tried to obtain the client's username solely from the client's certificate. With this commit the CA certs used to verify the client cert are also used.