Update docs.
[openssl.git] / doc / crypto / PKCS12_create.pod
index 495a2b8c4065192e0b90e3806444a7dbdac66eef..439dd4339d5f3df1c2714f547a06b5e8adceba0a 100644 (file)
@@ -51,6 +51,10 @@ encryption.
 Some additional functionality was added to PKCS12_create() in OpenSSL
 0.9.8. These extensions are detailed below.
 
+If a certificate contains an B<alias> or B<keyid> then this will be
+used for the corresponding B<friendlyName> or B<localKeyID> in the
+PKCS12 structure.
+
 Either B<pkey>, B<cert> or both can be B<NULL> to indicate that no key or
 certficate is required. In previous versions both hasves to be present or
 a fatal error is returned.