[openssl.org #3218] Typo in .../demos/cms_dec.c

2014-06-27 Thread Stephen Henson via RT
Fixed, thanks for the report. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org __ OpenSSL Project http://www.openssl

[openssl.org #3218] Typo in .../demos/cms_dec.c

2014-01-07 Thread noloa...@gmail.com via RT
Reported by a fellow on Stack Overflow (tuxmania) trying to run the cms demos .../demos/cms_enc.c and .../demos/cms_dec.c Around line 50 of cms_dec.c. * OLD: /* Decrypt S/MIME message */ if (!CMS_decrypt(cms, rkey, rcert, out, NULL, 0)) goto err; Causes the following: 1405