summaryrefslogtreecommitdiff
path: root/doc/man3/PKCS12_create.pod
diff options
context:
space:
mode:
authorDavid von Oheimb <David.von.Oheimb@siemens.com>2018-05-10 21:14:12 +0200
committerMatt Caswell <matt@openssl.org>2018-06-18 10:45:35 +0100
commit49c9c1b3d05782fe76bef2eef8c5224baf843240 (patch)
treeb46b18ca01a027ae1960e6986c408134394538aa /doc/man3/PKCS12_create.pod
parentf2950a46a6217110a7f77b5acfe558a6fb4dfeeb (diff)
downloadopenssl-new-49c9c1b3d05782fe76bef2eef8c5224baf843240.tar.gz
add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6217)
Diffstat (limited to 'doc/man3/PKCS12_create.pod')
-rw-r--r--doc/man3/PKCS12_create.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man3/PKCS12_create.pod b/doc/man3/PKCS12_create.pod
index 0dcd2ab2a2..1587ea53e3 100644
--- a/doc/man3/PKCS12_create.pod
+++ b/doc/man3/PKCS12_create.pod
@@ -22,7 +22,8 @@ the structure and B<cert> its corresponding certificates. B<ca>, if not B<NULL>
is an optional set of certificates to also include in the structure.
B<nid_key> and B<nid_cert> are the encryption algorithms that should be used
-for the key and certificate respectively. B<iter> is the encryption algorithm
+for the key and certificate respectively. The modes
+GCM, CCM, XTS, and OCB are unsupported. B<iter> is the encryption algorithm
iteration count to use and B<mac_iter> is the MAC iteration count to use.
B<keytype> is the type of key.