From: Nikos Mavrogiannopoulos Date: Fri, 18 Nov 2005 11:10:58 +0000 (+0000) Subject: added some clarification about the encryption status. X-Git-Tag: gnutls_1_3_1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8d2c5063ff2ee3561f5877c31aba276d3fc08ee;p=thirdparty%2Fgnutls.git added some clarification about the encryption status. --- diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c index 0e1e021327..31516f4d1e 100644 --- a/lib/x509/privkey_pkcs8.c +++ b/lib/x509/privkey_pkcs8.c @@ -877,7 +877,8 @@ error: * encryption schemas, or ASCII for the PKCS12 schemas. * * If the Certificate is PEM encoded it should have a header of "ENCRYPTED PRIVATE KEY", - * or "PRIVATE KEY". You only need to specify the flags if the key is DER encoded. + * or "PRIVATE KEY". You only need to specify the flags if the key is DER encoded, since + * in that case the encryption status cannot be auto-detected. * * Returns 0 on success. *