]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
added some clarification about the encryption status.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 18 Nov 2005 11:10:58 +0000 (11:10 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 18 Nov 2005 11:10:58 +0000 (11:10 +0000)
lib/x509/privkey_pkcs8.c

index 0e1e021327cc39b54ace767108650e0d00635fbf..31516f4d1eccaebe7b22ff57b526fe71407bd419 100644 (file)
@@ -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.
   *