From: Dr. Stephen Henson Date: Mon, 4 Oct 2010 13:28:15 +0000 (+0000) Subject: Minor documentation fixes, PR#2345 X-Git-Tag: OpenSSL_0_9_8p~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=84f1c143968f2438cb69ed4e22f93fa8635a653f;p=oweals%2Fopenssl.git Minor documentation fixes, PR#2345 --- diff --git a/doc/apps/smime.pod b/doc/apps/smime.pod index 378a5b08b3..1b0d4f9539 100644 --- a/doc/apps/smime.pod +++ b/doc/apps/smime.pod @@ -373,7 +373,7 @@ should be some heuristic that determines the correct encryption certificate. Ideally a database should be maintained of a certificates for each email address. The code doesn't currently take note of the permitted symmetric encryption -algorithms as supplied in the SMIMECapabilities signed attribute. this means the +algorithms as supplied in the SMIMECapabilities signed attribute. This means the user has to manually include the correct encryption algorithm. It should store the list of permitted ciphers in a database and only use those.