From 49c9c1b3d05782fe76bef2eef8c5224baf843240 Mon Sep 17 00:00:00 2001 From: David von Oheimb Date: Thu, 10 May 2018 21:14:12 +0200 Subject: add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.c Reviewed-by: Rich Salz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/6217) --- doc/man3/PKCS12_create.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/man3/PKCS12_create.pod') 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 its corresponding certificates. B, if not B is an optional set of certificates to also include in the structure. B and B are the encryption algorithms that should be used -for the key and certificate respectively. B is the encryption algorithm +for the key and certificate respectively. The modes +GCM, CCM, XTS, and OCB are unsupported. B is the encryption algorithm iteration count to use and B is the MAC iteration count to use. B is the type of key. -- cgit v1.2.1