summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/cms.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Check CMS API return value in openssl(1) cmsinoguchi2020-01-041-11/+21
* More return value check in openssl(1) cmsinoguchi2019-11-191-23/+29
* Remove typedef and check sk_push return value in openssl(1) cmsinoguchi2019-11-181-23/+33
* Add -keyopt opiton to openssl(1) cms subcommandinoguchi2019-11-181-8/+128
* Indent labels for diffability.jsing2019-11-041-5/+5
* Remove spaces between * and variable names.jsing2019-11-041-25/+25
* Remove explicit NULL checks before *_free() calls.jsing2019-11-041-21/+14
* Currently we need to include pem.h before cms.h...jsing2019-11-041-2/+3
* Remove engine argument from load_cert() calls.jsing2019-11-041-8/+8
* Bring openssl(1) cms back from the attic.jsing2019-11-041-0/+1142
* bye bye cms. send it to the atticbeck2016-09-041-1142/+0
* Exit if a pledge call fails in non-interactive mode.doug2015-10-171-2/+4
* add "tty" for several subcommands of opensslsemarie2015-10-171-2/+2
* Initial support for pledges in openssl(1) commands.doug2015-10-101-1/+6
* Remove engine command and parameters from openssl(1).bcook2015-09-111-19/+2
* Remove all duplicate prototypes for *_main functions (these are alreadyjsing2015-08-221-3/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+1154