Commit 6f79b0b0 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

tls: fix documentation to match reality

Anonymous key exchange is not supported currently.
parent cff5a808
......@@ -168,10 +168,9 @@ VLC_API vlc_tls_creds_t *vlc_tls_ClientCreate (vlc_object_t *);
/**
* Allocates server TLS credentials.
*
* @param cert required (Unicode) path to an x509 certificate,
* if NULL, anonymous key exchange will be used.
* @param key (UTF-8) path to the PKCS private key for the certificate,
* if NULL; cert will be used.
* @param cert path to an x509 certificate (required)
* @param key path to the PKCS private key for the certificate,
* or NULL to use cert path
*
* @return TLS credentials object, or NULL on error.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment