From: Nikos Mavrogiannopoulos Date: Wed, 19 Sep 2001 08:21:14 +0000 (+0000) Subject: updated documentation X-Git-Tag: gnutls_0_2_3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6fbc56987d4da7f41751a37ca9f081965e345e;p=thirdparty%2Fgnutls.git updated documentation --- diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 09e29c1734..ebcab38e55 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -386,7 +386,11 @@ int gnutls_allocate_x509_sc(X509PKI_CREDENTIALS * res, int ncerts) * This function sets a certificate/private key pair in the * X509PKI_CREDENTIALS structure. This function may be called * more than once (in case multiple keys/certificates exist for the - * server) + * server). + * + * Currently only PKCS-1 PEM encoded RSA private keys are accepted by + * this function. + * **/ int gnutls_set_x509_key(X509PKI_CREDENTIALS res, char *CERTFILE, char *KEYFILE)