summaryrefslogtreecommitdiffstats
path: root/doc/crypto/PKCS12_create.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/PKCS12_create.pod')
-rw-r--r--doc/crypto/PKCS12_create.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/crypto/PKCS12_create.pod b/doc/crypto/PKCS12_create.pod
index 495a2b8c40..439dd4339d 100644
--- a/doc/crypto/PKCS12_create.pod
+++ b/doc/crypto/PKCS12_create.pod
@@ -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.