Steffen Jaeckel 6 gadi atpakaļ
vecāks
revīzija
41731855c9
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/pk/rsa/rsa_import_pkcs8.c

+ 2 - 2
src/pk/rsa/rsa_import_pkcs8.c

@@ -39,10 +39,10 @@
  */
  */
 
 
 /**
 /**
-  Import an RSAPublicKey or RSAPrivateKey in PKCS#8 format
+  Import an RSAPrivateKey in PKCS#8 format
   @param in        The packet to import from
   @param in        The packet to import from
   @param inlen     It's length (octets)
   @param inlen     It's length (octets)
-  @param passwd    The password for decrypting privkey (NOT SUPPORTED YET)
+  @param passwd    The password for decrypting privkey
   @param passwdlen Password's length (octets)
   @param passwdlen Password's length (octets)
   @param key       [out] Destination for newly imported key
   @param key       [out] Destination for newly imported key
   @return CRYPT_OK if successful, upon error allocated memory is freed
   @return CRYPT_OK if successful, upon error allocated memory is freed