librelp
librelp copied to clipboard
TLS with client authentication does not send the list of acceptable issuers
No client certificate CA names are sent during the connection initialization.
Tested using: openssl s_client -connect server:port -prexit Result: "No client certificate CA names sent"
Suggest using the CACert file CN(s) or other parameter with OpenSSL functions set_client_CA_list, add_client_CA, or similar to allow the client to select the correct certificate.
Thanks!