summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2005-01-20 16:42:51 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2005-01-20 16:42:51 +0000
commitf5dd1adf03724d226ddb63a46e1dd962f6401c97 (patch)
tree63782d3742cfcba8322693ef94e07df99daad383
parentf9659623d5b954ff8413d475fa5cb16c724c0d3a (diff)
downloadgnutls-f5dd1adf03724d226ddb63a46e1dd962f6401c97.tar.gz
*** empty log message ***
-rw-r--r--lib/x509/privkey_pkcs8.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/x509/privkey_pkcs8.c b/lib/x509/privkey_pkcs8.c
index 05fb99e1f6..c66c6f5ff2 100644
--- a/lib/x509/privkey_pkcs8.c
+++ b/lib/x509/privkey_pkcs8.c
@@ -382,7 +382,8 @@ int encode_to_pkcs8_key(schema_id schema, const gnutls_datum_t * der_key,
* @output_data_size: holds the size of output_data (and will be replaced by the actual size of parameters)
*
* This function will export the private key to a PKCS8 structure.
- * Currently only RSA keys can be exported. If the flags do not
+ * Currently only RSA keys can be exported since there is no documented
+ * standard for other keys. If the flags do not
* specify the encryption cipher, then the default 3DES (PBES2) will
* be used.
*